Page MenuHomePhabricator

[ecash-wallet] Add send method
AbandonedPublicDraft

Authored by bytesofman on Mar 13 2025, 23:34.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

Depends on D17779

Add send method and all needed supporting methods

Add regtest integration and CI

Test Plan

npm test, BUILD_DIR="${PWD}/../../build" npm run integration-tests

Diff Detail

Repository
rABC Bitcoin ABC
Branch
ecash-wallet-txs
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32733
Build 64954: Build Diffecash-wallet-tests
Build 64953: arc lint + arc unit

Event Timeline

bytesofman retitled this revision from [ecash-wallet] Add sendToMany method to [ecash-wallet] Add send method.Mar 14 2025, 13:39

clean up and rename addFuelInputs, make it private, make finalizing inputs private, add test for specific utxo case

superseded by lots of other diffs on ecash-wallet