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-10-14
Update wallet_multiwallet.py for descriptor and sqlite wallets
Russell Yanofsky
2020-10-07
rpc: change no wallet loaded message to be clearer
Andrew Chow
2020-09-29
test: Get rid of default wallet hacks
Russell Yanofsky
2020-09-29
test, refactor: add default_wallet_name and wallet_data_filename variables
Russell Yanofsky
2020-09-26
test: remove unused constants in functional tests
Sebastian Falbesoner
2020-09-08
Do not create default wallet
Andrew Chow
2020-09-03
wallet: Remove path checking code from createwallet RPC
Russell Yanofsky
2020-09-03
wallet: Remove path checking code from loadwallet RPC
Russell Yanofsky
2020-09-03
wallet: Remove Verify and IsLoaded methods
Russell Yanofsky
2020-08-31
Remove -zapwallettxes
Andrew Chow
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-07-22
No need to check for duplicate fileids in all dbenvs
Andrew Chow
2020-06-19
qa: Test concurrent wallet loading
João Barbosa
2020-05-25
wallet: remove -salvagewallet
Andrew Chow
2020-05-01
wallet: Remove trailing whitespace from potential translation strings
MarcoFalke
2020-04-19
Merge #15761: Replace -upgradewallet startup option with upgradewallet RPC
MarcoFalke
2020-04-17
Merge #18673: scripted-diff: Sort test includes
MarcoFalke
2020-04-17
Merge #18467: rpc: Improve documentation and return value of settxfee
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-14
rpc: settxfee respects -maxtxfee wallet setting
Fabian Jahr
2020-04-13
Remove -upgradewallet startup option
Andrew Chow
2020-03-31
wallet: Handle duplicate fileid exception
João Barbosa
2020-03-14
test: Bump timeouts to avoid valgrind failures
MarcoFalke
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
[next]