aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* s/DOGE/DIS/gTomo Ueda2021-09-021-1/+1
* really s/Doge/Dis/g this timeTomo Ueda2021-09-023-11/+11
* really s/doge/dis/g this timeTomo Ueda2021-09-026-17/+17
* rpc: add feefilter to peers from getpeerinfoPatrick Lodder2021-08-141-0/+3
* Initial back end framework to separate wallet and relay fees + dust.Michi Lumin2021-07-302-2/+2
* Update server.cppnformant2021-07-221-1/+1
* Add functionality to generate auxpow blocks in regtestMD Islam2021-05-252-18/+49
* fixed listunspent rpc convert parametertnaka2021-02-221-0/+1
* Add query options to listunspent rpc callPedro Branco2021-02-221-0/+1
* Merge pull request #1655 from John-Gee/1.14.3-devMax K2021-02-141-4/+5
|\
| * Fix for Boost 1.74John-Gee2021-02-021-4/+5
* | 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
* Revert behaviour change in getauxblockRoss Nicoll2019-07-131-4/+4
* [rpc] Add initialblockdownload to getblockchaininfoJohn Newbery2019-04-141-0/+2
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-256-32/+32
* Update RPC tests for Dogecoin (#1431)Ross Nicoll2018-09-191-5/+6
* [auxpow] Guarantee backward compatibility on getauxblockPatrick Lodder2018-09-191-1/+13
* Change result from getauxblock to BIP22 validation stateRoss Nicoll2018-09-191-1/+1
* Change count type used by `gettxoutsetinfo` (#1415)Ross Nicoll2018-09-193-2/+14
* Modify chain consensus parameters to be height aware (#1396)Ross Nicoll2018-09-193-11/+14
* Change BIP65/66 enforcement to match Dogecoin (#1403)Ross Nicoll2018-09-191-1/+14
* Sync mining code from Namecore to resolve unit test failures (#1385)Ross Nicoll2018-09-191-203/+120
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-192-4/+305
* [doc] Add hint about getmempoolentry to getrawmempool help.Karl-Johan Alm2017-06-051-0/+1
* Return correct error codes in setban().John Newbery2017-06-051-2/+2
* Return correct error codes in blockchain.cpp.John Newbery2017-06-051-6/+11
* [rpc] rename disconnectnode argumentJohn Newbery2017-04-141-4/+4
* Check transaction count early in submitblock.Gregory Maxwell2017-04-041-0/+4
* [rpc] Remove auth cookie on shutdownpracticalswift2017-04-031-0/+1
* rpc: Rename first named arg of createrawtransactionMarcoFalke2017-03-272-4/+4
* Trivial: Fix typo in help getrawtransaction RPCJames Evans2017-03-271-1/+1
* Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar2017-03-161-4/+14
* Change bitcoin address in RPC helpaddress to an invalid address, so people do...Marijn Stollenga2017-02-281-4/+4
* [Trivial] Remove incorrect help message from gettxoutproof()John Newbery2017-02-221-1/+0
* Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activatesLuke Dashjr2017-02-201-2/+6
* boost: remove iostreams includesCory Fields2017-02-171-2/+0
* Add two hour buffer to manual pruningAlex Morcos2017-02-161-2/+4
* Use importmulti timestamp when importing watch only keysRussell Yanofsky2017-02-101-0/+3
* Add test to check new importmulti "now" valueRussell Yanofsky2017-02-101-4/+11
* Better handle invalid parameters to signrawtransactionMatt Corallo2017-02-021-1/+3
* Merge #9556: Remove redundant semicolonsWladimir J. van der Laan2017-02-021-2/+2
|\
| * Remove redundant semicolonspracticalswift2017-01-141-2/+2
* | Merge #9615: Wallet incremental feeWladimir J. van der Laan2017-01-301-0/+3
|\ \
| * | [rpc] Add incremental relay fee to getnetworkinfoAlex Morcos2017-01-201-0/+3
* | | [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
* | | Merge #9606: net: Consistently use GetTimeMicros() for inactivity checksWladimir J. van der Laan2017-01-261-11/+5
|\ \ \ | |/ / |/| |
| * | net: Consistently use GetTimeMicros() for inactivity checksSuhas Daftuar2017-01-251-11/+5
* | | Merge #8456: [RPC] Simplified bumpfee command.Wladimir J. van der Laan2017-01-193-5/+15
|\ \ \ | |/ / |/| |