Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | 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. | |||
* | Remove redundant type aliases | hozan23 | 2024-06-27 | 1 |
| | ||||
* | p2p/monitor: use struct instead of enum for monitor events | hozan23 | 2024-06-24 | 2 |