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 cancun t8n #889

Closed

Conversation

petertdavies
Copy link
Contributor

What was wrong?

t8n had not been updated for Cancun

How was it fixed?

Update t8n

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@petertdavies petertdavies changed the base branch from master to forks/cancun February 21, 2024 21:23
@petertdavies petertdavies marked this pull request as ready for review February 22, 2024 16:05

if self.is_after_fork("ethereum.cancun"):
blob_gas_used += self.vm_gas.calculate_total_blob_gas(tx)
ensure(
Copy link
Collaborator

Choose a reason for hiding this comment

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

Based on the EIP, this check has to happen once outside the for loop, after all the transactions have been processed. But tbh, this makes more sense imo unless I am missing something.

@SamWilsn
Copy link
Contributor

SamWilsn commented Mar 1, 2024

This is included in #891.

@SamWilsn SamWilsn closed this Mar 1, 2024
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.

3 participants