Page MenuHomePhabricator

[ecash-herald] Parse memo txs using ecash-script library
ClosedPublic

Authored by bytesofman on Jun 9 2023, 16:26.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC4d294d2f4e4e: [ecash-herald] Parse memo txs using ecash-script library
Summary

T2972

Parse all memo txs using ecash-script lib

Test Plan

npm test

Diff Detail

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

Event Timeline

apps/ecash-herald/src/parse.js
471 ↗(On Diff #40699)

Removed here and done as the msg is composed for OP_RETURN txs

This allows including links or other HTML parsing for different pushes of complex OP_RETURN txs

Necessary for memo txs that include data where a block explorer link would be useful

apps/ecash-herald/src/parse.js
471 ↗(On Diff #40699)

See D14031 for this change in isolation

This revision is now accepted and ready to land.Jun 9 2023, 18:27