Page MenuHomePhabricator

[Cashtab] Create targetOutput for a Cashtab Msg tx
ClosedPublic

Authored by bytesofman on Nov 3 2023, 17:59.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC1ed79850fc70: [Cashtab] Create targetOutput for a Cashtab Msg tx
Summary

To support refactor of tx creation and broadcasting functions using ecash-coinselect, create a new opreturn folder initialized with function to create desired targetOutput for a Cashtab Msg tx

Existing opreturn output generation is part of overloaded tx creation functions. Each opreturn type should have its own function.

This diff does not implement the function or change any app functionality of Cashtab.

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Branch
tx-refactor-opreturn
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25530
Build 50641: Build Diffcashtab-tests
Build 50640: arc lint + arc unit

Event Timeline

bytesofman updated this revision to Diff 42944.

remove debug logging and unused const

This revision is now accepted and ready to land.Nov 3 2023, 19:12