Commit b9a40e5
committed
fuzz: model chanmon mempool mining
Add a modeled mempool and wallet-backed transaction relay to the
chanmon consistency target. Broadcast transactions are admitted through
explicit relay steps, mined by block commands, and then replayed to the
monitor and manager through the harness chain state.
Track confirmed UTXOs so mempool admission can reject duplicate or
unknown inputs, model direct RBF conflicts, and keep wallet UTXOs in
sync with confirmed change outputs.1 parent 467cd0b commit b9a40e5
1 file changed
Lines changed: 555 additions & 135 deletions
0 commit comments