- Bugfix: output the correct best block hash (during IBD, it can differ from the actual current best block)
- Add height to output
- Add hash_serialized, which is a hash of the entire UTXO state. Can be useful to compare two nodes.
- Add total_amount, the sum of all UTXOs' values.
Improve gettxoutsetinfo command #2602
pull sipa wants to merge 1 commits into bitcoin:master from sipa:utxostate changing 3 files +27 −5-
sipa commented at 3:26 PM on May 1, 2013: member
-
e31aa7c9d7
Improve gettxoutsetinfo command
* Bugfix: output the correct best block hash (during IBD, it can differ from the actual current best block) * Add height to output * Add hash_serialized, which is a hash of the entire UTXO state. Can be useful to compare two nodes. * Add total_amount, the sum of all UTXOs' values.
-
jgarzik commented at 3:28 PM on May 1, 2013: contributor
ACK
-
BitcoinPullTester commented at 4:00 PM on May 1, 2013: none
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/e31aa7c9d7dd204b5658f20c19565eee308e35c1 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.
-
gmaxwell commented at 4:44 PM on May 1, 2013: contributor
ACK.
- gavinandresen referenced this in commit 26585c36b2 on May 3, 2013
- gavinandresen merged this on May 3, 2013
- gavinandresen closed this on May 3, 2013
- sipa deleted the branch on May 3, 2013
- laudney referenced this in commit a3acd9caed on Mar 19, 2014
- DrahtBot locked this on Sep 8, 2021
Contributors