index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
rpc_wallet_tests.cpp
Age
Commit message (
Expand
)
Author
2015-10-01
[Univalue] add univalue over subtree
Jonas Schnelli
2015-08-07
locks: don't lock cs_wallet before making rpc calls
Cory Fields
2015-06-11
Add fundrawtransaction RPC method
Matt Corallo
2015-06-04
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-03-24
Includes: Do not include main.h from any other header
Jorge Timón
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-03
Reinitialize state in between individual unit tests.
Pieter Wuille
2014-12-23
Adding RPC tests for the following wallet related calls: getbalance,
Everett Forth
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-02
Changed mixed indentation to four spaces
Eric Shaw
2014-10-02
Fixed setaccount accepting foreign address
Eric Shaw
2014-06-02
Merge pull request #3837
Wladimir J. van der Laan
2014-04-23
Add required locks in tests
Wladimir J. van der Laan
2014-04-01
added many rpc wallet tests
Alon Muroch
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2014-01-24
Unit test fixes for AssertLockHeld / -DDEBUG_LOCKORDER
Gavin Andresen
2013-12-04
Split off rpc_wallet_tests
Wladimir J. van der Laan