aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/src/client
Commit message (Collapse)AuthorAgeFiles
* jsonrpc: remove unwrap() and use expect() for examples, docs, and testshozan232024-06-303
|
* use shadown variables to name clones and place them between {} when spawning ↵hozan232024-06-291
| | | | new tasks
* jsonrpc: add info logs when connecting/listening to endpointhozan232024-06-231
|
* jsonrpc/client: close the subscription channel when calling unsubscribehozan232024-06-221
|
* jsonrpc: use `ServerConfig` and `ClientConfig` as the inner field inhozan232024-06-223
| | | | `ServerBuilder` and `ClientBuilder`
* jsonrpc: add tcp, tls and ws features for compilationhozan232024-06-221
|
* jsonrpc/client: fix subscription error when the subscriber cannot keep uphozan232024-06-214
| | | | | | 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/client: use serde untagged enum for decoding Notifications and Responseshozan232024-06-173
|
* bump version to 0.1.3hozan232024-06-151
|
* jsonrpc: client use unbounded channels as buffer for sending requests & ↵hozan232024-06-143
| | | | clean up examples
* p2p: WIP implement rpc server for the p2p monitorhozan232024-06-141
|
* jsonrpc: spread out comments and clean uphozan232024-06-134
|
* jsonrpc/server: use queue with condvar instead of async channelshozan232024-05-301
|
* jsonrpc: add comments & remove debugging codehozan232024-05-282
|
* jsonrpc: move `SubscriptionID` to message.rshozan232024-05-281
|
* jsonrpc: enable concurrent requests in `Client`hozan232024-05-282
|
* p2p: WIP rpc server implementation for the p2p monitorhozan232024-05-271
|
* jsonrpc: remove subscriber field from Request & clean uphozan232024-05-231
|
* jsonrpc: spawn task when handle new requesthozan232024-05-231
|
* jsonrpc: support pubsubhozan232024-05-221