integritee-network / worker

Integritee off-chain worker and sidechain validateer
Apache License 2.0
90 stars 47 forks source link

Update to newest teaclave and upgrade rust toolchain #814

Closed haerdib closed 2 years ago

haerdib commented 2 years ago

With https://github.com/apache/incubator-teaclave-sgx-sdk/pull/388 we should be finally able to upgrade the worker toolchain.

(At least up to rust-nightly-2022-02-23)

haerdib commented 2 years ago

Teaclave has updated to v1.1.5 : https://github.com/haerdib/incubator-teaclave-sgx-sdk/commit/605c8ea7a05d9d1a2536be66c09d3b5a06f348b0

And supports intel sgx 2.17 now: https://github.com/haerdib/incubator-teaclave-sgx-sdk/commit/4888ed855078bbe95df3dbda9c42841848e9143f

Cool! Let's follow suite here 🥳

haerdib commented 2 years ago

Fixed by PR #830