Commit Graph

2271 Commits (a421e0a22f1230abd69b4661a019bed39b72205f)

Author SHA1 Message Date
MarcoFalke 5c9d408b2d
Merge #18300: fuzz: Add option to merge input dir to test runner
5 years ago
MarcoFalke ad04f0d8a5
Merge #17319: Tests: remove bignum module
5 years ago
John Newbery 612a931d1a tests: simplify next_block() function in feature_block
5 years ago
MarcoFalke 7060d2d97a
Merge #18350: test: Fix mining to an invalid target + ensure that a new block has the correct hash internally
5 years ago
MarcoFalke fa19295250
test: Bump timeouts to avoid valgrind failures
5 years ago
Samer Afach 7a6627ae87 Fix mining to an invalid target + ensure that a new block has the
5 years ago
MarcoFalke e2d36639ca
Merge #18228: test: Add missing syncwithvalidationinterfacequeue
5 years ago
MarcoFalke 2737197ff3
Merge #18213: test: Fix race in p2p_segwit
5 years ago
MarcoFalke 9cc7eba1b5
Merge #18318: test: Bump rpc timeout in feature_assumevalid to avoid valgrind timeouts
5 years ago
MarcoFalke 309b0c4c19
Merge #13693: [test] Add coverage to estimaterawfee and estimatesmartfee
5 years ago
MarcoFalke fa9b3040e7
test: Bump rpc timeout in feature_assumevalid to avoid valgrind timeouts
5 years ago
MarcoFalke fa72d270ad
test: Bump walletpassphrase timeouts in wallet_createwallet to avoid valgrind timeouts
5 years ago
Wladimir J. van der Laan 24a727e23e
Merge #18255: test: Add bad-txns-*-toolarge test cases to invalid_txs
5 years ago
MarcoFalke 16dfaed1b7
Merge #18304: ci: Enable all functional tests in valgrind
5 years ago
MarcoFalke 4444edc2e6
ci: Enable all functional tests in valgrind
5 years ago
MarcoFalke b5c7665e30
Merge #18311: Bumpfee test fix
5 years ago
Gregory Sanders f1b4503114 bumpfee test: exit loop at proper time with new fee value being compared
5 years ago
Gregory Sanders 2e4edc68f9 Add some test logging to wallet_bumpfee.py
5 years ago
MarcoFalke cf4cb28efc
Merge #18305: test: Explain why test logging should be used
5 years ago
MarcoFalke fa3fa27c45
fuzz: Remove option --export_coverage from test_runner
5 years ago
MarcoFalke ffff9dcdc3
test: Explain why test logging should be used
5 years ago
João Barbosa cbf2d75d8f qa: Add getdescriptorinfo functional test
5 years ago
Jon Atack d484279a46
test: add logging to wallet_listsinceblock.py
5 years ago
practicalswift 6590395f60 tests: Remove FUZZERS_MISSING_CORPORA
5 years ago
practicalswift 815c7a6793 tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related functions (netaddress.h)
5 years ago
MarcoFalke aaaa055ff7
fuzz: Add option to merge input dir to test runner
5 years ago
practicalswift bf06641819 tests: Reset FUZZERS_MISSING_CORPORA to enable regression fuzzing for more harnesses
5 years ago
practicalswift c7ea12d098 tests: Add key_io fuzzing harness
5 years ago
practicalswift 0d0bc3b5c1 build: Add locale fuzzer to FUZZERS_MISSING_CORPORA
5 years ago
Wladimir J. van der Laan 3516a31eaa
Merge #18234: refactor: Replace boost::mutex,condition_var,chrono with std equivalents in scheduler
5 years ago
Anthony Towns 70a6b529f3 lint-cppcheck: Remove -DHAVE_WORKING_BOOST_SLEEP_FOR
5 years ago
practicalswift 259e290db8 tests: Add fuzzing harness for locale independence testing
5 years ago
Anthony Towns d0ebd93270 scheduler: switch from boost to std
5 years ago
MarcoFalke 3f826598a4
Merge #17972: tests: Add fuzzing harness for CKey and key related functions
5 years ago
practicalswift f4691b6c21 tests: Add fuzzing harness for CKey related functions
5 years ago
MarcoFalke a2b5aae9f3
Merge #17996: tests: Add fuzzing harness for serialization/deserialization of floating-points and integrals
5 years ago
practicalswift 9ff41f6419 tests: Add float to FUZZERS_MISSING_CORPORA (temporarily)
5 years ago
Wladimir J. van der Laan a2a77ba34f
Merge #18056: ci: Check for submodules
5 years ago
fanquake d0601e67f1
Merge #17812: config, net, test: asmap feature refinements and functional tests
5 years ago
fanquake cbc32d67dc
Merge #18249: test: Bump timeouts to accomodate really slow disks
5 years ago
Jon Atack 1ba3e1cc21
init: move asmap code earlier in init process
5 years ago
Jon Atack 819fb5549b
logging: asmap logging and #include fixups
5 years ago
Jon Atack dcaf543ba0
test: add functional test for an empty, unparsable asmap
5 years ago
Jon Atack b8d0412b21
config: separate the asmap finding and parsing checks
5 years ago
Jon Atack 81c38a2497
config: enable passing -asmap an absolute file path
5 years ago
Jon Atack 08b992675c
test: add feature_asmap functional tests
5 years ago
MarcoFalke faae5a9a35
test: Add bad-txns-*-toolarge test cases to invalid_txs
5 years ago
Ben Woosley 9b0e16226e
doc: Correct spelling errors in comments
5 years ago
MarcoFalke fa6df0de53
test: Bump timeouts to accomodate really slow disks
5 years ago
Samuel Dobson 1f886243e4
Merge #18224: Make AnalyzePSBT next role calculation simple, correct
5 years ago