aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/deserialize.cpp
Commit message (Expand)AuthorAgeFilesLines
* fuzz: Assert roundtrip equality for both addrv1 and addrv2 versions of CServicepracticalswift2020-11-091-0/+7
* fuzz: Check for addrv1 compatibility before using addrv1 serializer/deseriali...practicalswift2020-11-091-10/+21
* fuzz: Check for addrv1 compatibility before using addrv1 serializer on CServicepracticalswift2020-11-021-1/+4
* fuzz: Check for addrv1 compatibility before using addrv1 serializerpracticalswift2020-10-261-5/+9
* Remove header checks out of net_processingTroy Giorshev2020-09-221-2/+1
* Change CMessageHeader ConstructorTroy Giorshev2020-09-221-1/+1
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* tests: Simplify code by removing unwarranted use of unique_ptr:spracticalswift2020-03-111-1/+1
* tests: Add deserialization fuzzing of SnapshotMetadata (utxo_snapshot), uint1...practicalswift2020-03-111-0/+16
* Convert compression.h to new serialization frameworkPieter Wuille2020-01-211-1/+1
* tests: Test serialisation as part of deserialisation fuzzing. Test round-trip...practicalswift2019-12-061-156/+98
* tests: Add deserialization fuzzing harnessespracticalswift2019-11-211-102/+216
* tests: Skip unnecessary fuzzer initialisation. Hold ECCVerifyHandle only when...practicalswift2019-10-241-0/+7
* tests: Remove TRANSACTION_DESERIALIZE (replaced by transaction fuzzer)practicalswift2019-10-091-5/+0
* tests: Pass fuzzing inputs as constant referencespracticalswift2019-10-071-1/+1
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-4/+1
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* fuzz: Move deserialize tests to test/fuzz/deserialize.cppMarcoFalke2019-02-131-0/+167