aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/util.py
AgeCommit message (Expand)Author
2022-08-02test: add support for Decimal to assert_approxKarl-Johan Alm
2022-07-19refactor: move helper `random_bytes` to util librarySebastian Falbesoner
2022-07-10test: refactor: pass absolute fee in `create_lots_of_big_transactions` helperSebastian Falbesoner
2022-06-29test: let `gen_return_txouts` create a single large OP_RETURN outputSebastian Falbesoner
2022-06-29test: assert serialized txouts size of `gen_return_txouts` helperSebastian Falbesoner
2022-06-21test: Remove from_node from create_self_transfer* MiniWallet helpersMacroFake
2022-06-15test: remove unused `create_confirmed_utxos` helperSebastian Falbesoner
2022-06-13test: Remove MiniWallet mempool_valid optionMacroFake
2022-06-13Merge bitcoin/bitcoin#24839: test: use MiniWallet for mining_prioritisetransa...MacroFake
2022-05-18rpc: Put undocumented JSON failure mode behind a runtime flagSuhail Saqan
2022-04-16test: refactor: use `create_lots_of_big_transactions` to dedup where possibleSebastian Falbesoner
2022-04-16test: use MiniWallet for mining_prioritisetransaction.pySebastian Falbesoner
2022-03-11test: use MiniWallet for feature_maxuploadtarget.pySebastian Falbesoner
2022-02-07test: Call ceildiv helper with integerMartin Zumsande
2022-01-28Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPCMarcoFalke
2022-01-15rpc: move softfork info from getblockchaininfo to getdeploymentinfoAnthony Towns
2021-12-10Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ...MarcoFalke
2021-12-06p2p: Make timeout mockable and type safe, speed up testMarcoFalke
2021-11-29Merge bitcoin/bitcoin#23392: test: move check_node_connections to utilW. J. van der Laan
2021-11-18test: add check_node_connections in utilbrunoerg
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-09Merge bitcoin/bitcoin#23300: test: Implicitly sync after generate*, unless op...MarcoFalke
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-10-11tests: Calculate fees more similarly to CFeeRate::GetFeeAndrew Chow
2021-10-01Merge bitcoin/bitcoin#23136: test: update fee rate assertion helper in the fu...MarcoFalke
2021-09-30test: update assert_fee_amount() in test_framework/util.pyJon Atack
2021-09-29test: Fix typos in testsMarcoFalke
2021-09-16test: Activate all regtest softforks at height 1, unless overriddenMarcoFalke
2021-09-13test: Set peertimeout in write_configMarcoFalke
2021-08-19Use generate* from TestFrameworkMarcoFalke
2021-08-01test: refactor: remove `hex_str_to_bytes` helperSebastian Falbesoner
2021-07-30Merge bitcoin/bitcoin#22490: test: Disable automatic connections per default ...MarcoFalke
2021-07-29Merge bitcoin/bitcoin#22139: test: add type annotations to util.get_rpc_proxyMarcoFalke
2021-07-27test: add type annotations to util.get_rpc_proxyfanquake
2021-07-27test: introduce `generate_to_height` helper, use in rpc_signrawtransactionSebastian Falbesoner
2021-07-26test: Disable automatic connections by defaultMartin Zumsande
2021-06-21test: introduce `tx_from_hex` helper for tx deserializationSebastian 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-03test: convert docs into type annotations in test_framework/util.pyfanquake
2021-04-12tests: Skip SQLite fsyncs while testingAndrew Chow
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2021-02-21test: Avoid connecting to real network when running testsMarcoFalke
2021-01-21Merge #17556: test: Change feature_config_args.py not to rely on strange regt...MarcoFalke
2021-01-07net: Add -natpmp command line optionHennadii Stepanov
2020-11-16Merge #18836: wallet: upgradewallet fixes and additional testsWladimir J. van der Laan
2020-11-04tests: Add a sha256sum_file function to utilAndrew Chow
2020-10-20test: Move (dis)?connect_nodes globals into TestFramework as helpersElliott Jin
2020-10-16test: remove unused helpers random_transaction(), make_change() and gather_in...Sebastian Falbesoner
2020-09-03Merge #19816: test: Rename wait until helper to wait_until_helperfanquake