aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/misc.cpp
Commit message (Expand)AuthorAgeFilesLines
* really s/doge/dis/g this timeTomo Ueda2021-09-021-8/+8
* Initial back end framework to separate wallet and relay fees + dust.Michi Lumin2021-07-301-1/+1
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-16/+16
* Change bitcoin address in RPC helpaddress to an invalid address, so people do...Marijn Stollenga2017-02-281-4/+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
* net: Consistently use GetTimeMicros() for inactivity checksSuhas Daftuar2017-01-251-11/+5
* Update RPC argument namesJohn Newbery2017-01-101-1/+1
* rpc: Named argument support for bitcoin-cliWladimir J. van der Laan2017-01-101-2/+5
* rpc: Argument name consistencyWladimir J. van der Laan2017-01-051-7/+7
* 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
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* 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
|/
* [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-21/+21
* RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPCJorge Timón2016-10-181-1/+1
* [rpc] Deprecate getinfoMarcoFalke2016-09-211-1/+1
* Remove createwitnessaddressJohnson Lau2016-09-131-38/+0
* Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...Jeremy Rubin2016-09-081-1/+0
* net: create generic functor accessors and move vNodes to CConnmanCory Fields2016-09-081-3/+6
* net: Add most functions needed for vNodes to CConnmanCory Fields2016-09-081-1/+2
* Do not shadow global RPC table variable (tableRPC)Pavel Janík2016-08-251-2/+2
* [Wallet] report optional HDKeypath/HDMasterKeyId in validateaddressJonas Schnelli2016-07-091-0/+8
* [RPC] Add wallet support for witness transactions (using P2SH)Pieter Wuille2016-06-221-0/+38
* Create signmessagewithprivkey rpcAndrew2016-04-271-0/+43
* rpc: Register calls where they are definedWladimir J. van der Laan2016-03-311-0/+18
* move rpc* to rpc/Daniel Cousens2016-01-211-0/+398