aboutsummaryrefslogtreecommitdiff
path: root/src/test/rpc_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change count type used by `gettxoutsetinfo`Ross Nicoll2021-06-081-0/+15
* 1.21 key prefix (#1710)Ross Nicoll2021-03-041-3/+3
* refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky2020-05-131-3/+11
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* scripted-diff: Sort test includesMarcoFalke2020-04-161-1/+1
* node: Use mempool from node context instead of globalMarcoFalke2019-12-051-4/+0
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky2019-10-281-2/+2
* scripted-diff: Rename InitInterfaces to NodeContextRussell Yanofsky2019-10-281-4/+4
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-1/+1
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-2/+0
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* Remove use of CRPCTable::appendCommand in wallet codeRussell Yanofsky2019-03-051-3/+2
* rpc: Avoid creating non-standard raw transactionsMarcoFalke2018-12-061-3/+0
* Pass chain and client variables where neededRussell Yanofsky2018-11-061-0/+7
* Replace median fee rate with feerate percentilesMarcin Jachymiak2018-08-111-0/+80
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Make tests pass after 2020Bernhard M. Wiedemann2018-04-231-2/+2
* test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-3/+3
* Merge #11872: [rpc] createrawtransaction: Accept sorted outputsWladimir J. van der Laan2018-03-131-1/+0
|\
| * [rpc] createrawtransaction: Accept sorted outputsMarcoFalke2018-03-071-1/+0
* | Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
|/
* Split signrawtransaction into wallet and non-walletAndrew Chow2018-02-171-10/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCsWladimir J. van der Laan2017-12-191-1/+3
|\
| * Add iswitness parameter to decode- and fundrawtransaction RPCsMeshCollider2017-09-061-1/+3
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-6/+6
|/
* rpc: Move ValueFromAmount to core_writeWladimir J. van der Laan2017-08-071-0/+1
* Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift2017-06-061-5/+4
* [trivial] Fix typos in commentspracticalswift2017-03-211-1/+1
* Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke2017-01-051-70/+68
|\
| * Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-70/+68
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Merge #8996: Network activity toggleJonas Schnelli2016-11-111-0/+22
|\
| * RPC/Net: Use boolean consistently for networkactive, and remove from getinfoLuke Dashjr2016-10-241-6/+6
| * Overhaul network activity toggleJonas Schnelli2016-10-241-0/+22
* | [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-2/+5
|/
* [test] Remove unused codeMarcoFalke2016-08-241-12/+0
* RPC: fix generatetoaddress failing to parse address and add unit testmruddy2016-04-031-0/+24
* rpc: Register calls where they are definedWladimir J. van der Laan2016-03-311-1/+1
* move rpc* to rpc/Daniel Cousens2016-01-211-3/+3
* Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | Double semicolon cleanup.21E142015-12-301-2/+2
|/
* [RPC] Add transaction size to JSON outputNick2015-11-281-0/+1
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* net: use CIDR notation in CSubNet::ToString()Jonas Schnelli2015-09-161-7/+7
* Remove rpc_boostasiotocnetaddr testWladimir J. van der Laan2015-09-021-15/+0
* Add OP_RETURN support in createrawtransaction RPC call, add tests.Pavel Janík2015-08-061-0/+18