Feature/upgrade polkadot v0.9.27#507
Closed
mrshiposha wants to merge 25 commits into
Closed
Conversation
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
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 <iam@lach.pw>
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 <iam@lach.pw>
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 <iam@lach.pw>
Old polkadot.js is no longer able to generate types for upgraded node Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
CertainLach
approved these changes
Aug 16, 2022
CertainLach
requested changes
Aug 16, 2022
| @@ -1,3 +1,14 @@ | |||
| <!-- bureaucrate goes here --> | |||
Member
There was a problem hiding this comment.
Когда такая строка не найдена - чейнжлог пишется в самое начало файла, тебе надо всё такое переместить после строки "All notable changes to this project will be documented in this file."
Ну либо можешь в бюрократе алгоритм вставки изменить
Collaborator
Author
There was a problem hiding this comment.
Э, да, пропустил
added 2 commits
August 16, 2022 15:33
Member
|
Принял в релиз, но гитхаб это не видит |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #445