Skip to content

Comments

chore: expose functionality for custom EVMs#1201

Merged
rakita merged 2 commits intobluealloy:mainfrom
fgimenez:fgimenez/expose-custom-evm-functionality
Mar 16, 2024
Merged

chore: expose functionality for custom EVMs#1201
rakita merged 2 commits intobluealloy:mainfrom
fgimenez:fgimenez/expose-custom-evm-functionality

Conversation

@fgimenez
Copy link
Collaborator

Aiming to help add custom instructions and precompiles

#[cfg(feature = "secp256k1")]
#[allow(clippy::module_inception)]
mod secp256k1 {
pub mod secp256k1 {
Copy link
Member

@rakita rakita Mar 15, 2024

Choose a reason for hiding this comment

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

why do you need this to be public? This mod is made to hide the secp256k1 and k256 inclusion.

ecrecover should be made public

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

makes total sense, with these changes 746039d ecrecover is reexported, PTAL

@rakita rakita merged commit 628729c into bluealloy:main Mar 16, 2024
@github-actions github-actions bot mentioned this pull request Mar 15, 2024
@fgimenez fgimenez deleted the fgimenez/expose-custom-evm-functionality branch March 16, 2024 15:14
This was referenced Mar 10, 2025
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.

2 participants