aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-11-05test: Fix intermittent issue in wallet_listsinceblockMarcoFalke
2020-11-05test: Fix wallet_multiwallet test issue on WindowsMarcoFalke
2020-11-05Merge #20283: test: Only try witness deser when checking for witness deser fa...fanquake
2020-11-05Merge #20199: wallet: ignore (but warn) on duplicate -wallet parametersMarcoFalke
2020-11-04wallet: Remove -upgradewallet from dummywalletMarcoFalke
2020-11-04test: Remove unused wallet.datMarcoFalke
2020-11-04tests: Test specific upgradewallet scenarios and that upgrades workAndrew Chow
2020-11-04test: Add test_framework/bdb.py module for inspecting bdb filesAndrew Chow
2020-11-04tests: Add a sha256sum_file function to utilAndrew Chow
2020-11-04test: Fix intermittent rpc_net issueMarcoFalke
2020-11-04Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21Samuel Dobson
2020-11-04Merge #20282: wallet: change upgradewallet return type to be an objectSamuel Dobson
2020-11-03Small improvements to the Taproot functional testsPieter Wuille
2020-11-03test: Fix intermittent feature_taproot issueMarcoFalke
2020-11-03test: Fix deser issue in create_blockMarcoFalke
2020-11-03test: Remove unused unnamed parameter from block.serialize callMarcoFalke
2020-11-03Ignoring (but warn) on duplicate -wallet parametersJonas Schnelli
2020-11-02Merge #18788: tests: Update more tests to work with descriptor walletsWladimir J. van der Laan
2020-11-02test: Only try witness deserialize when checking for witness deserialize failureMarcoFalke
2020-11-02Merge #20165: Only relay Taproot spends if next block has it activeMarcoFalke
2020-11-02[wallet] Return object from upgradewallet RPCSishir Giri
2020-11-01tests: Make only desc wallets for wallet_multwallet.py --descriptorsAndrew Chow
2020-11-01Avoid creating legacy wallets in wallet_importdescriptors.pyAndrew Chow
2020-11-01Update feature_backwards_compatibility for descriptor walletsAndrew Chow
2020-11-01Update wallet_labels.py to not require descriptors=FalseAndrew Chow
2020-11-01tests: Add a --legacy-wallet that is mutually exclusive with --descriptorsAndrew Chow
2020-11-01Disable some tests for tool_wallet when descriptorsAndrew Chow
2020-11-01Make raw multisig tests legacy wallet only in rpc_rawtransaction.pyAndrew Chow
2020-11-01Do addmultisigaddress tests in legacy wallet mode in wallet_address_types.pyAndrew Chow
2020-11-01Use importdescriptors when in descriptor wallet mode in wallet_createwallet.pyAndrew Chow
2020-11-01Avoid dumpprivkey and watchonly behavior in rpc_signrawtransaction.pyAndrew Chow
2020-11-01Add script equivalent of functions in address.pyAndrew Chow
2020-11-01Add descriptor wallet output to tool_wallet.pyAndrew Chow
2020-11-01Use separate watchonly wallet for multisig in feature_nulldummy.pyAndrew Chow
2020-11-01Move import and watchonly tests to be legacy wallet only in wallet_balance.pyAndrew Chow
2020-11-01Use importdescriptors for descriptor wallets in wallet_bumpfee.pyAndrew Chow
2020-11-01Avoid dumpprivkey in wallet_listsinceblock.pyAndrew Chow
2020-11-01Make import tests in wallet_listtransactions.py legacy wallet onlyAndrew Chow
2020-11-01Use a separate watchonly wallet in rpc_fundrawtransaction.pyAndrew Chow
2020-11-01Update wallet_importprunedfunds to avoid dumpprivkeyAndrew Chow
2020-10-30Increase feature_taproot inactive test coveragePieter Wuille
2020-10-30Only relay Taproot spends if next block has it activePieter Wuille
2020-10-29Fix change detection of imported internal descriptorsAndrew Chow
2020-10-29Ensure a legacy wallet for BDB format checkAndrew Chow
2020-10-29Skip --descriptor tests if sqlite is not compiledAndrew Chow
2020-10-29Merge #20186: wallet: Make -wallet setting not create walletsMarcoFalke
2020-10-29Merge #19753: p2p: don't add AlreadyHave transactions to recentRejectsWladimir J. van der Laan
2020-10-29wallet: add rpc send explicit fee rate coverageJon Atack
2020-10-29wallet: add sendtoaddress/sendmany explicit fee rate coverageJon Atack
2020-10-29wallet: add walletcreatefundedpsbt explicit fee rate coverageJon Atack