Commit Graph

3235 Commits (803ef70fd9f65ef800567ff9456fac525bc3e3c2)

Author SHA1 Message Date
W. J. van der Laan 0b5344b0d1
Merge bitcoin/bitcoin#22632: test: Set regtest.BIP66Height = 102 to speed up tests
3 years ago
fanquake 21438d55d5
Merge bitcoin/bitcoin#21800: mempool/validation: mempool ancestor/descendant limits for packages
3 years ago
Samuel Dobson 8fa03c4ddf
Merge bitcoin/bitcoin#21500: wallet, rpc: add an option to list private descriptors
3 years ago
glozow accf3d5868 [test] mempool package ancestor/descendant limits
3 years ago
glozow 2b6b26e57c [test] parameterizable fee for make_chain and create_child_with_parents
3 years ago
glozow 313c09f7b7 [test] helper function to increase transaction weight
3 years ago
glozow f8253d69d6 extract/rename helper functions from rpc_packages.py
3 years ago
MarcoFalke f4328ebef5
Merge bitcoin/bitcoin#22619: test: refactor: use consistent bytes <-> hex-string conversion in functional test framework
3 years ago
MarcoFalke fafe896a0b
test: Set regtest.BIP66Height = 102 to speed up tests
3 years ago
Amiti Uttarwar aa79c91260 [docs] Add release notes for #21528
3 years ago
Zero-1729 5a1bef60a0
test: refactor: remove binascii from test_framework
3 years ago
MarcoFalke 87257d860e
Merge bitcoin/bitcoin#22532: test : improve mempool_accept_wtxid.py
3 years ago
MarcoFalke ad0fc453cc
Merge bitcoin/bitcoin#16333: test: Set BIP34Height = 2 for regtest
3 years ago
fanquake 10fbb37268
Merge bitcoin/bitcoin#22098: [test, init] DNS seed querying logic
3 years ago
fanquake 06788c6705
Merge bitcoin/bitcoin#21528: [p2p] Reduce addr blackholes
3 years ago
naiza 91b05974fc Improve mempool_accept_wtxid.py
3 years ago
MarcoFalke b620b2d58a
Merge bitcoin/bitcoin#22378: test: remove confusing `MAX_BLOCK_BASE_SIZE`
3 years ago
Sebastian Falbesoner ca6c154ef1 test: refactor: remove `hex_str_to_bytes` helper
3 years ago
MarcoFalke f2e41d1109
Merge bitcoin/bitcoin#22429: test: refactor: fix segwit terminology (s/witness_program/witness_script/)
3 years ago
Amiti Uttarwar 4c89e24f64 [test] Test the delay before querying DNS seeds
3 years ago
Amiti Uttarwar 6395c8ed56 [test] Test the interactions between -forcednsseed and -dnsseed
3 years ago
Amiti Uttarwar 26d0ffe4f2 [test] Test -forcednsseed causes querying DNS seeds
3 years ago
Amiti Uttarwar 35851450a9 [test] Test the interactions between -connect and -dnsseed
3 years ago
Amiti Uttarwar 75c05af361 [test] Test logic to query DNS seeds with block-relay-only connections
3 years ago
Amiti Uttarwar 9c08719778 [test] Introduce test logic to query DNS seeds
3 years ago
MarcoFalke da1c0c64fd
Merge bitcoin/bitcoin#22330: test: use MiniWallet for simple doublespend sub-test in feature_rbf.py
3 years ago
MarcoFalke 78f040a6b3
Merge bitcoin/bitcoin#22490: test: Disable automatic connections per default in the functional tests
3 years ago
MarcoFalke b6c3fceed6
Merge bitcoin/bitcoin#22520: test: improve rpc_blockchain.py tests and assert on time and mediantime
3 years ago
Amiti Uttarwar 3f7250b328 [test] Use the new endpoint to improve tests
3 years ago
Amiti Uttarwar 0980ca78cd [test] Test that we intentionally select addr relay peers.
3 years ago
Amiti Uttarwar 1d1ef2db7e [net_processing] Defer initializing m_addr_known
3 years ago
Amiti Uttarwar 6653fa3328 [test] Update p2p_addr_relay test to prepare
3 years ago
MarcoFalke 24fb69dca4
Merge bitcoin/bitcoin#22139: test: add type annotations to util.get_rpc_proxy
3 years ago
Sebastian Falbesoner aa02c64540 test: use MiniWallet for simple doublespend test in feature_rbf.py
3 years ago
MarcoFalke 67b9416540
Merge bitcoin/bitcoin#21562: [net processing] Various tidying up of PeerManagerImpl ctor
3 years ago
W. J. van der Laan 31fef69c03
Merge bitcoin/bitcoin#22047: index, rpc: Coinstatsindex follow-ups
3 years ago
MarcoFalke 5e213822f8
Merge bitcoin/bitcoin#22530: log: sort logging categories alphabetically
3 years ago
MarcoFalke 93878d2ab5
Merge bitcoin/bitcoin#22423: test: wallet_listtransactions improvements (speedup, cleanup, logging)
3 years ago
Jon Atack d596dba987
test: assert logging categories are sorted in rpc and help
3 years ago
Sebastian Falbesoner a3f6397c73 test: feature_rbf.py: make MiniWallet instance available for all sub-tests
3 years ago
fanquake fbeb8c43bc
test: add type annotations to util.get_rpc_proxy
3 years ago
Sebastian Falbesoner 12f094ec21 test: use constants for CSV/CLTV activation heights in rpc_signrawtransaction
3 years ago
Sebastian Falbesoner 746f203f19 test: introduce `generate_to_height` helper, use in rpc_signrawtransaction
3 years ago
Martin Zumsande 8ca51af1ec test: Disable automatic connections by default
3 years ago
Sebastian Falbesoner e3237b1cd0 test: check that CSV/CLTV are active in rpc_signrawtransaction
3 years ago
Fabian Jahr d4356d4e48
rpc: Block until synced if coinstatsindex is used in gettxoutsetinfo
3 years ago
Jon Atack f720cfa824
test: verify number of categories returned by logging RPC
3 years ago
W. J. van der Laan 5d83e7d714
Merge bitcoin/bitcoin#21090: Default to NODE_WITNESS in nLocalServices
3 years ago
Jon Atack ef5e9304cd
test: update logging and docstring in rpc_blockchain.py
3 years ago
Jon Atack d548dc71e4
test: replace magic values by constants in rpc_blockchain.py
3 years ago