aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_descriptor.py
AgeCommit message (Expand)Author
2024-02-06tests: Test for concurrent writes with db txAva Chow
2023-10-19Merge bitcoin/bitcoin#28617: test: Add Wallet Unlock Context Managerfanquake
2023-10-10test: Add Wallet Unlock Context ManagerBrandon Odiwuor
2023-10-10 test: Use pathlib over os.path #28362ns-xvrn
2023-10-05test: Bump walletpassphrase timeouts to avoid intermittent issuesMarcoFalke
2023-08-02qa: Close SQLite connection properlyHennadii Stepanov
2023-06-21scripted-diff: Use wallets_path and chain_path where possibleMarcoFalke
2023-04-04Switch hardened derivation marker to h in descriptorsSjors Provoost
2023-01-17Merge bitcoin/bitcoin#26039: refactor: Run type check against RPCArgs (1/2)fanquake
2023-01-12test: skip sqlite3 tests if it isn't availablefanquake
2023-01-11test: Fix wrong types passed to RPCsMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-05Merge bitcoin/bitcoin#26462: wallet: fix crash on loading descriptor wallet c...Andrew Chow
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-11-08test: add missing bech32m / BIP86 test-cases to wallet_descriptor.pySebastian Falbesoner
2022-11-08test: check that loading descriptor wallet with legacy entries throws errorSebastian Falbesoner
2022-06-14doc: Update importaddress mention incompatibility with descriptor walletBrokenProgrammer
2021-11-16Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by defaultAndrew Chow
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-10-06test: Use generate* node RPC, not wallet RPCMarcoFalke
2021-08-19Use generate* from TestFrameworkMarcoFalke
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2021-02-18Merge #19136: wallet: add parent_desc to getaddressinfoSamuel Dobson
2021-01-27Disable wallet_descriptor.py bdb format check if BDB is not compiledAndrew Chow
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-10-29Ensure a legacy wallet for BDB format checkAndrew Chow
2020-10-29Skip --descriptor tests if sqlite is not compiledAndrew Chow
2020-10-15test: add coverage for getwalletinfo format fieldJon Atack
2020-10-09tests: Test getaddressinfo parent_descAndrew Chow
2020-09-29test, refactor: add default_wallet_name and wallet_data_filename variablesRussell Yanofsky
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-04-23tests: Add RPCOverloadWrapper which overloads some disabled RPCsAndrew Chow
2020-04-23Functional tests for descriptor walletsAndrew Chow