aboutsummaryrefslogtreecommitdiff
path: root/src/test/rpc_wallet_tests.cpp
AgeCommit message (Expand)Author
2016-04-18test: move accounting_tests and rpc_wallet_tests to wallet/testWladimir J. van der Laan
2016-01-21move rpc* to rpc/Daniel Cousens
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-08-07locks: don't lock cs_wallet before making rpc callsCory Fields
2015-06-11Add fundrawtransaction RPC methodMatt Corallo
2015-06-04Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli
2015-06-04remove JSON Spirit UniValue wrapperJonas Schnelli
2015-03-24Includes: Do not include main.h from any other headerJorge Timón
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
2015-03-03Reinitialize state in between individual unit tests.Pieter Wuille
2014-12-23Adding RPC tests for the following wallet related calls: getbalance,Everett Forth
2014-12-16Remove references to X11 licenceMichael Ford
2014-10-02Changed mixed indentation to four spacesEric Shaw
2014-10-02Fixed setaccount accepting foreign addressEric Shaw
2014-06-02Merge pull request #3837Wladimir J. van der Laan
2014-04-23Add required locks in testsWladimir J. van der Laan
2014-04-01added many rpc wallet testsAlon Muroch
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
2014-01-24Unit test fixes for AssertLockHeld / -DDEBUG_LOCKORDERGavin Andresen
2013-12-04Split off rpc_wallet_testsWladimir J. van der Laan