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

EVM: Make solidity's transfer run code #1569

Closed
Stebalien opened this issue Jan 26, 2023 · 1 comment
Closed

EVM: Make solidity's transfer run code #1569

Stebalien opened this issue Jan 26, 2023 · 1 comment
Assignees

Comments

@Stebalien
Copy link
Member

Currently, we demote it to a method-0 send. However:

  1. It turns out we completely misunderstood the 2300 limit and what it implied. It doesn't prevent re-entrency.
  2. Running code on transfer is expected and kind of important.
  3. We're going to be disabling method-0 on EVM actors (see Provide an option to disable method-0 (value only sends) #835).
@Stebalien
Copy link
Member Author

The FIP change: filecoin-project/FIPs#607

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

No branches or pull requests

1 participant