Re: [apache/incubator-teaclave-sgx-sdk] What is the difference between this repo and apache/incubator-teaclave? (Issue #365)

2021-12-13 Thread Mingshen Sun
Closed #365. -- 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/365#event-5762096893

Re: [apache/incubator-teaclave-sgx-sdk] What is the difference between this repo and apache/incubator-teaclave? (Issue #365)

2021-12-13 Thread Shihan Lin
Thanks for your amazing fast reply! -- 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/365#issuecomment-993237857

Re: [apache/incubator-teaclave-sgx-sdk] What is the difference between this repo and apache/incubator-teaclave? (Issue #365)

2021-12-13 Thread Mingshen Sun
Teaclave has several subprojects: - Teaclave: a FaaS confidential computing framework - Teaclave SGX SDK: a Rust SDK for developing SGX apps - Teaclave TrustZone SDK: a Rust SDK for developing TrustZone apps The homepage contains information (SDK introductions, docs, API docs) of these three proj

[apache/incubator-teaclave-sgx-sdk] What is the difference between this repo and apache/incubator-teaclave? (Issue #365)

2021-12-13 Thread Shihan Lin
Hi I am new to Teaclave. I found two repos about Teaclave, one is this repo, and the another is https://github.com/apache/incubator-teaclave. I am confused by their difference. It seems that the site https://teaclave.apache.org/ only introduces the latter and does not contain instructions on thi

[apache/incubator-teaclave] Fix rebuild packages every time (PR #589)

2021-12-13 Thread Mingshen Sun
## Description This PR fix building issue. According to https://github.com/rust-lang/cargo/issues/2904, I enabled cargo log with `CARGO_LOG=cargo::core::compiler::fingerprint=trace` and see this log: ``` [2021-12-14T02:19:39Z INFO cargo::core::compiler::fingerprint] err: RUSTFLAGS has cha

[apache/incubator-teaclave] API updates (PR #588)

2021-12-13 Thread Mingshen Sun
## Description This PR contains several API changes and bug fixes: ### New APIs and API Updates I added the following APIs to help with function management and user management. **TeaclaveFrontend**: ``` service TeaclaveFrontend { rpc UpdateFunction (UpdateFunctionRequest) returns (UpdateFunct