| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
| |
* Report "value" in BTC, rather than "amount" in satoshis
* Use ScriptPubKeyToJSON to report script data
|
| |
|
|
|
| |
Cleaner and removes the need for the application-specific flags in
serialize.h.
|
| | |
|
| |
|
|
| |
Replace all "magic values" in RPCError(...) by constants.
|
| |
|