-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
state: Implement EIP-6780 "SELFDESTRUCT"
Implement the EIP-6780 "SELFDESTRUCT only in same transaction". https://eips.ethereum.org/EIPS/eip-6780 This EIP changes the functionality of the SELFDESTRUCT instruction. The new functionality will be only to send all Ether in the account to the beneficiary, except that the current behavior is preserved when SELFDESTRUCT is called in the same transaction a contract was created.
- Loading branch information
Showing
3 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters