Akin to #268, but the prerequisite bitcoin/bitcoin#35671 is expected to land much later than bitcoin/bitcoin#34020.
The TxCollection offers two opportunities:
- Get rid of
mempool.rs and monitors.rs (or keep them only for backward compatibility)
- Hold on to the reconstructed block template and use the (slightly) more efficient
submitSolution() instead of submitBlock()
Demo:
Akin to #268, but the prerequisite bitcoin/bitcoin#35671 is expected to land much later than bitcoin/bitcoin#34020.
The
TxCollectionoffers two opportunities:mempool.rsandmonitors.rs(or keep them only for backward compatibility)submitSolution()instead ofsubmitBlock()Demo:
TxCollection#599