We're currently forking jsonrpc for use in our enclave. Thanks @dingelish for your previous upgrades on `serde`.
We're now stuck. If you build https://github.com/scs/substraTEE-worker/tree/upgrade-deps/enclave (build it easily in our docker: https://www.substratee.com/howto_worker.html#using-docker) as-is the build should work, but if you add the dependency of [our fork of jsonrpc-core](https://github.com/scs/jsonrpc/tree/no_std), we get std collisions. just enable this dependency and the build will fail https://github.com/scs/substraTEE-worker/blob/60c0c15635d8fff5c21ac376fa4e463857689d6f/enclave/Cargo.toml#L75-L78 Our end goal is to use `jsonrpc-ws-server` where well have to replace transport layer deps with mesalock-forks.... May we kindly ask for your support porting this crate to SGX? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/304
