aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2022-02-15test: Call ceildiv helper with integerMartin Zumsande
2022-02-15tests: Calculate fees more similarly to CFeeRate::GetFeeAndrew Chow
2021-07-20Merge bitcoin/bitcoin#22096: p2p: AddrFetch - don't disconnect on self-announ...fanquake
2021-07-15Merge bitcoin/bitcoin#22211: net: relay I2P addresses even if not reachable (...W. J. van der Laan
2021-07-12net, rpc: Enable AddrFetch connections for functional testingMartin Zumsande
2021-07-05test: use script_util helpers for creating P2W{PKH,SH} scriptsSebastian Falbesoner
2021-07-05test: use script_util helpers for creating P2SH scriptsSebastian Falbesoner
2021-06-28test: use script_util helpers for creating P2PKH scriptsSebastian Falbesoner
2021-06-28test: wallet util: fix multisig P2SH-P2WSH script creationSebastian Falbesoner
2021-06-24Merge bitcoin/bitcoin#22257: test: refactor: various (de)serialization helper...MarcoFalke
2021-06-22Revert "test: Add temporary logging to debug #20975"MarcoFalke
2021-06-22Merge bitcoin/bitcoin#22201: test: Fix TestShell to allow running in Jupyter ...MarcoFalke
2021-06-21add dummy file param to fix jupyterJosiah Baker
2021-06-21Merge bitcoin/bitcoin#22089: test: MiniWallet: fix fee calculation for P2PK a...MarcoFalke
2021-06-21test: doc: improve doc for `from_hex` helper (mention `to_hex` alternative)Sebastian Falbesoner
2021-06-21scripted-diff: test: rename `FromHex` to `from_hex`Sebastian Falbesoner
2021-06-21test: remove `ToHex` helper, use .serialize().hex() insteadSebastian Falbesoner
2021-06-21test: introduce `tx_from_hex` helper for tx deserializationSebastian Falbesoner
2021-06-19Merge bitcoin/bitcoin#22210: test: Use MiniWallet in test_no_inherited_signal...MarcoFalke
2021-06-11test: make CAddress in functional tests comparableVasil Dimov
2021-06-11test: implement ser/unser of I2P addresses in functional testsVasil Dimov
2021-06-10test: Use MiniWallet in test_no_inherited_signaling RBF testMarcoFalke
2021-06-10test: Add txin.sequence option to MiniWalletMarcoFalke
2021-06-08test: MiniWallet: fix fee calculation for P2PK and check tx vsizeSebastian Falbesoner
2021-06-08test: MiniWallet: force P2PK signature to have fixed size (71 bytes)Sebastian Falbesoner
2021-06-08test: doc: improve doc for chain_transaction() helperSebastian Falbesoner
2021-06-08test: refactor: dedup utility function chain_transaction()Sebastian Falbesoner
2021-06-07Merge bitcoin/bitcoin#22149: test: Add temporary logging to debug #20975W. J. van der Laan
2021-06-04test: Add temporary logging to debug #20975MarcoFalke
2021-06-03test: convert docs into type annotations in test_framework/test_node.pyfanquake
2021-06-03test: convert docs into type annotations in test_framework/wallet.pyfanquake
2021-06-03test: convert docs into type annotations in test_framework/util.pyfanquake
2021-05-31test: run mempool_reorg.py even with wallet disabledDarius Parvin
2021-05-31Merge bitcoin/bitcoin#21989: test: Use COINBASE_MATURITY in functional testsMarcoFalke
2021-05-31Merge bitcoin/bitcoin#22103: test: Fix IPv6 check on BSD systemsMarcoFalke
2021-05-30test: Fix IPv6 check on BSD systemsnthumann
2021-05-24test: MiniWallet: introduce enum type for output modeSebastian Falbesoner
2021-05-21Move COINBASE_MATURITY from `feature_nulldummy` test to `blocktools`.Kiminuo
2021-05-17test: MiniWallet: add P2PK supportSebastian Falbesoner
2021-05-10test: use MiniWallet for feature_csv_activation.pySebastian Falbesoner
2021-05-05Merge bitcoin/bitcoin#21754: test: Run feature_cltv with MiniWalletMarcoFalke
2021-04-30Merge bitcoin/bitcoin#19521: Coinstats IndexW. J. van der Laan
2021-04-29test: Assert that exit code indicates failureMarcoFalke
2021-04-29test: Run feature_cltv with MiniWalletMarcoFalke
2021-04-29Merge bitcoin/bitcoin#21762: test: Speed up mempool_spend_coinbase.pyMarcoFalke
2021-04-28test: Fix intermittent issue in p2p_addr_relay.pyMarcoFalke
2021-04-23test: Fix test cache issueMarcoFalke
2021-04-23test: Create MiniWallet.create_self_transferMarcoFalke
2021-04-22test: Add MiniWallet.sendrawtransactionMarcoFalke
2021-04-19test: Add tests for block_info in gettxoutsetinfoFabian Jahr