Skip to content

implement eip-2537: add precompile for bls12-381 curve operations #1583

Merged
libotony merged 16 commits intoevm-upgradesfrom
pedro/evm-2537
Apr 1, 2026
Merged

implement eip-2537: add precompile for bls12-381 curve operations #1583
libotony merged 16 commits intoevm-upgradesfrom
pedro/evm-2537

Conversation

@otherview
Copy link
Copy Markdown
Member

Description

  • Adds EIP-2537 BLS signatures
  • Target latest fork as Pectra ( instead of dencun )

Fixes # (issue)

Type of change

  • New feature (non-breaking change which adds functionality)

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

@otherview otherview requested a review from a team as a code owner March 10, 2026 16:25
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 10, 2026

Codecov Report

❌ Patch coverage is 90.76923% with 18 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
vm/contracts.go 90.57% 9 Missing and 9 partials ⚠️

📢 Thoughts on this report? Let us know!

Base automatically changed from paolo/evm-5656 to evm-upgrades March 11, 2026 09:43
Comment thread vm/interpreter.go Outdated
paologalligit
paologalligit previously approved these changes Mar 16, 2026
Copy link
Copy Markdown
Member

@paologalligit paologalligit left a comment

Choose a reason for hiding this comment

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

Looks very good overall, just left a minor comment 👍

Comment thread vm/interpreter.go Outdated
Comment thread vm/contracts.go Outdated
Comment thread vm/contracts.go
Comment thread vm/gas.go Outdated
Comment thread vm/jump_table.go Outdated
@otherview otherview changed the base branch from evm-upgrades-bak-1 to evm-upgrades March 27, 2026 11:16
@otherview otherview dismissed paologalligit’s stale review March 27, 2026 11:16

The base branch was changed.

@libotony libotony changed the title eip-2537 implement eip-2537 add precompile for bls12-381 curve operations Apr 1, 2026
@libotony libotony changed the title implement eip-2537 add precompile for bls12-381 curve operations implement eip-2537: add precompile for bls12-381 curve operations Apr 1, 2026
@libotony libotony merged commit 3ba6278 into evm-upgrades Apr 1, 2026
31 checks passed
@libotony libotony deleted the pedro/evm-2537 branch April 1, 2026 10:22
libotony added a commit that referenced this pull request Apr 16, 2026
)

Co-authored-by: paologalligit <paolo.galli@vechain.org>
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