theseus/bundled-addons/bchwallet
Local Dev 821cc8e808 feat(theseus/bchwallet): send — plan, approval overlay, sign, broadcast
Send tab: recipient (cashaddr or legacy, testnet rejected), amount with
BCH/sat toggle and Max, 1-5 sat/B fee slider, live fee/total preview via
planSend. Sending goes plan -> approval-modal (To/Amount/Fee/Total) ->
ECDSA DER + SIGHASH_ALL|FORKID -> blockchain.transaction.broadcast, then
shows the txid with an explorer link. Confirmed coins are spent before
unconfirmed; dust change folds into the fee. Verified end to end against a
fake Fulcrum: broadcast tx re-parsed, sighash recomputed, signature checks.
2026-09-06 02:49:09 +02:00
..
lib feat(theseus/bchwallet): receive + history — vault-derived keys, cashaddr, QR, electrum 2026-09-06 02:46:41 +02:00
addon.json feat(theseus/bchwallet): bundled Bitcoin Cash wallet add-on skeleton 2026-09-06 02:33:27 +02:00
electrum-servers.json feat(theseus/bchwallet): receive + history — vault-derived keys, cashaddr, QR, electrum 2026-09-06 02:46:41 +02:00
index.js feat(theseus/bchwallet): send — plan, approval overlay, sign, broadcast 2026-09-06 02:49:09 +02:00
panel.html feat(theseus/bchwallet): send — plan, approval overlay, sign, broadcast 2026-09-06 02:49:09 +02:00
panel.js feat(theseus/bchwallet): send — plan, approval overlay, sign, broadcast 2026-09-06 02:49:09 +02:00
qr.js feat(theseus/bchwallet): receive + history — vault-derived keys, cashaddr, QR, electrum 2026-09-06 02:46:41 +02:00
wallet-inject.js feat(theseus/bchwallet): bundled Bitcoin Cash wallet add-on skeleton 2026-09-06 02:33:27 +02:00