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

Allow "read-only" sends within transactions #1225

Open
Stebalien opened this issue Feb 24, 2023 · 0 comments
Open

Allow "read-only" sends within transactions #1225

Stebalien opened this issue Feb 24, 2023 · 0 comments

Comments

@Stebalien
Copy link
Member

Transactions currently forbid any sends. It would be convenient to allow read-only sends while in transactions as they pose less of a reentrancy risk.

Note: they're not "risk-free" because the called actor may return an incorrect result by observing the caller's state. But at least the caller's state can't change during the call.

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

No branches or pull requests

2 participants