aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFiles
* 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