aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-04-15versionbits: Add support for delayed activationAnthony Towns
2021-04-08Test that signrawtx works when a signed CSV and CLTV inputs are presentAndrew Chow
2021-03-27Backport invalid address testsPieter Wuille
2021-03-27Use Bech32m encoding for v1+ segwit addressesPieter Wuille
2021-03-06tests: Test that a fully signed tx given to signrawtx is unchangedAndrew Chow
2021-02-19test: disallow sendtoaddress/sendmany when private keys disabledJon Atack
2021-02-11util: Disallow negative mocktimeMarcoFalke
2021-02-08fix the unreachable code at feature_taprootBruno Garcia
2021-01-11test: add test for banning of non-IP addressesVasil Dimov
2020-12-10Add regression test for incorrect decodingPieter Wuille
2020-12-10test: add coverage for passing fee rate as a stringJon Atack
2020-12-10wallet, bugfix: allow send to take string fee rate valuesJon Atack
2020-12-10Send and require SENDADDRV2 before VERACKPieter Wuille
2020-11-26Update feeRate (BTC/kvB) to fee_rate (sat/vB) in wallet_bumpfeeJon Atack
2020-11-26Allow zero-fee fundrawtxn and walletcreatefundedpsbt callsJon Atack
2020-11-25Merge #20490: [backport] wallet: upgradewallet fixes, improvements, test cove...MarcoFalke
2020-11-25Merge #20485: [backport] wallet: Do not treat default constructed types as No...MarcoFalke
2020-11-25Merge #20486: [backport] test: Fix intermittent issue in mempool_compatibilityMarcoFalke
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-23test: Fix intermittent issue in mempool_compatibilityMarcoFalke
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-19wallet: fix and improve upgradewallet error responsesJon Atack
2020-11-19wallet: fix and improve upgradewallet result responsesJon Atack
2020-11-19wallet: Do not treat default constructed types as None-typeMarcoFalke
2020-11-19Don't upgrade to HD split if it is already supportedAndrew Chow
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