aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for testsCory Fields2016-09-071-0/+6
| | | | | | | | | | | | | | waitfornewblock waits until a new block is received, or the timeout expires, then returns the current block height/hash. waitforblock waits for a specific blockhash, or until the timeout expires, then returns the current block height/hash. If the target blockhash is the current tip, it will return immediately. waitforblockheight waits until the tip has reached a certain height or higher, then returns the current height and hash. waitforblockheight is used to avoid polling in the rpc tests.
* Make the dummy argument to getaddednodeinfo optionalPieter Wuille2016-09-011-1/+0
|
* Add getmempooldescendants RPC callSuhas Daftuar2016-06-091-0/+1
|
* Add getmempoolancestors RPC callSuhas Daftuar2016-05-171-0/+1
|
* Merge #7793: [doxygen] Fix member commentsWladimir J. van der Laan2016-04-051-2/+2
|\ | | | | | | fada0c4 [doc] Fix doxygen comments for members (MarcoFalke)
| * [doc] Fix doxygen comments for membersMarcoFalke2016-04-031-2/+2
| |
* | RPC: fix generatetoaddress failing to parse address and add unit testmruddy2016-04-031-1/+0
|/
* Create generatetoaddress rpcAndrew C2016-03-211-0/+3
| | | | | | Creates the generatetoaddress rpc which is virtually identical to the generate rpc except that it takes an argument for the address to mine to. It does not rely on wallet functionality. The mining code shared by generate and generatetoaddress has been moved to another method to reduce duplication.
* Merge #7663: Make the generate RPC call function for non-regtestWladimir J. van der Laan2016-03-141-0/+1
|\ | | | | | | 8a253b3 Make the generate RPC call function for non-regtest (Pieter Wuille)
| * Make the generate RPC call function for non-regtestPieter Wuille2016-03-091-0/+1
| |
* | Remove internal minerLeviathn2016-02-101-3/+0
|/ | | | | This code removes the internal miner which is only useful on Testnet. This leaves the internal miner that is useful on RegTest intact.
* move rpc* to rpc/Daniel Cousens2016-01-211-0/+163