diff --git a/status.md b/status.md index a48f8296d1..fd2079f7b1 100644 --- a/status.md +++ b/status.md @@ -145,6 +145,7 @@ ### Handshake - [x] Create a service for low level TCP networking (mio, epoll). + - [ ] Per-connection data buffering limits. - [ ] DNS support. - [x] Pnet protocol. - [x] Multistream select protocol. @@ -188,6 +189,14 @@ - [ ] Test that the OCaml node can bootstrap from the Openmina node. - [ ] Test that the Openmina node can bootstrap from another instance of openmina node. +### Fuzzing +- [x] Mutator-based (bit-flipping/extend/shrink) fuzzing of communication between two openmina nodes + - [x] PNet layer mutator. + - [x] Protocol select mutator. + - [x] Noise mutator. + - [x] Yamux mutator. + - [x] Stream-based protocols mutators: Identify, Kad, Meshsub, RPCs. + ## P2P Related Tests - [ ] P2p functionality tests