You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/12/22 10:28:53 UTC

[GitHub] [incubator-teaclave-sgx-sdk] brenzi edited a comment on issue #304: help forking jsonrpc

brenzi edited a comment on issue #304:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/304#issuecomment-749469851


   Our reference implementation is:
   https://github.com/paritytech/substrate/tree/master/client/rpc-api
   
   We don't necessarily need to support all transport protocols. `wss://` is enough.
   
   ```
   jsonrpc-core
   jsonrpc-core-client
   jsonrpc-pubsub (?)
   jsonrpc-client-transports (?)
   jsonrpc-derive
   jsonrpc-ws-server
   jsonrpc-server-utils
   ```
   (secure) websockets seem to use `tokio`, `hyper-tls`, `parity-ws`
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org