Goals:
- Gain live insight into the mempool.
- Groundwork for future work that caps mempool size.
Goals:
538 | + throw runtime_error( 539 | + "getmempoolinfo\n" 540 | + "\nReturns details on the active state of the TX memory pool.\n" 541 | + "\nResult:\n" 542 | + "{\n" 543 | + " \"size\": xxxxx (numeric) Current tx countl\n"
count1
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/p4638_0a09a649d35d53342ed777c5619705f276f92df2/ for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
ACK, tested on my regtest setup. I didn't test ::check.
Untested ACK, needs rebase
Goal: Gain live insight into the mempool. Groundwork for future work
that caps mempool size.