Commit Graph

3892 Commits (fafb7b7a892b24405d6b6291d6d72f0e88462f2f)

Author SHA1 Message Date
MarcoFalke fafb7b7a89
test: pep8
3 years ago
MarcoFalke fa32cb2467
test: Use MiniWallet in mempool_persist
3 years ago
MarcoFalke faca688a85
test: Add MiniWallet get_descriptor function
3 years ago
Sebastian Falbesoner ebe49b5b7c test: fix confusing off-by-one nValue in feature_coinstatsindex.py
3 years ago
fanquake de2af19dc8
Merge bitcoin/bitcoin#22987: qa: Fix "RuntimeError: Event loop is closed" on Windows
3 years ago
W. J. van der Laan 58e02395ba
Merge bitcoin/bitcoin#22955: p2p: Rename fBlocksOnly, Add test
3 years ago
W. J. van der Laan 6d76b57ca0
Merge bitcoin/bitcoin#22960: test: Set peertimeout in write_config
3 years ago
Hennadii Stepanov f55932678f
qa: Fix "RuntimeError: Event loop is closed" on Windows
3 years ago
merge-script 2b264971ad
Merge bitcoin/bitcoin#22543: test: Use MiniWallet in mempool_limit.py
3 years ago
ShubhamPalriwala 08634e82c6 fix typos in logging messages
3 years ago
ShubhamPalriwala d447ded6ba replace: self.nodes[0] with node
3 years ago
ShubhamPalriwala dddca3899c test: use MiniWallet in mempool_limit.py
3 years ago
MarcoFalke fad4f44645
test: Set peertimeout in write_config
3 years ago
MarcoFalke fa66a7d732
p2p: Rename fBlocksOnly, Add test
3 years ago
MarcoFalke fac66d0a39
test: Simplify p2p_blocksonly test with new miniwallet rescan_utxos method
3 years ago
merge-script 053a5fc7d9
Merge bitcoin/bitcoin#22762: Raise InitError when peers.dat is invalid or corrupted
3 years ago
merge-script 60881158c8
Merge bitcoin/bitcoin#22907: test: Avoid intermittent test failure in feature_csv_activation.py
3 years ago
fanquake b65341555c
Merge bitcoin/bitcoin#22926: doc: Set PYTHONUTF8=1 for functional tests on Windows
3 years ago
merge-script fac7181091
Merge bitcoin/bitcoin#22582: test: a test to check descendant limits
3 years ago
W. J. van der Laan b05d3e76e7
Merge bitcoin/bitcoin#22079: zmq: Add support to listen on IPv6 addresses
3 years ago
merge-script a5d00d4baf
Merge bitcoin/bitcoin#22788: scripted-diff: Use generate* from TestFramework
3 years ago
MarcoFalke fa676dbac8
test: pep-8 whitespace
3 years ago
MarcoFalke faed284eab
test: Avoid intermittent test failure in feature_csv_activation.py
3 years ago
MarcoFalke eb1f5706df
Merge bitcoin/bitcoin#22925: test: Add missing suppression signed-integer-overflow:addrman.cpp
3 years ago
MarcoFalke fa55c3dc1b
Raise InitError when peers.dat is invalid or corrupted
3 years ago
Hennadii Stepanov c427a5800b
doc: Set PYTHONUTF8=1 for functional tests on Windows
3 years ago
MarcoFalke facb534c37
test: Add missing suppression signed-integer-overflow:addrman.cpp
3 years ago
MarcoFalke fadecbd9a4
test: Fix tests on Windows
3 years ago
fanquake 7d7d5e8efd
Merge bitcoin/bitcoin#22879: addrman: Fix format string in deserialize error
3 years ago
MarcoFalke fa92777448
Merge bitcoin/bitcoin#22736: log, sync: change lock contention from preprocessor directive to log category
3 years ago
fanquake 78d39f8438
Merge bitcoin/bitcoin#22861: test: Update test README and lint script
3 years ago
MarcoFalke fab0b55cf0
addrman: Fix format string in deserialize error
3 years ago
fanquake 6490a3ef6c
Merge bitcoin/bitcoin#22859: Replace uses of boost::trim* with locale-independent alternatives (#18130 rebased)
3 years ago
MarcoFalke facce4ca44
test: Remove useless overwrite
3 years ago
Samuel Dobson 629c4ab2e3
Merge bitcoin/bitcoin#22100: refactor: Clean up new wallet spend, receive files added #21207
3 years ago
fanquake b997dd211e
Merge bitcoin/bitcoin#22809: test: Check that non-signaling BIP125 tx can be replaced via parent
3 years ago
MarcoFalke fa0937de35
test: Rename bitcoin-util-test.py to util/test_runner.py
3 years ago
MarcoFalke fa0b916971
scripted-diff: Use generate* from TestFramework
3 years ago
MarcoFalke fa050bbc0a
test: Update test README and lint script
3 years ago
MarcoFalke 245462b66c
Merge bitcoin/bitcoin#22418: release: Remove gitian
3 years ago
Ben Woosley 4bf18b089e
Replace use of boost::trim_right with locale-independent TrimString
3 years ago
Ben Woosley 93551862a1
Replace use of boost::trim use with locale-independent TrimString
3 years ago
MarcoFalke 7e75400bb5
Merge bitcoin/bitcoin#22437: test, refactor: add GetTransaction() coverage, improve rpc_rawtransaction
3 years ago
Russell Yanofsky b11a195ef4 refactor: Detach wallet transaction methods (followup for move-only)
3 years ago
Samuel Dobson 70676e40d8
Merge bitcoin/bitcoin#22009: wallet: Decide which coin selection solution to use based on waste metric
3 years ago
Jon Atack 387355bb94
test, refactor: rpc_rawtransaction PEP8
3 years ago
Jon Atack 7d5cec2e49
refactor: separate the rpc_rawtransaction tests into functions
3 years ago
Jon Atack 409779df95
move-only: regroup similar rpc_rawtransaction tests together
3 years ago
Jon Atack d861040dd2
test: remove no longer needed (ASCII art) comments
3 years ago
Jon Atack 14398b30d6
test: add and harmonize getrawtransaction logging
3 years ago