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. | |||
* | Remove redundant type aliases | hozan23 | 2024-06-27 | 1 |
| | ||||
* | Improve async channels error handling and replace unbounded channels with ↵ | hozan23 | 2024-06-27 | 1 |
| | | | | | | | | | | | bounded channels Remove all unbounded channels to prevent unbounded memory usage and potential crashes. Use `FuturesUnordered` for sending to multiple channels simultaneously. This prevents the sending loop from blocking if one channel is blocked, and helps handle errors properly. | |||
* | p2p: WIP rpc server implementation for the p2p monitor | hozan23 | 2024-05-27 | 1 |
| | ||||
* | net: add serde feature for serializing & deserializing Endpoints | hozan23 | 2024-05-27 | 1 |
| | ||||
* | p2p: add peer pool logs and discovery logs to example/monitor.rs | hozan23 | 2024-05-23 | 1 |
| | ||||
* | p2p: monitor system use core::EventSys instead of pubsub pattern | hozan23 | 2024-05-22 | 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 |
| | ||||
* | general clean ups for the docs | hozan23 | 2023-11-23 | 1 |
| | ||||
* | rename crates | hozan23 | 2023-11-09 | 1 |