aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFiles
* jsonrpc/client: use serde untagged enum for decoding Notifications and Responseshozan232024-06-173
|
* bump version to 0.1.3hozan232024-06-1513
|
* jsonrpc/server: check for the jsonrpc version in the requesthozan232024-06-151
|
* jsonrpc: separate the RPC errors from the library implementation errorshozan232024-06-1513
|
* jsonrpc: client use unbounded channels as buffer for sending requests & ↵hozan232024-06-1414
| | | | clean up examples
* p2p: WIP implement rpc server for the p2p monitorhozan232024-06-147
|
* bump version to 0.1.2hozan232024-06-137
|
* jsonrpc: spread out comments and clean uphozan232024-06-1319
|
* update README.mdhozan232024-06-123
|
* p2p: fix cargo clippy warningshozan232024-06-013
|
* bump version to 0.1.1hozan232024-05-314
|
* jsonrpc/server: use queue with condvar instead of async channelshozan232024-05-306
|
* jsonrpc: add comments & remove debugging codehozan232024-05-285
|
* jsonrpc: move `SubscriptionID` to message.rshozan232024-05-286
|
* jsonrpc: enable concurrent requests in `Client`hozan232024-05-286
|
* p2p: WIP rpc server implementation for the p2p monitorhozan232024-05-2720
|
* net: finish TODOs in websocket implemention & clean uphozan232024-05-273
|
* net: add serde feature for serializing & deserializing Endpointshozan232024-05-273
|
* p2p: rename connection.rs to conn_queue.rshozan232024-05-257
|
* p2p: wrap the buckets with mutex in RoutingTablehozan232024-05-237
|
* core: use mutex from parking_lot libraryhozan232024-05-233
|
* p2p: add peer pool logs and discovery logs to example/monitor.rshozan232024-05-237
|
* jsonrpc: remove subscriber field from Request & clean uphozan232024-05-233
|
* p2p: add rpc server to monitor examplehozan232024-05-237
|
* jsonrpc: spawn task when handle new requesthozan232024-05-2312
|
* p2p: add enable_monitor field to Confighozan232024-05-224
|
* p2p: monitor system use core::EventSys instead of pubsub patternhozan232024-05-229
|
* jsonrpc: cargo fmthozan232024-05-221
|
* jsonrpc: main example clean uphozan232024-05-222
|
* jsonrpc: support pubsubhozan232024-05-2219
|
* jsonrpc: minor change in Cargo.tomlhozan232024-05-211
|
* jsonrpc: minor cleanup to the main examplehozan232024-05-202
|
* p2p: rexport keypair module from karyon_corehozan232024-05-206
|
* minor updates README.mdhozan232024-05-202
|
* add metadata to Cargo.toml fileshozan232024-05-206
|
* jsonrpc: add ws cargo featureshozan232024-05-205
|
* minor update to README.mdhozan232024-05-201
|
* use cargo features to enable/disable protocols for net cratehozan232024-05-1914
|
* add tokio examples to p2p, jsonrpc, and net crateshozan232024-05-1917
|
* jsonrpc: remove jsonrpc_internal cratehozan232024-05-197
|
* update README.mdhozan232024-05-191
|
* update READMEshozan232024-05-193
|
* add support for tokio & improve net crate apihozan232024-05-1987
|
* core: cargo clippy fix & clean up commentshozan232024-03-222
|
* core: minor modification to TaskGroup apihozan232024-03-2110
|
* core: add the option to create a new task group without providing anhozan232024-03-2018
| | | | executor & remove GlobalExecutor type
* net: add support for websocket protocolhozan232024-03-146
|
* Update README.mdhozan2024-03-131
|
* net: major cleanup and improvement of the crate apihozan232024-03-1310
|
* net: pass `Endpoint` to dial and listen functionshozan232024-03-138
|