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

fix prover service for docker demo #2141

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

imabdulbasit
Copy link
Contributor

The prover service on the main branch crashes in the Docker demo due to a panic caused by failed validation of the light client proxy address. This issue does not occur in the native demo, where everything works as expected.

The issue arose because the contracts in the Docker demo were deployed to different addresses than those in the native demo due to one additional transaction—specifically, a transfer of ownership—which resulted in a different nonce.

This PR fixes it by passing the env variable : ESPRESSO_SEQUENCER_ETH_MULTISIG_ADDRESS so that both native demo and docker demo deploy contracts at the addresses specified in .env file

@zacshowa zacshowa self-requested a review October 9, 2024 22:42
Copy link
Member

@zacshowa zacshowa left a comment

Choose a reason for hiding this comment

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

LGTM

@imabdulbasit imabdulbasit mentioned this pull request Oct 9, 2024
@imabdulbasit imabdulbasit merged commit eecab75 into main Oct 9, 2024
16 checks passed
@imabdulbasit imabdulbasit deleted the ab/fix-prover-service branch October 9, 2024 23:17
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.

4 participants