-
Notifications
You must be signed in to change notification settings - Fork 430
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_reentrancy
attribute
#1783
allow_reentrancy
attribute
#1783
Conversation
where | ||
E: Environment, | ||
{ | ||
unimplemented!("off-chain environment does not support `reentrance_count`") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure, that we should implement it in this PR, along with the fact, that we need to expand ExecContext in off-chain engine, so it looks for me as a point for another PR, maybe something like this: #1589
Merge |
What needs to be done here to get it merged? I can help with the coding work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks quite good for the first iteration. However, I am not fun of renaming set_allow_reentry()
Hey @Artemka374 Any plans on picking this PR up again or should I close it? |
Closing due to inactivity |
Continuation of work on #1507
which is a part of #1285