Skip to content

Conversation

gballet
Copy link
Owner

@gballet gballet commented May 29, 2024

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

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.

@jsign jsign force-pushed the jsign-replay-kaustinen6 branch from 6d11543 to e796a78 Compare June 7, 2024 14:18
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