aboutsummaryrefslogtreecommitdiff
path: root/core/src/error.rs
Commit message (Collapse)AuthorAgeFiles
* p2p: Major refactoring of the handshake protocolhozan232024-07-151
| | | | | | | 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.
* add support for tokio & improve net crate apihozan232024-05-191
|
* core: Move `key_pair` to the `crypto` module and make it a Cargo feature.hozan232023-11-291
|
* implement TLS for inbound and outbound connectionshozan232023-11-281
|
* clean up error module and use `transparent` attributehozan232023-11-181
|
* rename crateshozan232023-11-091