Commit Graph

2232 Commits (bd37f2bc26158f85ef1ab73b9ca1fc0da8ea562a)

Author SHA1 Message Date
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
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
Sebastian Falbesoner 54be4e71d8 test: check specific reject reasons in feature_csv_activation.py
5 years ago
Gregory Sanders 1ef28b4f7c Make AnalyzePSBT next role calculation simple, correct
5 years ago
Sebastian Falbesoner 5ffaf883b9 test: eliminiated magic numbers in feature_csv_activation.py
5 years ago
Sebastian Falbesoner 09f706ab8e test: check for OP_CSV empty stack fail reject reason in feature_csv_activation.py
5 years ago
Sebastian Falbesoner cbd345a75c test: test OP_CSV empty stack fail in feature_csv_activation.py
5 years ago
fanquake eae48ec84c
Merge #18209: test: Reduce unneeded whitelist permissions in tests
5 years ago
MarcoFalke 1615043935
Merge #17461: test: check custom descendant limit in mempool_packages.py
5 years ago
MarcoFalke 324a6dfeaf
Merge #17771: tests: Add fuzzing harness for V1TransportDeserializer (P2P transport)
5 years ago
Sebastian Falbesoner b902bd66b0 test: check custom descendant limit in mempool_packages.py
5 years ago
Wladimir J. van der Laan 89a97a71f2
Merge #17985: net: Remove forcerelay of rejected txs
5 years ago
MarcoFalke c3b4715923
Merge #18206: tests: Add fuzzing harness for bloom filter classes (CBloomFilter + CRollingBloomFilter)
5 years ago
practicalswift eabbbe409f tests: Add fuzzing harness for rolling bloom filter class CRollingBloomFilter
5 years ago
practicalswift 2a6a6ea0f5 tests: Add fuzzing harness for bloom filter class CBloomFilter
5 years ago
MarcoFalke fa45d60646
test: Reduce unneeded whitelist permissions in tests
5 years ago
Samuel Dobson 31c0006a6c
Merge #17264: rpc: set default bip32derivs to true for psbt methods
5 years ago
MarcoFalke e9fc8f6e7f
Merge #18172: test: Transaction expiry from mempool
5 years ago
MarcoFalke eddcbfb109
Merge #18166: ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under valgrind to catch memory errors
5 years ago
practicalswift f2472f6460 tests: Improve test runner output in case of target errors
5 years ago
practicalswift 5ea81449f3 tests: Add support for excluding fuzz targets using -x/--exclude
5 years ago
practicalswift 555236f769 tests: Remove -detect_leaks=0 from test/fuzz/test_runner.py - no longer needed
5 years ago
0xb10c d6d2602a32 add: test that transactions expire from mempool
5 years ago
Samuel Dobson 68e841e0af
Merge #18067: wallet: Improve LegacyScriptPubKeyMan::CanProvide script recognition
5 years ago
practicalswift a3b539a924 ci: Run fuzz testing test cases under valgrind
5 years ago
Wladimir J. van der Laan 051439813e
Merge #13339: wallet: Replace %w by wallet name in -walletnotify script
5 years ago
practicalswift 1b068c50dd tests: Add --valgrind option to test/fuzz/test_runner.py for running fuzzing test cases under valgrind
5 years ago
Wladimir J. van der Laan 2bdc476d4d
Merge #17708: prevector: avoid misaligned member accesses
5 years ago
Sjors Provoost eb7d8a5b07 [test] check for addmultisigaddress regression
5 years ago
Sjors Provoost c456145b2c
[test] add 0.19 backwards compatibility tests
5 years ago
Sjors Provoost b769cd142d
[test] add v0.17.1 wallet upgrade test
5 years ago