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

chore: expose functionality for custom EVMs #1201

Merged

Conversation

fgimenez
Copy link
Collaborator

Aiming to help add custom instructions and precompiles

@@ -40,7 +40,7 @@ mod secp256k1 {

#[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
25 checks passed
@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
fubuloubu pushed a commit to ApeWorX/revm that referenced this pull request Apr 11, 2024
* chore: expose functionality for custom EVMs

* reexport ecrecover
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.

None yet

2 participants