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

feat: add utility batch hooks #8

Closed
wants to merge 7 commits into from

Conversation

dmoka
Copy link

@dmoka dmoka commented Nov 14, 2024

Add pre and post hook for utility batch calls

@dmoka dmoka changed the base branch from release-polkadot-v1.11.0-patch2 to release-polkadot-v1.11.0-patch3 November 18, 2024 08:20
@dmoka dmoka changed the base branch from release-polkadot-v1.11.0-patch3 to release-polkadot-v1.11.0-patch4 November 18, 2024 08:21
@@ -468,6 +505,9 @@ pub mod pallet {
} else {
Self::deposit_event(Event::BatchCompleted);
}

T::BatchPostHook::on_batch_end()?;
Copy link

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?

Copy link
Author

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?

@dmoka
Copy link
Author

dmoka commented Dec 27, 2024

Closed as the branch was corrupted somehow with a lot of merge conflict, so recreated here: #9

@dmoka dmoka closed this Dec 27, 2024
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

Successfully merging this pull request may close these issues.

2 participants