aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* Added missing colons in when running help commandAnditto Heristyo2016-12-223-14/+14
* Merge #8589: Inline CTxInWitness inside CTxInWladimir J. van der Laan2016-12-211-7/+4
|\
| * Move CTxInWitness inside CTxInPieter Wuille2016-12-041-7/+4
* | Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlockWladimir J. van der Laan2016-12-141-2/+2
|\ \
| * | Remove unused CDiskBlockPos* argument from ProcessNewBlockMatt Corallo2016-12-041-2/+2
* | | Add option to return non-segwit serialization via rpcGregory Sanders2016-12-054-2/+15
| |/ |/|
* | Merge #9014: Fix block-connection performance regressionWladimir J. van der Laan2016-12-052-5/+7
|\|
| * Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo2016-12-041-3/+5
| * Make the optional pblock in ActivateBestChain a shared_ptrMatt Corallo2016-12-041-2/+2
* | Make DecodeHexTx return a CMutableTransactionPieter Wuille2016-12-021-5/+6
* | Switch GetTransaction to returning a CTransactionRefPieter Wuille2016-12-021-4/+4
|/
* Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...Pieter Wuille2016-12-025-5/+6
|\
| * Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-025-5/+5
| * Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-021-0/+1
* | Disable fee estimates for a confirm target of 1 blockAlex Morcos2016-11-291-0/+2
|/
* Merge #9189: Always add default_witness_commitment with GBT client supportWladimir J. van der Laan2016-11-251-1/+3
|\
| * Always add default_witness_commitment with GBT client supportPieter Wuille2016-11-211-1/+3
* | Correct help output for waitfor RPC commandsfanquake2016-11-241-10/+10
* | Merge #9025: getrawtransaction should take a bool for verboseWladimir J. van der Laan2016-11-231-9/+23
|\ \ | |/ |/|
| * getrawtransaction should take a bool for verbosejnewbery2016-11-221-9/+23
* | Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-193-7/+8
* | Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3)Pieter Wuille2016-11-171-12/+6
|\ \
| * | Replace CValidationState param in ProcessNewBlock with BlockCheckedMatt Corallo2016-11-091-11/+5
| * | Remove pfrom parameter from ProcessNewBlockMatt Corallo2016-11-091-2/+2
| * | Revert "RPC: Give more details when "generate" fails"Matt Corallo2016-11-081-1/+1
* | | Merge #8996: Network activity toggleJonas Schnelli2016-11-112-1/+24
|\ \ \
| * | | RPC/Net: Use boolean consistently for networkactive, and remove from getinfoLuke Dashjr2016-10-242-7/+5
| * | | Overhaul network activity toggleJonas Schnelli2016-10-242-7/+11
| * | | RPC: Add "togglenetwork" method to toggle network activity temporarilyJon Lund Steffensen2016-10-242-1/+22
* | | | fix getnettotals RPC description about timemillis.Masahiko Hyuga2016-11-101-1/+1
| |/ / |/| |
* | | RPC: Give more details when "generate" failsJorge Timón2016-11-081-1/+1
* | | Merge #9026: Fix handling of invalid compact blocksPieter Wuille2016-11-071-2/+2
|\ \ \
| * | | Fix compact block handling to not ban if block is invalidSuhas Daftuar2016-11-031-2/+2
| | |/ | |/|
* / | Remove priority estimationAlex Morcos2016-11-071-2/+2
|/ /
* | Merge #9042: [rpc] ParseHash: Fail when length is not 64Wladimir J. van der Laan2016-11-021-0/+2
|\ \
| * | [rpc] ParseHash: Fail when length is not 64MarcoFalke2016-10-311-0/+2
* | | Merge #8753: Locked memory managerWladimir J. van der Laan2016-11-021-0/+43
|\ \ \
| * | | rpc: Add `getmemoryinfo` callWladimir J. van der Laan2016-10-271-0/+43
* | | | Change all instance of 'GMT epoch' to 'Unix epoch'matthias2016-10-311-1/+1
| |/ / |/| |
* | | instance of 'mem pool' to 'mempool'S. Matthew English2016-10-272-2/+2
* | | Eliminating Inconsistencies in Textual OutputS. Matthew English2016-10-201-3/+3
* | | Merge #7551: Add importmulti RPC callWladimir J. van der Laan2016-10-201-0/+2
|\ \ \
| * | | Add importmulti rpc callPedro Branco2016-10-191-0/+2
| |/ /
* | | Merge #7948: RPC: augment getblockchaininfo bip9_softforks dataWladimir J. van der Laan2016-10-191-1/+3
|\ \ \ | |/ / |/| |
| * | RPC: augment getblockchaininfo bip9_softforks datamruddy2016-10-191-1/+3
* | | [RPC] pass HTTP basic authentication username to the JSONRequest objectJonas Schnelli2016-10-191-1/+2
* | | [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-197-246/+248
* | | rpc: Change JSONRPCRequest to JSONRPCRequestObjWladimir J. van der Laan2016-10-192-3/+3
|/ /
* | Merge #8951: RPC/Mining: getblocktemplate: Update and fix formatting of helpWladimir J. van der Laan2016-10-191-30/+36
|\ \
| * | RPC/Mining: getblocktemplate: Update and fix formatting of helpLuke Dashjr2016-10-191-30/+36