aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2016-12-14Merge #9264: 0.13.2 backportsWladimir J. van der Laan
2016-12-05Add option to return non-segwit serialization via rpcGregory Sanders
2016-12-02Disable fee estimates for a confirm target of 1 blockAlex Morcos
2016-12-02Change all instance of 'GMT epoch' to 'Unix epoch'matthias
2016-12-02instance of 'mem pool' to 'mempool'S. Matthew English
2016-12-02fix getnettotals RPC description about timemillis.Masahiko Hyuga
2016-12-02[rpc] ParseHash: Fail when length is not 64MarcoFalke
2016-12-02Always add default_witness_commitment with GBT client supportPieter Wuille
2016-11-09Merge #9048: [0.13 backport] Fix handling of invalid compact blocksWladimir J. van der Laan
2016-11-01Fix compact block handling to not ban if block is invalidSuhas Daftuar
2016-10-27Don't return the address of a P2SH of a P2SH.jnewbery
2016-10-19RPC/Mining: getblocktemplate: Update and fix formatting of helpLuke Dashjr
2016-10-18rpc: Generate auth cookie in hex instead of base64Wladimir J. van der Laan
2016-10-05Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not ...Luke Dashjr
2016-10-03[rpc] throw JSONRPCError when utxo set can not be readMarcoFalke
2016-09-26Remove createwitnessaddressJohnson Lau
2016-09-21[doc] Fix typos in comments, doxygen: Fix comment syntaxMarcoFalke
2016-09-21document return value of networkhashps for getmininginfo RPC endpointJameson Lopp
2016-09-21various typosleijurv
2016-09-21Corrected JSON typo on setban of net.cppSev
2016-08-10Bugfix: Use pre-BIP141 sigops until segwit activatesLuke Dashjr
2016-07-19Rename "block cost" to "block weight"Suhas Daftuar
2016-07-09[Wallet] report optional HDKeypath/HDMasterKeyId in validateaddressJonas Schnelli
2016-06-28The bit field is shown only when status is "started"Pavel Janík
2016-06-27Merge #8258: RPC: Hide softfork if timeout is 0Wladimir J. van der Laan
2016-06-25Merge #8244: remove unnecessary LOCK(cs_main) in getrawpmempoolWladimir J. van der Laan
2016-06-25RPC: Hide softfork if timeout is 0jl2012
2016-06-23remove unnecessary LOCK(cs_main)Daniel Cousens
2016-06-22[RPC] signrawtransaction can sign P2WSHNicolasDorier
2016-06-22[RPC] Add wallet support for witness transactions (using P2SH)Pieter Wuille
2016-06-22BIP143: Signing logicPieter Wuille
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-06-22[RPC] Return witness data in blockchain RPCsJohnson Lau
2016-06-22BIP143: Verification logicPieter Wuille
2016-06-22Refactor script validation to observe amountsPieter Wuille
2016-06-22BIP141: Commitment structure and deploymentPieter Wuille
2016-06-22BIP141: Witness programPieter Wuille
2016-06-22BIP144: Serialization, hashes, relay (sender side)Pieter Wuille
2016-06-16Merge #8113: Rework addnode behaviourWladimir J. van der Laan
2016-06-16Merge #8171: [RPC] Fix createrawtx sequence number unsigned int parsingWladimir J. van der Laan
2016-06-13Rework addnode behaviourPieter Wuille
2016-06-13Merge #7598: Refactor CreateNewBlock to be a method of the BlockAssembler classWladimir J. van der Laan
2016-06-09Merge #7292: [RPC] Expose ancestor/descendant information over RPCPieter Wuille
2016-06-09Add ancestor statistics to mempool entry RPC outputSuhas Daftuar
2016-06-09Add getmempoolentry RPC callSuhas Daftuar
2016-06-09Add getmempooldescendants RPC callSuhas Daftuar
2016-06-08Merge #7935: Versionbits: GBT supportPieter Wuille
2016-06-08[RPC] Fix createrawtx sequence number unsigned int parsingJonas Schnelli
2016-06-08Merge #8153: [rpc] fundrawtransaction feeRate: Use BTC/kBWladimir J. van der Laan
2016-06-08Merge #8065: Addrman offline attemptsWladimir J. van der Laan