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
2024-09-04
Merge bitcoin/bitcoin#29566: test: update satoshi_round function
Ava Chow
2024-08-25
refactor: move read_xor_key() to TestNode
tdb3
2024-08-23
test: add blocks_key_path
tdb3
2024-08-14
test: refactor: move `read_xor_key`/`util_xor` helpers to util module
Sebastian Falbesoner
2024-08-07
test: update satoshi_round function
naiyoma
2024-07-16
Merge bitcoin/bitcoin#22729: Make it possible to disable Tor binds and abort ...
Ava Chow
2024-07-09
Merge bitcoin/bitcoin#29431: test/BIP324: disconnection scenarios during v2 h...
Ava Chow
2024-07-02
net: require P2P binds to succeed
Vasil Dimov
2024-05-05
test: refactor: move fill_mempool to new module mempool_util
Sebastian Falbesoner
2024-04-15
fixup: get all utxos up front in fill_mempool, discourage wallet mixing
glozow
2024-04-09
fill_mempool: assertions and docsctring update
Greg Sanders
2024-04-09
Move fill_mempool to util function
Greg Sanders
2024-03-11
test: Rename early key response test and move random_bitflip to util
stratospher
2024-02-29
tests: Provide more helpful assert_equal errors
Anthony Towns
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
[next]