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

changes to replay at a post-shapella height #446

Draft
wants to merge 2 commits into
base: jsign-replay-kaustinen6
Choose a base branch
from

Conversation

gballet
Copy link
Owner

@gballet gballet commented May 29, 2024

Most of the changes are from #436 but some are access-list specific.

jsign and others added 2 commits May 6, 2024 11:27
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Comment on lines +833 to +834
IsEIP2929: c.IsBerlin(num), // && !c.IsPrague(num, timestamp),
IsEIP4762: false, //c.IsPrague(num, timestamp),
Copy link
Owner Author

Choose a reason for hiding this comment

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

this is basically what's new: 2929 still needs to remain active, if we want to have the same gas costs.

When I'll start comparing the gas costs, I will activate 4762 and deactivate 2929 (and the check for gas consumption, of course). This means that some txs will fail when they shouldn't have (and vice-versa) but we would be able to figure it out and only take the ones that match into account.

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