T3369
Support OP_RETURN outputs in payment URIs
Differential D15032
[Cashtab] [Proof of Concept] Support OP_RETURN txs from param input bytesofman on Dec 21 2023, 21:13. Authored by Tags None Subscribers None
Details
T3369 Support OP_RETURN outputs in payment URIs npm test Test out query strings. Note validation errors. Confirm that, if amount is set and valid as a param, the amount input is disabled. Confirm that if opreturn is set and valid as a param, the Cashtab msg is disabled and not visible.
Diff Detail
Event TimelineComment Actions This "works" but ended up being a bigger change than I thought. Need to review for potentially splitting up. It's probably okay to do it in one, since the helper functions required are easy enough to unit test and those tests are included here. Still needs some UI work to make sure fields are disabled when params are active. Comment Actions opreturn param and no amount param opreturn param and amount param invalid opreturn param invalid param send amount valid param amount that fails other validation still needs more work on error handling and UI validation msgs
|