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 - Use GnosisEvmConfig in payload builder #42

Merged
merged 3 commits into from
Dec 17, 2024

Conversation

debjit-bw
Copy link
Member

@debjit-bw debjit-bw commented Dec 16, 2024

fixes #41

It was caused due to the payload builder using the default evm config instead of GnosisEvmConfig, thereby not crediting the basefee to the collector. This PR fixes it with the payload builder using the same evm config as the executor.

@debjit-bw debjit-bw changed the base branch from master to chainspec-fix December 16, 2024 09:10
@debjit-bw debjit-bw marked this pull request as ready for review December 16, 2024 09:39
@debjit-bw debjit-bw requested a review from dapplion December 16, 2024 11:24
@dapplion dapplion changed the title fix - payload builder : executor mismatch fix - Use GnosisEvmConfig in payload builder Dec 17, 2024
Base automatically changed from chainspec-fix to master December 17, 2024 12:31
@debjit-bw debjit-bw merged commit e4525bd into master Dec 17, 2024
7 checks passed
@debjit-bw debjit-bw deleted the builder-executor-mismatch branch December 17, 2024 12:32
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.

Payload builder - executor mismatch
2 participants