aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/wallet.py
AgeCommit message (Expand)Author
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-09tests: Use batched RPC in feature_fee_estimationAndrew Chow
2022-12-05Merge bitcoin/bitcoin#26414: test: Move tx creation to create_self_transfer_m...MarcoFalke
2022-10-28test: Move tx creation to create_self_transfer_multikouloumos
2022-10-03test: refactor `RPCPackagesTest` to use `MiniWallet`w0xlt
2022-08-03test: Target exact weight in MiniWallet _bulk_txMacroFake
2022-08-01test: MiniWallet: add `send_self_transfer_chain` to create chain of txnsAndreas Kouloumos
2022-08-01test: use MiniWallet to simplify mempool_package_limits.py testsAndreas Kouloumos
2022-07-01test: Make the scriptPubKey of MiniWallet created txs mutableMacroFake
2022-07-01test: Allow setting sequence per input in MiniWallet create_self_transfer_multiMacroFake
2022-07-01test: Allow amount_per_output in MiniWallet create_self_transfer_multiMacroFake
2022-07-01test: Allow absolute fee in MiniWallet create_self_transferMacroFake
2022-06-27test: Sync MiniWallet utxo state after each generate callMacroFake
2022-06-27test: Drop spent utxos in MiniWallet scan_txMacroFake
2022-06-27test: Return new_utxos from create_self_transfer_multi in MiniWalletMacroFake
2022-06-27test: Return new_utxo from create_self_transfer in MiniWalletMacroFake
2022-06-21test: Remove from_node from create_self_transfer* MiniWallet helpersMacroFake
2022-06-21test: refactor: save MiniWallet mode explicitlySebastian Falbesoner
2022-06-14test: implement 'bech32m' mode for `getnewdestination()` helperSebastian Falbesoner
2022-06-13test: Remove MiniWallet mempool_valid optionMacroFake
2022-06-07Merge bitcoin/bitcoin#25228: test: add BIP-125 rule 5 testcase with default m...laanwj
2022-06-01test: Set maxfeerate=0 in MiniWallet sendrawtransaction()MacroFake
2022-05-27test: allow passing sequence through create_self_transfer_multiJames O'Beirne
2022-05-19test: use MiniWallet for feature_dbcrash.pySebastian Falbesoner
2022-04-22test: MiniWallet: skip mempool check if `mempool_valid=False`Sebastian Falbesoner
2022-04-22test: MiniWallet: always rehash after signing (P2PK mode)Sebastian Falbesoner
2022-03-24test: Rework create_self_transfer_multiMarcoFalke
2022-03-24Merge bitcoin/bitcoin#24637: test: use MiniWallet for mempool_package_onemore.pyMarcoFalke
2022-03-24Merge bitcoin/bitcoin#24587: test: use MiniWallet for rpc_createmultisig.pyfanquake
2022-03-22test: MiniWallet: add helper methods `{send,create}_self_transfer_multi`Sebastian Falbesoner
2022-03-22test: use MiniWallet for rpc_createmultisig.pyAyush Sharma
2022-03-17Use MiniWallet in feature_coinstatsindexMarcoFalke
2022-03-17test: Refactor MiniWallet get_utxo helperMarcoFalke
2022-01-13test: use MiniWallet for mempool_accept.pySebastian Falbesoner
2022-01-11test: MiniWallet: support default `from_node` for creating txsSebastian Falbesoner
2021-12-26test: introduce `address_to_scriptpubkey` helperSebastian Falbesoner
2021-12-26test: introduce `getnewdestination` helper for generating various address typesSebastian Falbesoner
2021-11-16Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...fanquake
2021-11-15test: Return the largest utxo in MiniWallet.get_utxoMarcoFalke
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-09test: MiniWallet: add P2TR support and use it per defaultSebastian Falbesoner
2021-10-27test: MiniWallet: more deterministic coin selection for coinbase UTXOs (oldes...Sebastian Falbesoner
2021-10-18Merge bitcoin/bitcoin#23207: test: Delete generate* calls from TestNodeMarcoFalke
2021-10-07Merge bitcoin/bitcoin#23118: test: refactor: introduce `script_util` helper f...W. J. van der Laan
2021-10-07Merge bitcoin/bitcoin#23210: test: Replace satoshi_round with int() or Decimal()MarcoFalke
2021-10-06test: Replace satoshi_round with int() or Decimal()MarcoFalke
2021-10-06test: Avoid RPC roundtrip in MiniWallet get_descriptor()MarcoFalke
2021-10-06test: Delete generate* calls from TestNodeMarcoFalke
2021-09-29test: introduce script_util helper for creating P2PK scriptsSebastian Falbesoner
2021-09-27test: introduce helper to create random P2WPKH scriptPubKeysSebastian Falbesoner