Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-23 | rpc: deprecate `addresses` and `reqSigs` from rpc outputs | Michael Dietz | |
1) add a new sane "address" field (for outputs that have an identifiable address, which doesn't include bare multisig) 2) with -deprecatedrpc: leave "reqSigs" and "addresses" intact (with all weird/wrong behavior they have now) 3) without -deprecatedrpc: drop "reqSigs" and "addresses" entirely, always. | |||
2018-04-13 | Expose a transaction's weight via RPC | Matt Corallo | |
2017-09-29 | Bump univalue and fix json formatting in tests | MarcoFalke | |
This merge commit bumps the univalue subtree and also updates the whitespace for some failing tests. | |||
2017-08-07 | rpc: Use ValueFromAmount instead of FormatMoney in TxToUniv | Wladimir J. van der Laan | |
With this, the amounts returned in `decoderawtransaction` will be padded to 8 digits like anywhwere else in the API. | |||
2017-04-28 | refactor TxToJSON() and ScriptPubKeyToJSON() | jonnynewbs | |
2017-03-20 | Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py | John Newbery | |