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

Add EIP: Hardfork Meta - Dencun #8369

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add EIP: Hardfork Meta - Dencun #8369

wants to merge 3 commits into from

Conversation

vbuterin
Copy link
Contributor

Add a hard memory limit equal to the gas limit of the current context. Make the maximum gas cost of a sub-call depend on the memory used in the current context. The two rules together ensure that a transaction with N gas can use at most N bytes of memory.

Add a hard memory limit equal to the gas limit of the current context. Make the maximum gas cost of a sub-call depend on the memory used in the current context. The two rules together ensure that a transaction with N gas can use at most N bytes of memory.
@vbuterin vbuterin requested a review from eth-bot as a code owner March 31, 2024 05:40
@github-actions github-actions bot added c-new Creates a brand new proposal s-draft This EIP is a Draft t-core labels Mar 31, 2024
@eth-bot
Copy link
Collaborator

eth-bot commented Mar 31, 2024

File EIPS/eip-7569.md

Requires 1 more reviewers from @timbeiko
Requires 1 more reviewers from @axic, @g11tech, @gcolvin, @lightclient, @SamWilsn, @xinbenlv

File EIPS/eip-7669.md

Requires 1 more reviewers from @axic, @gcolvin, @lightclient, @SamWilsn, @xinbenlv

@eth-bot eth-bot added e-consensus Waiting on editor consensus e-review Waiting on editor to review labels Mar 31, 2024
EIPS/eip-7564.md Outdated
@@ -0,0 +1,75 @@
---
eip: 7564
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
eip: 7564
eip: 7669

Copy link

@SirJosh1987 SirJosh1987 Apr 30, 2024

Choose a reason for hiding this comment

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

Eip:7669

@eth-bot eth-bot removed the e-review Waiting on editor to review label Apr 1, 2024
lightclient
lightclient previously approved these changes Apr 1, 2024
@timbeiko
Copy link
Contributor

timbeiko commented Apr 4, 2024

@vbuterin I think this PR accidentally deletes EIP-7569 due to your renaming.

@github-actions github-actions bot removed c-new Creates a brand new proposal t-core s-draft This EIP is a Draft labels Apr 11, 2024
@eth-bot eth-bot changed the title Add EIP: Linear EVM memory limits Add EIP: Hardfork Meta - Dencun Apr 11, 2024
Copy link

The commit 267ecb7 (as a parent of 9d778b2) contains errors.
Please inspect the Run Summary for details.

@github-actions github-actions bot added the w-ci Waiting on CI to pass label Apr 11, 2024
Copy link

@SirJosh1987 SirJosh1987 left a comment

Choose a reason for hiding this comment

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

What do I need to do

@g11tech
Copy link
Contributor

g11tech commented May 1, 2024

hey @vbuterin. PR title and PR description seems to be at odds. I think this commit from @lightclient was correct.

59b9756

Copy link

There has been no activity on this pull request for 2 weeks. It will be closed after 3 months of inactivity. If you would like to move this PR forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review.

@github-actions github-actions bot added the w-stale Waiting on activity label Jun 15, 2024
@github-actions github-actions bot removed the w-stale Waiting on activity label Jun 23, 2024
Copy link

github-actions bot commented Jul 7, 2024

There has been no activity on this pull request for 2 weeks. It will be closed after 3 months of inactivity. If you would like to move this PR forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review.

@github-actions github-actions bot added the w-stale Waiting on activity label Jul 7, 2024
@github-actions github-actions bot removed the w-stale Waiting on activity label Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e-consensus Waiting on editor consensus w-ci Waiting on CI to pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants