Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | core: rename EventSys to EventEmitter | hozan23 | 2024-07-15 | 1 |
| | ||||
* | p2p: Major refactoring of the handshake protocol | hozan23 | 2024-07-15 | 1 |
| | | | | | | | Introduce a new protocol InitProtocol which can be used as the core protocol for initializing a connection with a peer. Move the handshake logic from the PeerPool module to the protocols directory and build a handshake protocol that implements InitProtocol trait. | |||
* | p2p: rename connection.rs to conn_queue.rs | hozan23 | 2024-05-25 | 1 |
| | ||||
* | add support for tokio & improve net crate api | hozan23 | 2024-05-19 | 1 |
| | ||||
* | Ensure uniform usage of the name `karyon` across all files | hozan23 | 2023-12-02 | 1 |
| | ||||
* | implement TLS for inbound and outbound connections | hozan23 | 2023-11-28 | 1 |
| | ||||
* | p2p: Improve error handling during handshake: | hozan23 | 2023-11-22 | 1 |
| | | | | | | | | | | Introduce a new entry status, INCOMPATIBLE_ENTRY. Entries with this status will not increase the failure attempts, instead, they will persist in the routing table until replaced by a new peer. This feature is useful for seeding and the lookup process. Add a boolean value to the VerAck message to indicate whether the version is accepted or not. | |||
* | p2p: remove net directory | hozan23 | 2023-11-12 | 1 |