aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_migration.py
AgeCommit message (Expand)Author
2024-03-08wallet: default wallet migration, modify inconvenient backup filenamefurszy
2024-02-02Merge bitcoin/bitcoin#28868: wallet: Fix migration of wallets with txs that h...Ryan Ofsky
2024-02-01tests: Test that descriptors flag is set for migrated blank walletsAva Chow
2024-02-01test: Test migration of tx with both spendable and watchonlyAva Chow
2024-02-01test: Make sure that migration test does not rescan on reloadingAva Chow
2024-01-11tests: Test migration of blank walletsAndrew Chow
2024-01-08test: wallet migration, add coverage for tx extra datafurszy
2023-12-05wallet: Migrate entire address book entriesAndrew Chow
2023-10-24test: refactor: support sending funds with outpoint resultSebastian Falbesoner
2023-10-19test: Check tx metadata is migrated to watchonlyAndrew Chow
2023-10-19wallet: Reload watchonly and solvables wallets after migrationAndrew Chow
2023-10-17test: Check that a failed wallet migration is cleaned upAndrew Chow
2023-10-09test: Scripts with hybrid pubkeys are migrated to watchonlyAndrew Chow
2023-09-26test: Test loading wallets with conflicts without a chainAndrew Chow
2023-09-19Merge bitcoin/bitcoin#28125: wallet: bugfix, disallow migration of invalid sc...Andrew Chow
2023-08-11test: check backup from `migratewallet` can be successfully restoredbrunoerg
2023-08-10test: wallet, verify migration doesn't crash for an invalid scriptfurszy
2023-07-20test: wallet, add coverage for watch-only raw sh script migrationfurszy
2023-07-06test: wallet, add coverage for addressbook migrationfurszy
2023-06-21test: Use TestNode *_path properties where possibleMarcoFalke
2023-06-20Merge bitcoin/bitcoin#26740: wallet: Migrate wallets that are not in a wallet...Ryan Ofsky
2023-06-12test: Add test for migrating default wallet and plain file walletAndrew Chow
2023-06-01Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parametersAndrew Chow
2023-05-08Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to hAndrew Chow
2023-05-03test: Update python tests to use named parameters instead of options objectsRyan Ofsky
2023-04-04Switch hardened derivation marker to h in descriptorsSjors Provoost
2023-02-21tests: Tests for migrating wallets by name, and providing passphraseAndrew Chow
2023-02-16wallet: Be able to unlock the wallet for migrationAndrew Chow
2023-01-18wallet: migrate wallet, exit early if no legacy data existfurszy
2022-12-28test: wallet: check that labels are migrated to watchonly walletSebastian Falbesoner
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-06test: make wallet_migration.py pass with both wallet flagsS3RK
2022-12-01Merge bitcoin/bitcoin#26594: wallet: Avoid a segfault in migratewallet failur...fanquake
2022-11-30wallet: Explicitly say migratewallet on encrypted wallets is unsupportedAndrew Chow
2022-11-29tests: Test for migrating encrypted walletsAndrew Chow
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-08-29Test migratewalletAndrew Chow