Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(protocol): Sgx improvements #15514

Merged
merged 3 commits into from
Jan 18, 2024
Merged

feat(protocol): Sgx improvements #15514

merged 3 commits into from
Jan 18, 2024

Conversation

adaki2004
Copy link
Contributor

Changes:

  • Restrict call to TaikoL1 and ProofVerifierAggregator.
  • eip712 style hashing

Copy link

vercel bot commented Jan 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
bridge-ui-v2-a5 ✅ Ready (Inspect) Visit Preview Jan 18, 2024 4:45am
bridge-ui-v2-a6 ✅ Ready (Inspect) Visit Preview Jan 18, 2024 4:45am
bridge-ui-v2-internal ✅ Ready (Inspect) Visit Preview Jan 18, 2024 4:45am

modifier onlyTaikoOrCombinedVerifier() {
if (
msg.sender != resolve("taiko", true)
&& msg.sender != resolve("tier_sgx_and_pse_zkevm", true)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, i mean. So good as is.

IF NOT taiko AND NOT combined verifier either -> revert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants