Skip to content

implement eip-7939: count leading zeros opcode#1593

Merged
paologalligit merged 2 commits intoevm-upgradesfrom
paolo/evm-7939
Apr 7, 2026
Merged

implement eip-7939: count leading zeros opcode#1593
paologalligit merged 2 commits intoevm-upgradesfrom
paolo/evm-7939

Conversation

@paologalligit
Copy link
Copy Markdown
Member

Description

Add CLZ opcode.
EIP: https://eips.ethereum.org/EIPS/eip-7939
GHIssue: https://github.com/vechain/protocol-board-repo/issues/1074

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • New and existing E2E tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have not added any vulnerable dependencies to my code

@paologalligit paologalligit requested a review from a team as a code owner March 20, 2026 15:51
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@paologalligit paologalligit changed the base branch from evm-upgrades-bak-1 to evm-upgrades March 30, 2026 10:14
Copy link
Copy Markdown
Member

@otherview otherview left a comment

Choose a reason for hiding this comment

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

lgtm 👍

Comment thread vm/jump_table.go Outdated
Co-authored-by: libotony <tony.li@vechain.org>
@paologalligit paologalligit requested a review from libotony April 7, 2026 07:55
@paologalligit paologalligit merged commit 50d2f90 into evm-upgrades Apr 7, 2026
31 checks passed
@paologalligit paologalligit deleted the paolo/evm-7939 branch April 7, 2026 08:47
libotony added a commit that referenced this pull request Apr 16, 2026
Co-authored-by: libotony <tony.li@vechain.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants