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

EIP-6780: SELFDESTRUCT only in same transaction #2545

Merged
merged 31 commits into from
Jan 13, 2025

Conversation

anvacaru
Copy link
Contributor

@anvacaru anvacaru commented Jul 31, 2024

  • adding a new <createdAccounts> cell in the <substate> to keep track of the accounts created in the current transaction.
  • modified the python test harness to support a handful of tests that run on chainId 0.
  • implemented eip-6780 to remove the current account in SELFDESTRUCT only if it was created in the same tx ( EIP-6780 )
  • enabling ~3000 tests from failing.llvm.
  • updating .k proof files with the new cell.

@anvacaru anvacaru self-assigned this Aug 1, 2024
anvacaru and others added 18 commits August 2, 2024 15:37
* deps/k_release: Set Version 7.1.187

* kevm-pyk/: sync poetry files pyk version 7.1.187

* flake.{nix,lock}: update Nix derivations

---------

Co-authored-by: devops <[email protected]>
* support for multimasks

* syntax correction

* test correction
* deps/k_release: Set Version 7.1.190

* kevm-pyk/: sync poetry files pyk version 7.1.190

* flake.{nix,lock}: update Nix derivations

---------

Co-authored-by: devops <[email protected]>
* deps/k_release: Set Version 7.1.191

* kevm-pyk/: sync poetry files pyk version 7.1.191

* flake.{nix,lock}: update Nix derivations

---------

Co-authored-by: devops <[email protected]>
@anvacaru anvacaru marked this pull request as ready for review January 13, 2025 11:27
@automergerpr-permission-manager automergerpr-permission-manager bot merged commit 496cb34 into master Jan 13, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants