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
2020-02-04
Merge #16681: Tests: Use self.chain instead of 'regtest' in all current tests
MarcoFalke
2019-12-06
tests: Use a default of supports_cli=True (instead of supports_cli=False)
practicalswift
2019-10-26
Tests: Use self.chain instead of 'regtest' in almost all current tests
Jorge Timón
2019-10-08
wallet: Avoid showing GUI popups on RPC errors
MarcoFalke
2019-09-09
Merge #16796: wallet: Fix segfault in CreateWalletFromFile
Samuel Dobson
2019-09-03
test/contrib: Fix invalid escapes in regex strings
Ben Woosley
2019-09-03
wallet: Fix segmentation fault in CreateWalletFromFile
MarcoFalke
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-02-04
qa: Test .walletlock file is closed
João Barbosa
2018-11-06
wallet: Add trailing wallet.dat when detecting duplicate wallet if it's a dir...
Chun Kuan Lee
2018-10-25
Remove fs::relative call and fix listwalletdir tests
João Barbosa
2018-10-24
appveyor: Enable multiwallet test
Chun Kuan Lee
2018-10-24
Merge #14320: [bugfix] wallet: Fix duplicate fileid detection
Wladimir J. van der Laan
2018-10-24
tests: add test case for loading copied wallet twice
Chun Kuan Lee
2018-10-24
Merge #14453: rpc: Fix wallet unload during walletpassphrase timeout
Wladimir J. van der Laan
2018-10-23
Merge #14468: [wallet] Deprecate generate RPC method
MarcoFalke
2018-10-20
qa: Ensure wallet unload during walletpassphrase timeout
João Barbosa
2018-10-19
Merge #14291: wallet: Add ListWalletDir utility function
Wladimir J. van der Laan
2018-10-18
qa: Add tests for listwalletdir RPC
João Barbosa
2018-10-16
[tests] Small fixups before deprecating generate
John Newbery
2018-09-17
tests: Make it possible to run functional tests on Windows
Chun Kuan Lee
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-15
wallet: Fix backupwallet for multiwallets
Daniel Kraft
2018-06-28
[wallet] loadwallet shouldn't create new wallets.
John Newbery
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