Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions status.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 <a name="p2p-tests"></a>

- [ ] P2p functionality tests
Expand Down