-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add utility batch hooks #8
Conversation
… into feat/add-utils-hooks
@@ -468,6 +505,9 @@ pub mod pallet { | |||
} else { | |||
Self::deposit_event(Event::BatchCompleted); | |||
} | |||
|
|||
T::BatchPostHook::on_batch_end()?; |
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.
Should we maybe split success and fail end?
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.
what would be the reason for splitting?
Closed as the branch was corrupted somehow with a lot of merge conflict, so recreated here: #9 |
Add pre and post hook for utility batch calls