-
Notifications
You must be signed in to change notification settings - Fork 700
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
Migrate pallet-vesting benchmark to v2 #6254
Migrate pallet-vesting benchmark to v2 #6254
Conversation
@@ -30,7 +30,7 @@ use std::{ | |||
cell::Cell, | |||
io::{self, Write}, | |||
marker::PhantomData, | |||
panic::{self, PanicInfo}, | |||
panic::{self, PanicHookInfo}, |
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.
Unrelated change - why is this in the PR?
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.
Just clippy complain while running benchmark for this pallet
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'm ok to move this to a single PR
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.
We will temporarily revert this, as it causes issues with the CI.
/tip small |
@AurevoirXavier Contributor did not properly post their account address. Make sure the pull request description (or user bio) has: "{network} address: {address}". |
1497635
Added. |
/tip small |
@shawntabrizi A referendum for a small (20 DOT) tip was successfully submitted for @AurevoirXavier (156HGo9setPcU2qhFMVWLkcmtCEGySLwNqa3DaEiYSWtte4Y on polkadot). |
The referendum has appeared on Polkassembly. |
Part of: