aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/p2p_transport_deserializer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove header checks out of net_processingTroy Giorshev2020-09-221-6/+0
* Give V1TransportDeserializer CChainParams& memberTroy Giorshev2020-09-221-2/+2
* Change CMessageHeader ConstructorTroy Giorshev2020-09-221-1/+1
* Move checksum check from net_processing to netTroy Giorshev2020-09-221-10/+13
* Give V1TransportDeserializer an m_node_id memberTroy Giorshev2020-09-221-1/+2
* net: Use mockable time for ping/pong, add testsMarcoFalke2020-06-191-1/+1
* tests: Add fuzzing harness for V1TransportDeserializer (P2P transport)practicalswift2020-01-221-0/+47