index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
test_framework
/
wallet.py
Age
Commit message (
Expand
)
Author
2024-05-05
test: add MiniWallet tagging support to avoid UTXO mixing
Sebastian Falbesoner
2024-02-08
test framework: Add and use option for tx-version in MiniWallet methods
MarcoFalke
2023-10-25
test: use built-in collection types for type hints (Python 3.9 / PEP 585)
Sebastian Falbesoner
2023-09-13
[test framework] add ability to spend only confirmed utxos
glozow
2023-07-03
test: refactor: deduplicate legacy ECDSA signing for tx inputs
Sebastian Falbesoner
2023-06-19
test: refactor: introduce `generate_keypair` helper with WIF support
Sebastian Falbesoner
2023-05-19
test: fix `include_immature_coinbase` logic in `get_utxos`
brunoerg
2023-05-19
test: fix intermittent issue in `feature_bip68_sequence`
brunoerg
2023-05-12
test: Return dict in MiniWallet::send_to
MarcoFalke
2023-03-28
refactor: use address_to_scriptpubkey to retrieve addresses scriptpubkey
ismaelsadeeq
2023-03-28
refactor: move address_to_scriptpubkey to address.py
ismaelsadeeq
2023-03-23
test: add bech32 decoding support to address_to_scriptpubkey()
ismaelsadeeq
2023-01-17
test: Return fee from MiniWallet
MarcoFalke
2023-01-17
test: Return chain of MiniWallet txs from MiniWallet chain method
MarcoFalke
2023-01-17
test: Refactor MiniWallet sign_tx
MarcoFalke
2023-01-17
test: Return wtxid from create_self_transfer_multi
MarcoFalke
2023-01-16
test: add `rescan_utxos` in MiniWallet's initialization
kouloumos
2023-01-06
test: Add "include mempool" flag to MiniWallet rescan_utxos
Miles Liu
2023-01-06
test: Add "include immature coinbase" flag to MiniWallet get_utxos
Miles Liu
2023-01-06
test: Add signs P2TR and RAWSCRIPT to MiniWallet sign_tx
Miles Liu
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-09
tests: Use batched RPC in feature_fee_estimation
Andrew Chow
2022-12-05
Merge bitcoin/bitcoin#26414: test: Move tx creation to create_self_transfer_m...
MarcoFalke
2022-10-28
test: Move tx creation to create_self_transfer_multi
kouloumos
2022-10-03
test: refactor `RPCPackagesTest` to use `MiniWallet`
w0xlt
2022-08-03
test: Target exact weight in MiniWallet _bulk_tx
MacroFake
2022-08-01
test: MiniWallet: add `send_self_transfer_chain` to create chain of txns
Andreas Kouloumos
2022-08-01
test: use MiniWallet to simplify mempool_package_limits.py tests
Andreas Kouloumos
2022-07-01
test: Make the scriptPubKey of MiniWallet created txs mutable
MacroFake
2022-07-01
test: Allow setting sequence per input in MiniWallet create_self_transfer_multi
MacroFake
2022-07-01
test: Allow amount_per_output in MiniWallet create_self_transfer_multi
MacroFake
2022-07-01
test: Allow absolute fee in MiniWallet create_self_transfer
MacroFake
2022-06-27
test: Sync MiniWallet utxo state after each generate call
MacroFake
2022-06-27
test: Drop spent utxos in MiniWallet scan_tx
MacroFake
2022-06-27
test: Return new_utxos from create_self_transfer_multi in MiniWallet
MacroFake
2022-06-27
test: Return new_utxo from create_self_transfer in MiniWallet
MacroFake
2022-06-21
test: Remove from_node from create_self_transfer* MiniWallet helpers
MacroFake
2022-06-21
test: refactor: save MiniWallet mode explicitly
Sebastian Falbesoner
2022-06-14
test: implement 'bech32m' mode for `getnewdestination()` helper
Sebastian Falbesoner
2022-06-13
test: Remove MiniWallet mempool_valid option
MacroFake
2022-06-07
Merge bitcoin/bitcoin#25228: test: add BIP-125 rule 5 testcase with default m...
laanwj
2022-06-01
test: Set maxfeerate=0 in MiniWallet sendrawtransaction()
MacroFake
2022-05-27
test: allow passing sequence through create_self_transfer_multi
James O'Beirne
2022-05-19
test: use MiniWallet for feature_dbcrash.py
Sebastian Falbesoner
2022-04-22
test: MiniWallet: skip mempool check if `mempool_valid=False`
Sebastian Falbesoner
2022-04-22
test: MiniWallet: always rehash after signing (P2PK mode)
Sebastian Falbesoner
2022-03-24
test: Rework create_self_transfer_multi
MarcoFalke
2022-03-24
Merge bitcoin/bitcoin#24637: test: use MiniWallet for mempool_package_onemore.py
MarcoFalke
2022-03-24
Merge bitcoin/bitcoin#24587: test: use MiniWallet for rpc_createmultisig.py
fanquake
2022-03-22
test: MiniWallet: add helper methods `{send,create}_self_transfer_multi`
Sebastian Falbesoner
[next]