-
Notifications
You must be signed in to change notification settings - Fork 205
Closed
Description
Tracking issue for the 0.3 release of the jsonrpsee* crates. Issues that did not make it in for 0.2 are copied here (0.2 tracking issue here).
- tests on jsonrpsee-types [types]: jsonrpc_v2 types write serialize/deserialize tests. #276
- status: partly addressed by [types]: ID type instead of serde_json::RawValue #325 Types (de)serialization tests #326, related to [types]: unify duplication of JSON-RPC types #329
- priority: high
- refactor
rpc moduleso that it can be reused by servers [rpc module]: possibility to re-use modules on different servers. #328 - unify duplicated JSON-RPC types [types]: unify duplication of JSON-RPC types #329
- status: not active
- priority: mid
- ergonomic macros for constructing
JsonRpcParams, [jsonrpsee types]: provide macro for constructing JsonRpcParams #275 - graceful shutdown of the servers [servers]: API to stop the servers #377
- status: in review Add a way to stop servers #386
- priority: mid
- alias for registered methods and subscriptions [rpc module]: support aliases for registered methods and subscriptions #378
- support http redirects, [ws client]: support HTTP redirections. #339
- CORS support, Add CORS support #381
- All client requests time out, Timeouts for all requests #406
- Export CallError for servers, Access CallError without macros #407
- Give async methods owned
RpcParams, Cannot parseRpcParamson another thread #408
Future work (0.4, 0.5, …):
- api proc macros (version 0.2 has some support for clients but server support is missing), [proc macros]: server support #221
- Resource limiting, Resource limiting #203
Metadata
Metadata
Assignees
Labels
No labels