Commit Graph

197 Commits (master)

Author SHA1 Message Date
Antoine Poinsot 038bbe7b20
daemon: remove UPnP support
2 weeks ago
Ava Chow 210210c923
Merge bitcoin/bitcoin#29566: test: update satoshi_round function
2 months ago
tdb3 d8399584dd
refactor: move read_xor_key() to TestNode
2 months ago
tdb3 c8176f758b
test: add blocks_key_path
3 months ago
Sebastian Falbesoner 6b3676be3e test: refactor: move `read_xor_key`/`util_xor` helpers to util module
3 months ago
naiyoma ec317bc44b test: update satoshi_round function
3 months ago
Ava Chow 45750f61d6
Merge bitcoin/bitcoin#22729: Make it possible to disable Tor binds and abort startup on bind failure
4 months ago
Ava Chow c51c694ede
Merge bitcoin/bitcoin#29431: test/BIP324: disconnection scenarios during v2 handshake
4 months ago
Vasil Dimov bca346a970
net: require P2P binds to succeed
4 months ago
Sebastian Falbesoner 4f347140b1 test: refactor: move fill_mempool to new module mempool_util
6 months ago
glozow e9dc511a7e fixup: get all utxos up front in fill_mempool, discourage wallet mixing
7 months ago
Greg Sanders f3aa5bd5eb fill_mempool: assertions and docsctring update
7 months ago
Greg Sanders a3da63e8fe Move fill_mempool to util function
7 months ago
stratospher bf9669af9c test: Rename early key response test and move random_bitflip to util
8 months ago
Anthony Towns a3badf75f6 tests: Provide more helpful assert_equal errors
8 months ago
Sebastian Falbesoner 4c65ac96f8 test: detect OS consistently using `platform.system()`
11 months ago
fanquake 98b0acda0f
Merge bitcoin/bitcoin#28725: test: refactor: use built-in collection types for type hints (Python 3.9 / PEP 585)
12 months ago
stickies-v a478c817b2 test: replace `Callable`/`Iterable` with their `collections.abc` alternative (PEP 585)
12 months ago
fanquake f028470654
Merge bitcoin/bitcoin#28727: test: replace random_bytes with random.randbytes
1 year ago
Andrew Chow 2a349f9ea5
Merge bitcoin/bitcoin#28264: test: refactor: support sending funds with outpoint result
1 year ago
ns-xvrn fe3ac3700d test: replace random_bytes with randbytes #28720
1 year ago
Sebastian Falbesoner d516cf83ed test: use built-in collection types for type hints (Python 3.9 / PEP 585)
1 year ago
fanquake 43704827b4
Merge bitcoin/bitcoin#28211: Bump python minimum supported version to 3.9
1 year ago
Sebastian Falbesoner 50d1ac1207 test: remove unused `find_output` helper
1 year ago
ns-xvrn bfa0bd632a test: Use pathlib over os.path #28362
1 year ago
Fabian Jahr 1ff1c34656
test: Rename wait_until_helper to wait_until_helper_internal
1 year ago
MarcoFalke fa071aeb61
wallet: No BDB creation, unless -deprecatedrpc=create_bdb
1 year ago
MarcoFalke faf70c1f33
Bump python minimum version to 3.9
1 year ago
Jon Atack 92408224a4 test: fix PEP484 no implicit optional argument types errors
1 year ago
MarcoFalke dddd89962b
test: Allow pathlib.Path as RPC argument via authproxy
1 year ago
fanquake 66b08e7822
Merge bitcoin/bitcoin#27302: init: Error if ignored bitcoin.conf file is found
1 year ago
Fabian Jahr dc14ba08e6
test: remove modinv python util helper function
2 years ago
Ryan Ofsky 3746f00be1 init: Error if ignored bitcoin.conf file is found
2 years ago
MarcoFalke fa6eb65167
test: Use python3.8 pow()
2 years ago
MarcoFalke fae66fceb3
test: Remove python3.5 workaround in authproxy
2 years ago
MarcoFalke fa6b402114
test: Run mempool_packages.py with MiniWallet
2 years ago
Hennadii Stepanov 306ccd4927
scripted-diff: Bump copyright headers
2 years ago
Karl-Johan Alm 701a64f548
test: add support for Decimal to assert_approx
2 years ago
Sebastian Falbesoner faf43378e2 refactor: move helper `random_bytes` to util library
2 years ago
Sebastian Falbesoner 6cbe65c5d7 test: refactor: pass absolute fee in `create_lots_of_big_transactions` helper
2 years ago
Sebastian Falbesoner b1ba3ed155 test: let `gen_return_txouts` create a single large OP_RETURN output
2 years ago
Sebastian Falbesoner f319287d81 test: assert serialized txouts size of `gen_return_txouts` helper
2 years ago
MacroFake fa8421bc5b
test: Remove from_node from create_self_transfer* MiniWallet helpers
2 years ago
Sebastian Falbesoner 42b2fdfd5f test: remove unused `create_confirmed_utxos` helper
2 years ago
MacroFake fa779de665
test: Remove MiniWallet mempool_valid option
2 years ago
MacroFake 506d9b25a3
Merge bitcoin/bitcoin#24839: test: use MiniWallet for mining_prioritisetransaction.py
2 years ago
Suhail Saqan b953ea6cc6 rpc: Put undocumented JSON failure mode behind a runtime flag
3 years ago
Sebastian Falbesoner b167e536d0 test: refactor: use `create_lots_of_big_transactions` to dedup where possible
3 years ago
Sebastian Falbesoner 8973eeb412 test: use MiniWallet for mining_prioritisetransaction.py
3 years ago
Sebastian Falbesoner aab552fa30 test: use MiniWallet for feature_maxuploadtarget.py
3 years ago