Update the roadmap to more accurately reflect the actual state of the code

This commit is contained in:
eyedeekay
2024-02-09 15:02:46 -05:00
parent 784f72403b
commit 83f3d11621

View File

@@ -51,8 +51,8 @@ please keep up with these changes, as they will not be backward compatible and r
- [ ] Message handling
- NetDB
- [ ] Local storage
- [ ] Persistence to disk
- [ ] Reseeding
- [/] Persistence to disk
- [X] Reseeding
- [ ] Lookups
- [ ] Expiry
- [ ] Exploration
@@ -60,7 +60,7 @@ please keep up with these changes, as they will not be backward compatible and r
- [ ] Floodfill
- [ ] LS2 and Encrypted Leasesets
- Transports
- [ ] Transport manager
- [X] Transport manager
- NTCP2
- [ ] Handshake
- [ ] Session tracking
@@ -78,7 +78,20 @@ please keep up with these changes, as they will not be backward compatible and r
- [ ] Participating
- [ ] Tunnel Message Crypto
- [ ] Tunnel Message Fragmentation/Reassembly
- Common Data Structures
- [/] Keys and Cert
- [X] Key Certificates
- [X] Certificate
- [X] Lease
- [X] Lease Set
- [X] Router Info
- [X] Router Identity
- [X] Router Address
- [X] Session Key
- [X] Signature Types
- [X] Destination
- [X] Data Types
- [X] Session Tag
## Contributing