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

[Flow EVM] Expose core FVM functions as a precompile contract #5199

Closed
Tracked by #5241
ramtinms opened this issue Jan 4, 2024 · 0 comments · Fixed by #5233
Closed
Tracked by #5241

[Flow EVM] Expose core FVM functions as a precompile contract #5199

ramtinms opened this issue Jan 4, 2024 · 0 comments · Fixed by #5233
Assignees
Labels
Milestone

Comments

@ramtinms
Copy link
Contributor

ramtinms commented Jan 4, 2024

Problem Definition

This would be the very first step of EVM env calling back to the FVM env.
We need to add a precompile contract at an address that has no collision with builtin precompiles and allow multiplexing functionality to reroute the call to the proper method.

@ramtinms ramtinms changed the title [Beyond EVM] expose core FVM functions as a precompile contract [Beyond EVM] Expose core FVM functions as a precompile contract Jan 4, 2024
@ramtinms ramtinms self-assigned this Jan 5, 2024
@j1010001 j1010001 added this to the Flow-EVM-M1 milestone Jan 16, 2024
@j1010001 j1010001 changed the title [Beyond EVM] Expose core FVM functions as a precompile contract [Flow EVM] Expose core FVM functions as a precompile contract Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants