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

feat(vm): EVM active precompiles #7

Merged
merged 4 commits into from
Jan 16, 2023
Merged

Conversation

fedekunze
Copy link

@fedekunze fedekunze commented Jan 16, 2023

This PR implements custom active precompiles from the EVM, which can be set by calling the WithPrecompiles function

@fedekunze fedekunze marked this pull request as ready for review January 16, 2023 12:45
Copy link

@Vvaradinov Vvaradinov left a comment

Choose a reason for hiding this comment

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

LGTM!

core/vm/contracts.go Outdated Show resolved Hide resolved
core/vm/evm.go Outdated Show resolved Hide resolved
Co-authored-by: Vladislav Varadinov <vladislav.varadinov@gmail.com>
@fedekunze fedekunze merged commit e61d503 into master Jan 16, 2023
@fedekunze fedekunze deleted the fedekunze/active-precompiles branch January 16, 2023 13:22
@fedekunze
Copy link
Author

@Mergifyio backport release/1.10

mergify bot pushed a commit that referenced this pull request Jan 31, 2023
Co-authored-by: Vladislav Varadinov <vladislav.varadinov@gmail.com>
(cherry picked from commit e61d503)

# Conflicts:
#	CHANGELOG.md
#	core/state_transition.go
#	core/vm/contracts.go
#	core/vm/evm.go
#	core/vm/runtime/runtime.go
#	eth/tracers/js/goja.go
#	eth/tracers/native/4byte.go
#	internal/ethapi/api.go
#	tests/state_test.go
@mergify
Copy link

mergify bot commented Jan 31, 2023

backport release/1.10

✅ Backports have been created

fedekunze added a commit that referenced this pull request Feb 3, 2023
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Freddy Caceres <facs95@gmail.com>
Co-authored-by: Vladislav Varadinov <vladislav.varadinov@gmail.com>
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