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

Implement EIP-6780 (new SELFDESTRUCT) #1327

Merged

Conversation

hratoanina
Copy link
Contributor

Tracking issue: #1268

Be advised that some EVM tests don't pass. However, I believe that the tests aren't correct.
Out of select tests (everything in here except in the Cancun folder, which deals with MEMCOPY tests), only three don't pass:
doubleSelfdestructTest_d4g0v0_Cancun, doubleSelfdestructTest_d5g0v0_Cancun and doubleSelfdestructTest_d6g0v0_Cancun.
An issue was opened here: ethereum/tests#1318

@Nashtare Nashtare added the cancun Cancun upgrade related changes label Nov 3, 2023
@Nashtare Nashtare added this to the EOY Catch-all milestone Nov 3, 2023
Copy link
Contributor

@wborgeaud wborgeaud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

evm/src/cpu/kernel/asm/core/selfdestruct_list.asm Outdated Show resolved Hide resolved
evm/src/cpu/kernel/asm/core/terminate.asm Outdated Show resolved Hide resolved
evm/src/cpu/kernel/asm/core/selfdestruct_list.asm Outdated Show resolved Hide resolved
evm/src/cpu/kernel/asm/core/terminate.asm Show resolved Hide resolved
@hratoanina
Copy link
Contributor Author

@wborgeaud I updated the logic, could you take another look please?

Copy link
Contributor

@wborgeaud wborgeaud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

evm/src/cpu/kernel/asm/core/terminate.asm Outdated Show resolved Hide resolved
Copy link

sonarcloud bot commented Nov 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@hratoanina hratoanina merged commit 1d8a841 into 0xPolygonZero:feat/cancun Nov 7, 2023
4 checks passed
@hratoanina hratoanina deleted the new_selfdestruct branch November 7, 2023 15:16
@Nashtare Nashtare mentioned this pull request Feb 14, 2024
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cancun Cancun upgrade related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants