aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFiles
* bump version to 0.1.6hozan232024-07-151
|
* bump version to 0.1.5hozan232024-06-301
|
* p2p: remove async-std from dev dependencies & clean up exampleshozan232024-06-301
|
* Improve async channels error handling and replace unbounded channels with ↵hozan232024-06-271
| | | | | | | | | | | 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.
* update dependencieshozan232024-06-241
|
* p2p: use base64 to encode PeerID to stringhozan232024-06-241
|
* bump version to 0.1.4hozan232024-06-221
|
* jsonrpc: add tcp, tls and ws features for compilationhozan232024-06-221
|
* bump version to 0.1.3hozan232024-06-151
|
* jsonrpc: client use unbounded channels as buffer for sending requests & ↵hozan232024-06-141
| | | | clean up examples
* bump version to 0.1.2hozan232024-06-131
|
* p2p: fix cargo clippy warningshozan232024-06-011
|
* p2p: WIP rpc server implementation for the p2p monitorhozan232024-05-271
|
* p2p: wrap the buckets with mutex in RoutingTablehozan232024-05-231
|
* p2p: add peer pool logs and discovery logs to example/monitor.rshozan232024-05-231
|
* p2p: add rpc server to monitor examplehozan232024-05-231
|
* jsonrpc: support pubsubhozan232024-05-221
|
* use cargo features to enable/disable protocols for net cratehozan232024-05-191
|
* add tokio examples to p2p, jsonrpc, and net crateshozan232024-05-191
|
* add support for tokio & improve net crate apihozan232024-05-191
|
* core: add the option to create a new task group without providing anhozan232024-03-201
| | | | executor & remove GlobalExecutor type
* net: add support for websocket protocolhozan232024-03-141
|
* update dependencieshozan232024-03-131
|
* don't ignore Cargo.lock filehozan232024-03-121