-
Notifications
You must be signed in to change notification settings - Fork 818
evm: add eip-7907 to osaka (wip) #4052
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
base: master
Are you sure you want to change the base?
Conversation
Hi there! Yes, when Great work so far, I would however wait until the EIP "stabilizes" a bit, because some things are underspecified or might change (see discussion: https://ethereum-magicians.org/t/eip-7907-meter-contract-code-size-and-increase-limit/23156) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
To add on comments from @jochem-brouwer: at the end fully your decision of course if you want to continue based on the current EIP state. Just to manage expectations a bit, we do not merge these kind of EIP integrations until a certain level of stability/certainty about inclusion state is reached. So might be that this this PR will need to remain open/unmerged for a couple of weeks or (eventually) months. |
Understood. Thanks for the info. I was thinking to leave it open until fully implemented and use the PR diff as a comparison point with other clients. I'm hoping to get more knowledgeable and involved on the remaining spec for the EIP too. |
Is there a way to see if code is "loaded" in EthereumJS? There is a distinction being discussed in the EIP between gas cost for warm account and loaded code and warm account and not loaded code
|
Yes, use |
#4051