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

Implement FRC0042 InvokeEVM on Account & EthAccount #1518

Closed
Stebalien opened this issue Jan 19, 2023 · 3 comments · Fixed by filecoin-project/builtin-actors#1086
Closed

Comments

@Stebalien
Copy link
Member

This method should do nothing and always return success. There are two parts to this:

  1. Implement the methods.
  2. Remove the special-casing from the CALL opcode.

Unfortunately, we do need to keep the special casing for placeholders (unless something else changes...).

@maciejwitowski
Copy link
Contributor

@arajasek is this something quick that you could handle?

@arajasek
Copy link
Contributor

@maciejwitowski Yessir! Steb opened a draft PR yesterday with the necessary macro fun, I can take that over the finish line.

@Stebalien
Copy link
Member Author

New proposal from @anorth is to just accept any method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants