aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan2017-03-076-87/+12
|\
| * [rpc] Remove priorityDelta from prioritisetransactionAlex Morcos2017-03-032-13/+9
| * [rpc] Remove priority information from mempool RPC callsAlex Morcos2017-03-031-4/+0
| * No longer allow "free" transactionsAlex Morcos2017-03-032-2/+2
| * [rpc] sendrawtransaction no longer bypasses minRelayTxFeeAlex Morcos2017-02-271-1/+1
| * [rpc] Remove estimatepriority and estimatesmartpriority.Alex Morcos2017-02-272-67/+0
* | Merge #9908: Define 7200 second timestamp window constantWladimir J. van der Laan2017-03-061-1/+1
|\ \
| * | Define 7200 second timestamp window constantRussell Yanofsky2017-03-031-1/+1
* | | Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequestWladimir J. van der Laan2017-03-034-37/+62
|\ \ \
| * | | Move wallet RPC declarations to rpcwallet.hLuke Dashjr2017-02-273-11/+5
| * | | RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" methodLuke Dashjr2017-02-272-5/+8
| * | | Reformat touched lines with C++11Luke Dashjr2017-02-272-6/+9
| * | | Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...Luke Dashjr2017-02-272-2/+1
| * | | RPC: Do all wallet access through new GetWalletForJSONRPCRequestLuke Dashjr2017-02-273-21/+36
| * | | RPC/Wallet: Pass CWallet as pointer to helper functionsLuke Dashjr2017-02-273-11/+22
| | |/ | |/|
* | | remove 'label' filter for rpc command helpGregory Sanders2017-03-011-3/+0
| |/ |/|
* | Change bitcoin address in RPC helpaddress to an invalid address, so people do...Marijn Stollenga2017-02-261-4/+4
|/
* Trivial: Rephrase the definition of difficulty in the code.Karl-Johan Alm2017-02-231-2/+7
* Merge #9711: [Trivial] Remove incorrect help message from gettxoutproof()Wladimir J. van der Laan2017-02-221-1/+0
|\
| * [Trivial] Remove incorrect help message from gettxoutproof()John Newbery2017-02-071-1/+0
* | Merge #9801: Removed redundant parameter from mempool.PrioritiseTransactionWladimir J. van der Laan2017-02-221-1/+1
|\ \
| * | Removed redundant parameter from mempool.PrioritiseTransactiongubatron2017-02-211-1/+1
* | | Merge #9619: Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segw...Wladimir J. van der Laan2017-02-201-2/+6
|\ \ \ | |/ / |/| |
| * | Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activatesLuke Dashjr2017-02-021-2/+6
* | | Merge #9696: [trivial] Fix recently introduced typos in commentsMarcoFalke2017-02-182-2/+2
|\ \ \
| * | | [trivial] Fix recently introduced typos in commentspracticalswift2017-02-142-2/+2
| | |/ | |/|
* | | 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
|\ \ \ | |/ / |/| |
| * | [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
|\ \ \ \ \