-
Notifications
You must be signed in to change notification settings - Fork 619
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
EIP-6780: SELFDESTRUCT only in same transaction #524
Comments
Add it after account state: #499 |
Hi! I tried to take a look at this EIP and issue. I was wondering if I could try to tackle it or if it is 'reserved' (sorry for the lack of a better term) to the more experienced/main contributors of this project. If this is the case it's fine I have no problems with it and I understand. I'd be happy to work at it with some support here and there, since it is my first EIP I'll try to do. Thanks a lot! |
You can try it, this should be a small change. There is already a crated flag inside the |
Where can I find the appropriate tests for this EIP? Looking at https://github.com/ethereum/tests I've found something here https://github.com/ethereum/tests/tree/develop/EIPTests/Pyspecs/cancun, however they fail to run with this error: |
Not that I know for state tests, they are probably going to be added afterwards. Those jsons are blockchain tests that can be run inside reth: https://github.com/paradigmxyz/reth/tree/main/testing/ef-tests, it seems the usage explanation is here: paradigmxyz/reth#2847 Can you push the PR so I can check it out? |
More info here: https://eips.ethereum.org/EIPS/eip-6780
The text was updated successfully, but these errors were encountered: