You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caveat:
jsonrpsee is not no_std, so we either need to maintain an sgx fork, or we wait until we have migrated to teaclave-v2.0.0. The latter is preferred, as we want to do it soon anyhow: #1102
The text was updated successfully, but these errors were encountered:
Example of how to create an aggregated rpc module: https://github.com/paritytech/substrate/blob/eddf888394cba28b048bd79e319e8b27f4b414f3/bin/node-template/node/src/rpc.rs#L49.
Example of how to use the proc_macro to generate client and server: https://github.com/paritytech/jsonrpsee/blob/master/proc-macros/src/lib.rs#L331.
Working Example for encointer-node:
So instead of the bloat we have here I want to see:
Caveat:
jsonrpsee is not
no_std
, so we either need to maintain an sgx fork, or we wait until we have migrated to teaclave-v2.0.0. The latter is preferred, as we want to do it soon anyhow: #1102The text was updated successfully, but these errors were encountered: