aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/src/error.rs
Commit message (Collapse)AuthorAgeFiles
* jsonrpc/client: fix subscription error when the subscriber cannot keep uphozan232024-06-211
| | | | | | Add a limit for receiving notifications for the subscription. If this limit is exceeded, the client will stop and raise an error. The limit is configurable when building a new client.
* jsonrpc: separate the RPC errors from the library implementation errorshozan232024-06-151
|
* p2p: WIP rpc server implementation for the p2p monitorhozan232024-05-271
|
* jsonrpc: spawn task when handle new requesthozan232024-05-231
|
* jsonrpc: support pubsubhozan232024-05-221
|
* jsonrpc: remove jsonrpc_internal cratehozan232024-05-191
|
* add support for tokio & improve net crate apihozan232024-05-191
|
* Ensure uniform usage of the name `karyon` across all fileshozan232023-12-021
|
* karyons jsonrpc implementationhozan232023-11-191