-
Notifications
You must be signed in to change notification settings - Fork 39
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
Conversation
"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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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!
There was a problem hiding this comment.
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.
feat(gwyneth): update everything (except core protocol) to latest taiko-mono
@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). |
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.