Page MenuHomePhabricator

[ecash-herald] Only show to/from addresses if sender or receiver are kinda $$$
ClosedPublic

Authored by bytesofman on Jul 3 2023, 04:01.

Details

Summary

In general, working to tighten up the size of the msgs and make them look nice on mobile.

Now that we are parsing for addresses that are interesting, we should probably only show the address info for those addresses. Otherwise we just print out a bunch of meaningless strings.

Going forward, opportunity for assigning more info to addresses and then rendering if we know something interesting about an address, e.g. if it's an exchange address or not. But this is a good first step to cut back on msg noise.

Test Plan

npm test

Diff Detail

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