Page MenuHomePhabricator

[ecash-herald] Escape chars in open ascii to prevent tg syntax errors
ClosedPublic

Authored by bytesofman on Sep 15 2025, 23:34.

Details

Summary

Came up in logs from latest failure. Wherever herald is trying to print something as ASCII, we have to make sure we are not printing characters that Telegram will interpret as html. We have a function to do this but we need to implement it.

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable