aboutsummaryrefslogtreecommitdiff
path: root/src/test/rpc_wallet_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* test: move accounting_tests and rpc_wallet_tests to wallet/testWladimir J. van der Laan2016-04-181-229/+0
* move rpc* to rpc/Daniel Cousens2016-01-211-2/+2
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* locks: don't lock cs_wallet before making rpc callsCory Fields2015-08-071-19/+20
* Add fundrawtransaction RPC methodMatt Corallo2015-06-111-0/+6
* Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli2015-06-041-5/+6
* remove JSON Spirit UniValue wrapperJonas Schnelli2015-06-041-2/+2
* Includes: Do not include main.h from any other headerJorge Timón2015-03-241-0/+1
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-1/+1
* Reinitialize state in between individual unit tests.Pieter Wuille2015-03-031-1/+3
* Adding RPC tests for the following wallet related calls: getbalance,Everett Forth2014-12-231-1/+36
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Changed mixed indentation to four spacesEric Shaw2014-10-021-74/+73
* Fixed setaccount accepting foreign addressEric Shaw2014-10-021-2/+6
* Merge pull request #3837Wladimir J. van der Laan2014-06-021-0/+87
|\
| * added many rpc wallet testsAlon Muroch2014-04-011-0/+87
* | Add required locks in testsWladimir J. van der Laan2014-04-231-1/+1
|/
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
* Unit test fixes for AssertLockHeld / -DDEBUG_LOCKORDERGavin Andresen2014-01-241-0/+7
* Split off rpc_wallet_testsWladimir J. van der Laan2013-12-041-0/+82