aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | [RPC] bumpfeemrbandrews2017-01-191-0/+1
| * | [wallet] Add include_unsafe argument to listunspent RPCRussell Yanofsky2017-01-192-5/+14
* | | Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan2017-01-191-1/+1
|\ \ \
| * | | Make ATMP optionally return the CTransactionRefs it replacedMatt Corallo2017-01-091-1/+1
* | | | Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.Gregory Maxwell2017-01-121-2/+2
| |_|/ |/| |
* | | Merge #9472: Disentangle progress estimation from checkpoints and update itWladimir J. van der Laan2017-01-121-1/+1
|\ \ \
| * | | Move tx estimation data out of CCheckPointDataPieter Wuille2017-01-041-1/+1
| * | | [MOVEONLY] Move progress estimation out of checkpointsPieter Wuille2017-01-041-1/+1
* | | | Merge #9518: Return height of last block pruned by pruneblockchain RPCMarcoFalke2017-01-121-3/+10
|\ \ \ \
| * | | | Return height of last block pruned by pruneblockchain RPCRussell Yanofsky2017-01-111-3/+10
* | | | | Merge #9520: Deprecate non-txindex getrawtransaction and better warningMarcoFalke2017-01-121-4/+8
|\ \ \ \ \
| * | | | | Deprecate non-txindex getrawtransaction and better warningPieter Wuille2017-01-111-4/+8
| |/ / / /
* | | | | Merge #9297: Various RPC help outputs updatedMarcoFalke2017-01-122-8/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | RPC help updatedMichael Rotarius2017-01-112-8/+10
| | |_|/ | |/| |
* | | | fixup! Add pruneblockchain RPC to enable manual block file pruning.Russell Yanofsky2017-01-101-1/+11
* | | | Add pruneblockchain RPC to enable manual block file pruning.mrbandrews2017-01-102-0/+32
|/ / /
* | | Merge #8811: rpc: Add support for JSON-RPC named argumentsWladimir J. van der Laan2017-01-109-233/+348
|\ \ \ | |_|/ |/| |
| * | Update RPC argument namesJohn Newbery2017-01-106-57/+57
| * | rpc: Named argument support for bitcoin-cliWladimir J. van der Laan2017-01-103-92/+145
| * | rpc: Argument name consistencyWladimir J. van der Laan2017-01-053-9/+9
| * | rpc: Named arguments for rawtransaction callsWladimir J. van der Laan2017-01-051-11/+11
| * | rpc: Named arguments for mining callsWladimir J. van der Laan2017-01-051-22/+22
| * | rpc: Named arguments for net callsWladimir J. van der Laan2017-01-051-15/+17
| * | rpc: Named arguments for misc callsWladimir J. van der Laan2017-01-051-8/+8
| * | rpc: Add 'echo' call for testingWladimir J. van der Laan2017-01-051-0/+12
| * | rpc: Named arguments for blockchain callsWladimir J. van der Laan2017-01-051-31/+31
| * | rpc: Support named argumentsWladimir J. van der Laan2017-01-052-9/+57
| |/
* | RPC help documentation for addnode peerinfo.Gregory Maxwell2017-01-051-0/+1
* | Break addnode out from the outbound connection limits.Gregory Maxwell2017-01-051-0/+1
* | Merge #8747: [rpc] Fix transaction size comments and RPC help text.Wladimir J. van der Laan2017-01-052-7/+9
|\ \ | |/ |/|
| * Fix transaction size comments. Size now refers to virtual size as defined in ...jonnynewbs2016-12-082-7/+9
* | Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan2017-01-041-3/+3
|\ \
| * | Make AcceptToMemoryPool take CTransactionRefPieter Wuille2016-12-211-3/+3
* | | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-3111-11/+11
* | | 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
|\ \