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
/
util.py
Age
Commit message (
Expand
)
Author
2023-12-08
test: detect OS consistently using `platform.system()`
Sebastian Falbesoner
2023-11-17
Merge bitcoin/bitcoin#28725: test: refactor: use built-in collection types fo...
fanquake
2023-11-16
test: replace `Callable`/`Iterable` with their `collections.abc` alternative ...
stickies-v
2023-10-29
Merge bitcoin/bitcoin#28727: test: replace random_bytes with random.randbytes
fanquake
2023-10-25
Merge bitcoin/bitcoin#28264: test: refactor: support sending funds with outpo...
Andrew Chow
2023-10-25
test: replace random_bytes with randbytes #28720
ns-xvrn
2023-10-25
test: use built-in collection types for type hints (Python 3.9 / PEP 585)
Sebastian Falbesoner
2023-10-24
Merge bitcoin/bitcoin#28211: Bump python minimum supported version to 3.9
fanquake
2023-10-24
test: remove unused `find_output` helper
Sebastian Falbesoner
2023-10-10
test: Use pathlib over os.path #28362
ns-xvrn
2023-10-06
test: Rename wait_until_helper to wait_until_helper_internal
Fabian Jahr
2023-10-05
wallet: No BDB creation, unless -deprecatedrpc=create_bdb
MarcoFalke
2023-08-29
Bump python minimum version to 3.9
MarcoFalke
2023-06-29
test: fix PEP484 no implicit optional argument types errors
Jon Atack
2023-06-21
test: Allow pathlib.Path as RPC argument via authproxy
MarcoFalke
2023-05-26
Merge bitcoin/bitcoin#27302: init: Error if ignored bitcoin.conf file is found
fanquake
2023-04-28
test: remove modinv python util helper function
Fabian Jahr
2023-04-21
init: Error if ignored bitcoin.conf file is found
Ryan Ofsky
2023-04-21
test: Use python3.8 pow()
MarcoFalke
2023-03-31
test: Remove python3.5 workaround in authproxy
MarcoFalke
2023-01-17
test: Run mempool_packages.py with MiniWallet
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-08-02
test: add support for Decimal to assert_approx
Karl-Johan Alm
2022-07-19
refactor: move helper `random_bytes` to util library
Sebastian Falbesoner
2022-07-10
test: refactor: pass absolute fee in `create_lots_of_big_transactions` helper
Sebastian Falbesoner
2022-06-29
test: let `gen_return_txouts` create a single large OP_RETURN output
Sebastian Falbesoner
2022-06-29
test: assert serialized txouts size of `gen_return_txouts` helper
Sebastian Falbesoner
2022-06-21
test: Remove from_node from create_self_transfer* MiniWallet helpers
MacroFake
2022-06-15
test: remove unused `create_confirmed_utxos` helper
Sebastian Falbesoner
2022-06-13
test: Remove MiniWallet mempool_valid option
MacroFake
2022-06-13
Merge bitcoin/bitcoin#24839: test: use MiniWallet for mining_prioritisetransa...
MacroFake
2022-05-18
rpc: Put undocumented JSON failure mode behind a runtime flag
Suhail Saqan
2022-04-16
test: refactor: use `create_lots_of_big_transactions` to dedup where possible
Sebastian Falbesoner
2022-04-16
test: use MiniWallet for mining_prioritisetransaction.py
Sebastian Falbesoner
2022-03-11
test: use MiniWallet for feature_maxuploadtarget.py
Sebastian Falbesoner
2022-02-07
test: Call ceildiv helper with integer
Martin Zumsande
2022-01-28
Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPC
MarcoFalke
2022-01-15
rpc: move softfork info from getblockchaininfo to getdeploymentinfo
Anthony Towns
2021-12-10
Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ...
MarcoFalke
2021-12-06
p2p: Make timeout mockable and type safe, speed up test
MarcoFalke
2021-11-29
Merge bitcoin/bitcoin#23392: test: move check_node_connections to util
W. J. van der Laan
2021-11-18
test: add check_node_connections in util
brunoerg
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-09
Merge bitcoin/bitcoin#23300: test: Implicitly sync after generate*, unless op...
MarcoFalke
2021-10-29
test: Implicitly sync after generate*, unless opted out
MarcoFalke
2021-10-11
tests: Calculate fees more similarly to CFeeRate::GetFee
Andrew Chow
2021-10-01
Merge bitcoin/bitcoin#23136: test: update fee rate assertion helper in the fu...
MarcoFalke
2021-09-30
test: update assert_fee_amount() in test_framework/util.py
Jon Atack
2021-09-29
test: Fix typos in tests
MarcoFalke
2021-09-16
test: Activate all regtest softforks at height 1, unless overridden
MarcoFalke
[next]