aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_send.py
AgeCommit message (Expand)Author
2024-04-05test: introduce and use `calculate_input_weight` helperSebastian Falbesoner
2024-03-12Merge bitcoin/bitcoin#27114: p2p: Allow whitelisting manual connectionsAva Chow
2024-03-01test: fix flaky wallet_send functional testMax Edwards
2024-03-01test: fix weight estimates in functional testsMax Edwards
2024-02-28test: add option to speed up tx relay/mempool syncbrunoerg
2023-09-06test: remove unnecessary finalizepsbt rpc callsismaelsadeeq
2023-07-27test: remove redundant test valuesJon Atack
2023-06-19test: refactor: introduce `generate_keypair` helper with WIF supportSebastian Falbesoner
2023-01-11Wallet/RPC: Allow specifying min & max chain depth for inputs used by fund callsJuan Pablo Civile
2023-01-03Merge bitcoin/bitcoin#26661: wallet: Coin Selection, return accurate error me...Andrew Chow
2023-01-03script, test: fix python linter E275 errors with flake8 5.0.4Jon Atack
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-21wallet: return accurate error messages from Coin Selectionfurszy
2022-11-28Merge bitcoin/bitcoin#26480: test: Remove wallet option from non-wallet testsAndrew Chow
2022-11-14Merge bitcoin/bitcoin#26240: rpc: Adjust RPCTypeCheckObj error stringMacroFake
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-10-26wallet: remove fetch pre-selected-inputs responsibility from SelectCoinsfurszy
2022-10-10Adjust RPCTypeCheckObj error stringLeonardo Araujo
2022-04-21tests: Use descriptor that requires both legacy and segwitAndrew Chow
2022-03-24tests: Calculate input weight more accuratelyAndrew Chow
2022-02-07test: Call ceildiv helper with integerMartin Zumsande
2022-01-24tests: Test specifying input weightsAndrew Chow
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-10scripted-diff: Remove redundant sync_all and sync_blocksMarcoFalke
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-10-06Fix intermittent test failures due to missing sync_allSamuel Dobson
2021-10-06Use self.generate not node.generate throughout testsSamuel Dobson
2021-10-03allow send rpc take external inputs and solving dataAndrew Chow
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-05-10Merge bitcoin/bitcoin#21359: rpc: include_unsafe option for fundrawtransactionW. J. van der Laan
2021-05-09test: fee rate values that cannot be represented as sat/vBJon Atack
2021-05-09rpc: for sat/vB fee rates, limit ParseFixedPoint decimals to 3Jon Atack
2021-05-09test: type error and out of range fee rates where missingJon Atack
2021-05-09test: explicit fee rates with invalid amountsJon Atack
2021-05-06test: improve zero-value explicit fee rate coverageJon Atack
2021-04-30rpc: include_unsafe option for fundrawtransactiont-bast
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2021-01-27Fix wallet_send.py wallet setup to work with descriptorsAndrew Chow
2020-12-04wallet, bugfix: allow send to take string fee rate valuesJon Atack
2020-11-25Merge #20410: wallet: Do not treat default constructed types as None-typeMarcoFalke
2020-11-20Allow zero-fee fundrawtxn and walletcreatefundedpsbt callsJon Atack
2020-11-19wallet: Do not treat default constructed types as None-typeMarcoFalke
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-11wallet: introduce fee_rate (sat/vB) param/optionJon Atack
2020-11-11wallet: fix bug in RPC send optionsJon Atack
2020-11-04Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21Samuel Dobson
2020-10-29wallet: add rpc send explicit fee rate coverageJon Atack
2020-10-18test: Fix intermittent issue in wallet_sendMarcoFalke
2020-09-29test, refactor: add default_wallet_name and wallet_data_filename variablesRussell Yanofsky