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(gwyneth): add reth-based private network , and L1 contract deployment #19

Merged
merged 9 commits into from
Jul 15, 2024

Conversation

adaki2004
Copy link

@adaki2004 adaki2004 commented Jul 8, 2024

A modified SGX verifier (MockSgxVerifier) is added, so that no need to create 3 proofs for verification but rather deployed 3 MockSgxVerifier and those are always accepting the proofs for now. The reason for this is the currently required 3 proofs to be able to verify, and not to change the protocol, but rather have at least 3 verifiers, accepting everything.

@adaki2004 adaki2004 requested a review from Brechtpd July 8, 2024 11:14
@adaki2004 adaki2004 changed the title feat(gwyneth): add anvil deployment manual and script feat(gwyneth): add reth-based private network , and L1 contract deployment Jul 9, 2024
"participants": [
{
"el_type": "reth",
"el_image": "ghcr.io/paradigmxyz/reth",# We can use custom image, like ethpandaops/reth:main-9c0bc84 with MacOs with M1 chip or taiko.xyz/taiko-reth for example
Copy link
Author

Choose a reason for hiding this comment

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

@Brechtpd @johntaiko This is where we can reference our taiko reth fork and run our network with that when ready to be tested.

}
participants:
- el_type: reth
el_image: ghcr.io/paradigmxyz/reth # We can use custom image, like ethpandaops/reth:main-9c0bc84 with MacOs with M1 chip or taiko.xyz/taiko-reth for example
Copy link

Choose a reason for hiding this comment

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

So you have to create one of these images to test stuff out? Can't just run from local build somehow to more quickly (?) test stuff out.

Copy link
Author

Choose a reason for hiding this comment

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

You can reference local images of course!

Copy link
Author

Choose a reason for hiding this comment

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

Added the 'howto' into the markdown.

packages/protocol/deployments/local_deployment.md Outdated Show resolved Hide resolved
@adaki2004
Copy link
Author

@Brechtpd merging it in to our base, as it contains no other things than deployment scripts + howto shoot up a private network + the already accepted "Bring over from taiko-mono" PR (which is merged in to this).

@adaki2004 adaki2004 merged commit 9436b97 into gwyneth_preconf_mods Jul 15, 2024
17 of 24 checks passed
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.

2 participants