aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
AgeCommit message (Expand)Author
2016-04-13getblockchaininfo: make bip9_softforks an object, not an array.Rusty Russell
2016-04-04RPC: add versionHex in getblock and getblockheader JSON results; expand data ...mruddy
2016-03-31Merge #7766: rpc: Register calls where they are definedWladimir J. van der Laan
2016-03-31rpc: Register calls where they are definedWladimir J. van der Laan
2016-03-18Add CHECKSEQUENCEVERIFY softfork through BIP9Pieter Wuille
2016-03-15Softfork status report in RPCPieter Wuille
2016-03-12use cached block hash in blockToJSON()Pavel Vasin
2016-01-21move rpc* to rpc/Daniel Cousens