Skip to content

Commit feb5eea

Browse files
Merge pull request #20 from datachainlab/fix-optimism-elc
patch sha256@optimism-elc
2 parents 62dc0da + f8e7d13 commit feb5eea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

enclaves/optimism/enclave/Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enclaves/optimism/enclave/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ store = { git = "https://github.com/datachainlab/lcp?", rev = "v0.2.17" }
3232
getrandom-028 = { git = "https://github.com/datachainlab/getrandom-sgx-lite", package = "getrandom" }
3333
getrandom-032 = { git = "https://github.com/yoshidan/getrandom-sgx-lite", branch="v0.3.2_sgx", package = "getrandom" }
3434
# TODO these patches would be better as optional
35+
sha2-0109 = { git = "https://github.com/yoshidan/hashes", branch = "0.10.9-sha256-hwa-disabled", package = "sha2" }
3536
sha2-0108 = { git = "https://github.com/bluele/hashes", branch = "0.10.8-sha256-hwa-disabled", package = "sha2" }
3637
sha2-099 = { git = "https://github.com/bluele/hashes", branch = "0.9.9-sha256-hwa-disabled", package = "sha2" }
3738
ibc = { git = "https://github.com/datachainlab/ibc-rs", rev = "v0.29.0-channel-upgrade-path" }

mrenclaves.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ethereum:
22
testnet: "0x9fee66f8bfb9466041f16a7f632316c72d6fed9993e9e8f69017ebe4428ef47f"
33
mainnet: "0x88f3f79475587804f63b97be57841b9ed28d59c81c9d62be07b0bac6a24a254b"
44
optimism:
5-
testnet: "0x14779554f78bb02bc4a0df7ca1012acdc2409b579d898c81cb5bb48a335a2a55"
6-
mainnet: "0x10caf194bb47a55bb292ef41675373ed27fa858e10a57c2639f78270a09e0098"
5+
testnet: "0xe6541ec4a4c54fd9e27ddfb479b847ab44534ecd17e8f37bb15c1edcfe687f12"
6+
mainnet: "0x216585dd06aa45ad83a3b75b829a2c55df23bb1ed743ff454ce8919f5dcc7db7"
77
parlia:
88
testnet: "0x7b71288c7f334e126a76731835c754812946e2381493739d2e424f547b158cb6"
99
mainnet: "0x0561c9f3da0263535eaf9b94881a76e3e851625c0846065e0f0a94e7367643c4"

0 commit comments

Comments
 (0)