| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 1.21 key prefix (#1710) | Ross Nicoll | 2021-03-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Squash-merged on request. * Dogecoin address prefixes * Use "doge" for BECH32 addresses * Switch Bitcoin references to Dogecoin in Travis * Update addresses in dogecoin-tx tests * Use "doge" for BECH32 addresses * Remove functional tests which do not apply to Dogecoin (backwards compatibility tests do not have suitable clients to test against) | ||||
| * | Expose a transaction's weight via RPC | Matt Corallo | 2018-04-13 | 1 | -0/+1 |
| | | |||||
| * | rpc: Use ValueFromAmount instead of FormatMoney in TxToUniv | Wladimir J. van der Laan | 2017-08-07 | 1 | -1/+1 |
| | | | | | | With this, the amounts returned in `decoderawtransaction` will be padded to 8 digits like anywhwere else in the API. | ||||
| * | refactor TxToJSON() and ScriptPubKeyToJSON() | jonnynewbs | 2017-04-28 | 1 | -0/+2 |
| | | |||||
| * | Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py | John Newbery | 2017-03-20 | 1 | -0/+24 |