mssun opened a new pull request #198: Refactor remote attestation code URL: https://github.com/apache/incubator-teaclave/pull/198 ## Description Introduce `teaclave_attestation`, a new create for attestation related code. This PR refactor RA related code and move them into the `teaclave_attestation` crate. For the `teaclave_attestation`, we start to try `thiserror` and `anyhow` for error management. ## Type of change (select applied and DELETE the others) - [x] Code polishing ## How Has This Been Tested? CI: https://ci.mesalock-linux.org/mssun/incubator-mesatee/275 ## Checklist (check ALL before submitting PR, even not applicable) - [x] Fork the repo and create your branch from `master`. - [x] If you've added code that should be tested, add tests. - [x] If you've changed APIs, update the documentation. - [x] Ensure the tests pass (see CI results). - [x] Make sure your code lints/format.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
