Page MenuHomePhabricator

[Cashtab] [deprecate BCH from token send p1] Remove BCH param from generateTokenTxInput
ClosedPublic

Authored by bytesofman on Nov 28 2022, 08:22.

Details

Summary

T2730

Stack to deprecate BCH param from token tx functions

p1, remove BCH param from generateTokenTxInput

Test Plan

grep -r generateTokenTxInput and make sure BCH is removed from all called instances
npm test
npm start and send a token tx, burn a token, mint a token

Diff Detail

Repository
rABC Bitcoin ABC
Branch
deprecate-bch-from-sendtoken
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 21213
Build 42078: Build Diffcashtab-tests
Build 42077: arc lint + arc unit

Event Timeline

Need to wait on D12668 stack to land for this, or build this on top of that stack -- since that stack removes the BCH param from signAndBuildTx

This revision is now accepted and ready to land.Nov 29 2022, 23:12