-
Notifications
You must be signed in to change notification settings - Fork 15
Feature/upgrade polkadot v0.9.27 #507
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
Signed-off-by: Yaroslav Bolyukin <[email protected]>
New methods allows to call `remove_prefix` with limit multiple times in the same block However, we don't use prefix removal limits, so upgrade is straightforward Upstream-Change: paritytech/substrate#11490 Signed-off-by: Yaroslav Bolyukin <[email protected]>
We had our implementation for some reason, however it is now broken, and I see no reason to keep it, as upstream implements exact same options Signed-off-by: Yaroslav Bolyukin <[email protected]>
Every extrinsic now runs in transaction implicitly, and `#[transactional]` on pallet dispatchable is now meaningless Upstream-Change: paritytech/substrate#10806 Signed-off-by: Yaroslav Bolyukin <[email protected]>
Old polkadot.js is no longer able to generate types for upgraded node Signed-off-by: Yaroslav Bolyukin <[email protected]>
Signed-off-by: Yaroslav Bolyukin <[email protected]>
Signed-off-by: Yaroslav Bolyukin <[email protected]>
| @@ -1,3 +1,14 @@ | |||
| <!-- bureaucrate goes here --> | |||
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.
Когда такая строка не найдена - чейнжлог пишется в самое начало файла, тебе надо всё такое переместить после строки "All notable changes to this project will be documented in this file."
Ну либо можешь в бюрократе алгоритм вставки изменить
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.
Э, да, пропустил
|
Принял в релиз, но гитхаб это не видит |
Supersedes #445