aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/wallet.py
AgeCommit message (Expand)Author
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
2021-09-27test: MiniWallet: add `send_to` method to create arbitrary txoutsSebastian Falbesoner
2021-09-24Merge bitcoin/bitcoin#23047: test: Use MiniWallet in mempool_persistW. J. van der Laan
2021-09-21Merge bitcoin/bitcoin#22998: test: use MiniWallet for make_utxo helper in fea...merge-script
2021-09-20test: Add MiniWallet get_descriptor functionMarcoFalke
2021-09-20test: Replace MiniWallet scan_blocks with rescan_utxosMarcoFalke
2021-09-16test: use MiniWallet for make_utxo helper in feature_rbf.pySebastian Falbesoner
2021-09-12test: Simplify p2p_blocksonly test with new miniwallet rescan_utxos methodMarcoFalke
2021-08-06[test] parameterizable fee for make_chain and create_child_with_parentsglozow