Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-23 | [mempool] Persist unbroadcast set to mempool.dat | Amiti Uttarwar | |
Ensure that the unbroadcast set will still be meaningful if the node is restarted. | |||
2020-04-23 | [test] Integration tests for unbroadcast functionality | Amiti Uttarwar | |
Check that... - mempool tracks & reattempts delivery of a transaction where a GETDATA hasn't been requested by a peer yet. - transaction delivery is not attempted again after GETDATA is received. - transaction is removed from the unbroadcast set when its removed from the mempool. |