-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add the multi-batching pallet #7
Conversation
ae7109a
to
584abfd
Compare
Rebase to latest main branch and fixed formatting errors. |
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.
Overall, makes sense to me. Would be good to add some tests and ensure that benchmarking is setup correctly.
a67ae30
to
0cd85cf
Compare
…to feature/pallet-multibatching
Note: Got a really weird test failure here https://github.com/paritytech/project-mythical/pull/7/files#diff-f32c6058a961ae704009f331f11355de75895fb1291ab2892e1bc9954495f489R714 in the latest commit. Success where there should be an "Invalid Transaction" error. Doesn't reproduce locally. |
Tests passed on re-try. Possibly the reason for the previous failure was very lucky key generation in tests. |
Please run |
This PR adds the Multibatching pallet to support batching calls from multiple callers, approved off-chain, in a single extrinsic. Documentation / tests / benchmarks included. The weights file was generated on a local machine.