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

Add ability to reject value transfers in actors #1046

Open
maciejwitowski opened this issue Nov 2, 2022 · 1 comment
Open

Add ability to reject value transfers in actors #1046

maciejwitowski opened this issue Nov 2, 2022 · 1 comment
Milestone

Comments

@maciejwitowski
Copy link
Collaborator

Context: In the FVM in general, method 0 never runs user code. This means there's no way to abort/revert on a method-0 send.
We could add the ability to run code on method 0 (or just add a bit to the FVM to reject all sends to method 0 for some specific contract) but we'd rather not.

@maciejwitowski maciejwitowski added this to the M2.1 Post code-freeze milestone Nov 2, 2022
@Stebalien
Copy link
Member

See #835. Specifically, #835 (comment).

@Stebalien Stebalien modified the milestones: M2.1 Post-Testnet, M2.2 Dec 1, 2022
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

2 participants