aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* really s/doge/dis/g this timeTomo Ueda2021-09-021-2/+2
* Fixate BIP65 softfork heightsPatrick Lodder2021-02-131-14/+1
* [backport] [rpc] getblockchaininfo: add size_on_disk, prune_target_size, auto...Daniel Edgecumbe2020-07-241-10/+22
* Fix RPC description of supermajority based forkslangerhans2019-07-141-1/+1
* [rpc] Add initialblockdownload to getblockchaininfoJohn Newbery2019-04-141-0/+2
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-2/+2
* Change count type used by `gettxoutsetinfo` (#1415)Ross Nicoll2018-09-191-2/+2
* Modify chain consensus parameters to be height aware (#1396)Ross Nicoll2018-09-191-3/+3
* Change BIP65/66 enforcement to match Dogecoin (#1403)Ross Nicoll2018-09-191-1/+14
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-191-1/+41
* [doc] Add hint about getmempoolentry to getrawmempool help.Karl-Johan Alm2017-06-051-0/+1
* Return correct error codes in blockchain.cpp.John Newbery2017-06-051-6/+11
* Add two hour buffer to manual pruningAlex Morcos2017-02-161-2/+4
* 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 #9297: Various RPC help outputs updatedMarcoFalke2017-01-121-3/+3
|\ \ \ | |/ / |/| |
| * | RPC help updatedMichael Rotarius2017-01-111-3/+3
* | | 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-101-0/+31
|/ /
* | Merge #8811: rpc: Add support for JSON-RPC named argumentsWladimir J. van der Laan2017-01-101-51/+51
|\ \
| * | Update RPC argument namesJohn Newbery2017-01-101-29/+29
| * | rpc: Argument name consistencyWladimir J. van der Laan2017-01-051-1/+1
| * | rpc: Named arguments for blockchain callsWladimir J. van der Laan2017-01-051-31/+31
| |/
* | Merge #8747: [rpc] Fix transaction size comments and RPC help text.Wladimir J. van der Laan2017-01-051-5/+5
|\ \ | |/ |/|
| * Fix transaction size comments. Size now refers to virtual size as defined in ...jonnynewbs2016-12-081-5/+5
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | Added missing colons in when running help commandAnditto Heristyo2016-12-221-9/+9
* | Add option to return non-segwit serialization via rpcGregory Sanders2016-12-051-1/+1
* | Make the optional pblock in ActivateBestChain a shared_ptrMatt Corallo2016-12-041-2/+2
* | Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* | Correct help output for waitfor RPC commandsfanquake2016-11-241-10/+10
|/
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-3/+3
* instance of 'mem pool' to 'mempool'S. Matthew English2016-10-271-1/+1
* Eliminating Inconsistencies in Textual OutputS. Matthew English2016-10-201-3/+3
* 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] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-79/+79
|/
* Merge #8865: Decouple peer-processing-logic from block-connection-logicWladimir J. van der Laan2016-10-181-2/+2
|\
| * Remove CConnman parameter from ProcessNewBlock/ActivateBestChainMatt Corallo2016-10-041-2/+2
* | Merge #6996: Add preciousblock RPCWladimir J. van der Laan2016-10-181-0/+40
|\ \
| * | Add preciousblock RPCPieter Wuille2016-08-261-0/+40
* | | Merge #8884: Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the...Wladimir J. van der Laan2016-10-051-1/+1
|\ \ \ | |_|/ |/| |
| * | Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not ...Luke Dashjr2016-10-041-1/+1
* | | [rpc] throw JSONRPCError when utxo set can not be readMarcoFalke2016-09-281-0/+2
* | | Do not shadow variablesPavel Janík2016-09-271-4/+4
* | | Merge #8085: p2p: Begin encapsulationWladimir J. van der Laan2016-09-091-2/+2
|\ \ \