-
Notifications
You must be signed in to change notification settings - Fork 4
Upgrade polkadot-sdk to db5e6454 (22 Jul 2025)
#21
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
Conversation
Upgrade polkadot sdk - NoCurrency + other nits
polkadot-sdkpolkadot-sdk to 161e7f4d (21 Jul 2025)
bkontur
left a comment
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.
@dmitry-markin looks good to me, left just couple of TODOs, which we do as follow-ups
| #[allow(deprecated)] | ||
| type RuntimeEvent: From<Event<Self>> + IsType<<Self as frame_system::Config>::RuntimeEvent>; |
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 don't need this anymore - I had other PR yesterday and it works without RuntimeEvent
| #[allow(deprecated)] | |
| type RuntimeEvent: From<Event<Self>> + IsType<<Self as frame_system::Config>::RuntimeEvent>; |
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 ran into weird issues with it removed — in the trait implementation neither removing the RuntimeEvent nor adding it compiles fine. Reverted for now.
Co-authored-by: Branislav Kontur <[email protected]>
NIts on upgrade polkadot sdk
polkadot-sdk to 161e7f4d (21 Jul 2025)polkadot-sdk to db5e6454 (22 Jul 2025)
This PR upgrades
polkadot-sdkdependency. This pulls in among many other things:There are now deprecation warnings for using
SignedExtension(TransactionExtensionshould be used instead) — this is left for a follow-up.