JSON-RPC v14.0.5
- Regular dependencies updates (env_logger 0.6->0.7, websocket 0.23->0.24)
- IPC socket permissioning (#519)
- Support
serde_json
witharbitrary_precision
feature. - Modify the HTTP server requests handling (avoid
buffer_unordered
with aribtrary limit in favour of spawning tasks on the runtime).