aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-11-24Merge #20475: [backport] RPC: unloadwallet: Clarify docs/error when both the ...MarcoFalke
2020-11-24RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC endpoint and w...Luke Dashjr
2020-11-20Merge #20431: [backport 0.21] tests: shrink feature_taproot transfer of funds txMarcoFalke
2020-11-20tests: shrink feature_taproot transfer of funds txAnthony Towns
2020-11-17Merge #20305: wallet: introduce fee_rate sat/vB param/optionMarcoFalke
2020-11-17Merge #20346: script: modify security-check.py to use "==" instead of "is" fo...fanquake
2020-11-16Merge #18836: wallet: upgradewallet fixes and additional testsWladimir J. van der Laan
2020-11-12tests: Remove no longer needed UBSan suppression (float-divide-by-zero in val...practicalswift
2020-11-12wallet: override minfee checks (fOverrideFeeRate) for fee_rateJon Atack
2020-11-12wallet: provide valid values if invalid estimate mode passedJon Atack
2020-11-12wallet: update fee rate units, use sat/vB for fee_rate error messagesJon Atack
2020-11-12Remove references to CreateWalletFromFilefanquake
2020-11-12Merge #19502: Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file ...Samuel Dobson
2020-11-11Merge #20344: wallet: fix scanning progress calculation for single block rangeMarcoFalke
2020-11-11wallet: remove redundant bumpfee fee_rate checksJon Atack
2020-11-11wallet: introduce fee_rate (sat/vB) param/optionJon Atack
2020-11-11wallet: fix bug in RPC send optionsJon Atack
2020-11-11wallet: fix scanning progress calculation for single block rangeSebastian Falbesoner
2020-11-11test: Suppress epoll_ctl data raceMarcoFalke
2020-11-10Merge #20322: test: Fix intermittent issue in wallet_listsinceblockMarcoFalke
2020-11-09Merge #20153: wallet: do not import a descriptor with hardened derivations in...Wladimir J. van der Laan
2020-11-09Merge #20120: net, rpc, test, bugfix: update GetNetworkName, GetNetworksInfo,...Wladimir J. van der Laan
2020-11-09swapped "is" for "==" in literal comparisonTyler Chambers
2020-11-09Merge #20292: test: Fix intermittent feature_taproot issueWladimir J. van der Laan
2020-11-09Merge #20266: wallet: fix change detection of imported internal descriptorsWladimir J. van der Laan
2020-11-06QA: wallet_multiwallet: Check that recursive symlink directory and wallet.dat...Luke Dashjr
2020-11-05fix ecdsa verify in test frameworkStepan Snigirev
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