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_migration.py
Age
Commit message (
Expand
)
Author
2024-03-08
wallet: default wallet migration, modify inconvenient backup filename
furszy
2024-02-02
Merge bitcoin/bitcoin#28868: wallet: Fix migration of wallets with txs that h...
Ryan Ofsky
2024-02-01
tests: Test that descriptors flag is set for migrated blank wallets
Ava Chow
2024-02-01
test: Test migration of tx with both spendable and watchonly
Ava Chow
2024-02-01
test: Make sure that migration test does not rescan on reloading
Ava Chow
2024-01-11
tests: Test migration of blank wallets
Andrew Chow
2024-01-08
test: wallet migration, add coverage for tx extra data
furszy
2023-12-05
wallet: Migrate entire address book entries
Andrew Chow
2023-10-24
test: refactor: support sending funds with outpoint result
Sebastian Falbesoner
2023-10-19
test: Check tx metadata is migrated to watchonly
Andrew Chow
2023-10-19
wallet: Reload watchonly and solvables wallets after migration
Andrew Chow
2023-10-17
test: Check that a failed wallet migration is cleaned up
Andrew Chow
2023-10-09
test: Scripts with hybrid pubkeys are migrated to watchonly
Andrew Chow
2023-09-26
test: Test loading wallets with conflicts without a chain
Andrew Chow
2023-09-19
Merge bitcoin/bitcoin#28125: wallet: bugfix, disallow migration of invalid sc...
Andrew Chow
2023-08-11
test: check backup from `migratewallet` can be successfully restored
brunoerg
2023-08-10
test: wallet, verify migration doesn't crash for an invalid script
furszy
2023-07-20
test: wallet, add coverage for watch-only raw sh script migration
furszy
2023-07-06
test: wallet, add coverage for addressbook migration
furszy
2023-06-21
test: Use TestNode *_path properties where possible
MarcoFalke
2023-06-20
Merge bitcoin/bitcoin#26740: wallet: Migrate wallets that are not in a wallet...
Ryan Ofsky
2023-06-12
test: Add test for migrating default wallet and plain file wallet
Andrew Chow
2023-06-01
Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parameters
Andrew Chow
2023-05-08
Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to h
Andrew Chow
2023-05-03
test: Update python tests to use named parameters instead of options objects
Ryan Ofsky
2023-04-04
Switch hardened derivation marker to h in descriptors
Sjors Provoost
2023-02-21
tests: Tests for migrating wallets by name, and providing passphrase
Andrew Chow
2023-02-16
wallet: Be able to unlock the wallet for migration
Andrew Chow
2023-01-18
wallet: migrate wallet, exit early if no legacy data exist
furszy
2022-12-28
test: wallet: check that labels are migrated to watchonly wallet
Sebastian Falbesoner
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-06
test: make wallet_migration.py pass with both wallet flags
S3RK
2022-12-01
Merge bitcoin/bitcoin#26594: wallet: Avoid a segfault in migratewallet failur...
fanquake
2022-11-30
wallet: Explicitly say migratewallet on encrypted wallets is unsupported
Andrew Chow
2022-11-29
tests: Test for migrating encrypted wallets
Andrew Chow
2022-11-10
test: Remove wallet option from non-wallet tests
MacroFake
2022-08-29
Test migratewallet
Andrew Chow