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

SMTChecker support for EIP-6780: SELFDESTRUCT only in same transaction #14804

Open
r0qs opened this issue Jan 25, 2024 · 0 comments
Open

SMTChecker support for EIP-6780: SELFDESTRUCT only in same transaction #14804

r0qs opened this issue Jan 25, 2024 · 0 comments
Labels
must have eventually Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it. smt

Comments

@r0qs
Copy link
Member

r0qs commented Jan 25, 2024

The SMTChecker currently uses the default EVM version, which is Shanghai. However, with the recent addition of Cancun support, the semantic of selfdestruct has changed. Consequently, we may need to adjust the tests to reflect the new behavior.

For more information, please refer to EIP-6780 and PR #14785.

@r0qs r0qs added must have eventually Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it. smt labels Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
must have eventually Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it. smt
Projects
None yet
Development

No branches or pull requests

1 participant