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
/
test
/
functional
/
wallet_multiwallet.py
Age
Commit message (
Expand
)
Author
2018-06-21
Merge #13111: Add unloadwallet RPC
Jonas Schnelli
2018-06-18
bugfix: Remove dangling wallet env instance
João Barbosa
2018-06-18
test: Wallet methods are disabled when no wallet is loaded
João Barbosa
2018-06-18
test: Add functional tests for unloadwallet RPC
João Barbosa
2018-06-12
Explicitly specify encoding when opening text files in Python code
practicalswift
2018-05-31
[wallet] [tests] Add tests for `createwallet` RPC.
John Newbery
2018-05-16
[wallet] [tests] Test loadwallet
John Newbery
2018-04-24
Merge #12909: wallet: Make fee settings to be non-static members
Wladimir J. van der Laan
2018-04-23
wallet: Make fee settings non-static members
MarcoFalke
2018-04-19
[wallet] [tests] Test disallowed multiwallet params
John Newbery
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-01
qa: Match full plain text by default
MarcoFalke
2018-03-22
Merge #12076: qa: Use node.datadir instead of tmpdir in test framework
Wladimir J. van der Laan
2018-03-19
qa: Allow for partial_match when checking init error
MarcoFalke
2018-03-19
qa: Use node.datadir instead of tmpdir in test framework
MarcoFalke
2018-03-18
[Tests] Require exact match in assert_start_raises_init_eror()
John Newbery
2018-03-18
[Tests] Move assert_start_raises_init_error method to TestNode
John Newbery
2018-03-03
Create new wallet databases as directories rather than files
Russell Yanofsky
2018-03-03
Allow wallet files not in -walletdir directory
Russell Yanofsky
2018-01-25
[tests] Rename wallet_* functional tests.
Anthony Towns