From bd8eea2b66ee9b336eeae895234c3da2d2b13212 Mon Sep 17 00:00:00 2001 From: dkuehr <77740382+dkuehr@users.noreply.github.com> Date: Fri, 24 May 2024 09:27:07 -0300 Subject: [PATCH] Update status.md --- status.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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