-
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
Polkadot v0.9.42 #18
Polkadot v0.9.42 #18
Conversation
…oracle-pallet-set_updated_coin_infos specify 0 fees for dia oracle pallet set updated coin infos
…ed-warning use #[pallet::call_index()] for extrinsic
…adot-v0940 update version of substrate dependencies to polkadot v0940
The whole code in the |
True, removing it is a great idea. Let's do that. Can you please create the follow-up ticket for this @gianfra-t? |
We can remove it as part of this, or at least before it since it doesn't make sense to update code that is not used. Are we sure we don't use it for benchmarking the pallet? |
I am fine with removing it in the PR for the upgrade to 1.1.0. But important part about the benchmarking: please check whether the code would still be required for benchmarking. Maybe it is possible to do it via the Pendulum repository instead... |
I believe we should do it in the pendulum repo, like we did with this change for the Spacewalk pallets. |
We want master to track always the latest branch used.