-
Notifications
You must be signed in to change notification settings - Fork 277
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
refactor: move permission migration into executor #4742
Conversation
1e3a5a9
to
6a209aa
Compare
I can't proceed with this PR atm due to #4743 |
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.
This change looks positive
d6afce0
to
5df8b1c
Compare
Looks like |
dang. I'll fix |
Signed-off-by: Marin Veršić <[email protected]>
client/tests/integration/smartcontracts/executor_with_custom_permission/src/lib.rs
Show resolved
Hide resolved
…4742) Signed-off-by: Marin Veršić <[email protected]>
Description
Linked issue
Closes #{issue_number}
Benefits
we no longer depend on the
ExecutorDataModel::permissions
being correct.It's just for users to query it the same way as
ExecutorDataModel::custom_instruction
isChecklist
CONTRIBUTING.md