Simple regression test for the memory pool code that takes transactions confirmed in blocks and puts them back into the memory pool when re-orging away from those blocks.
Builds on #5316
Simple regression test for the memory pool code that takes transactions confirmed in blocks and puts them back into the memory pool when re-orging away from those blocks.
Builds on #5316
These can be used for testing reorganizations or for manual intervention in case of
chain forks.
Tested ACK
ACK the test itself...you know the block-tester tool thing already does these tests, right? :)
Well the difference is that this exercises the funky new RPC methods
Plus: it's not Java. ducks
Builds on #5316.