Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-01 | wallet: update mempool conflicts tests + docs | ishaanam | |
2024-03-20 | wallet, rpc: show mempool conflicts in `gettransaction` result | ishaanam | |
2024-03-20 | wallet: track mempool conflicts | ishaanam | |
Behavior changes are: - if a tx has a mempool conflict, the wallet will not attempt to rebroadcast it - if a txo is spent by a mempool-conflicted tx, that txo is no longer considered spent | |||
2024-03-14 | test: Add tests for wallet mempool conflicts | ishaanam | |
2023-05-14 | Add wallets_conflicts | Antoine Riard | |
Test the case of a tx being conflicted by multiple txs with different depths. The conflicted tx is also spent by a child tx for which confirmation status is tied to the parent's. After a reorg of conflicting txs, the conflicted status should be undone properly. Co-authored-by: furszy <mfurszy@protonmail.com> |