-
Notifications
You must be signed in to change notification settings - Fork 15
Upgrade to polkadot v0.9.26 #445
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
|
Includes #441, but for upgraded substrate |
|
Тут требуется обернуть вызов в unique-chain/pallets/scheduler/src/lib.rs Line 441 in 566036f
В оригинальном substrate так не делают, т.к там используют unique-chain/runtime/opal/src/lib.rs Line 1003 in 566036f
|
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]>
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]>
New parity changes expect that System pallet has id 0, as it is declared in most parachains Because pallet id was changed, tx_version was increased, because old transactions will not work with new version of chain Signed-off-by: Yaroslav Bolyukin <[email protected]>
Signed-off-by: Yaroslav Bolyukin <[email protected]>
e1fdbe5 to
0f9e115
Compare
|
Hey, seems like you need to have changelog and version bumps for your PR? Don't worry, i've got you covered, if you have proper commit messages, then changelog generated by me should be okay for you ChangesAfter your confirmation, I will append the following entries to changelogs of packages: unique-runtime-common v0.9.25 (Patch bump)Other changespallet-unique-scheduler v0.1.1 (Patch bump)Other changespallet-structure v0.1.1 (Patch bump)Other changespallet-rmrk-core v0.1.1 (Patch bump)Other changes
Every extrinsic now runs in transaction implicitly, and Upstream-Change: paritytech/substrate#10806
pallet-unique v0.1.1 (Patch bump)Other changes
Every extrinsic now runs in transaction implicitly, and Upstream-Change: paritytech/substrate#10806
New methods allows to call Upstream-Change: paritytech/substrate#11490
up-data-structs v0.1.1 (Patch bump)Other changespallet-rmrk-equip v0.1.1 (Patch bump)Other changes
Every extrinsic now runs in transaction implicitly, and Upstream-Change: paritytech/substrate#10806
pallet-refungible v0.1.1 (Patch bump)Other changesNew methods allows to call Upstream-Change: paritytech/substrate#11490
evm-coder v0.1.1 (Patch bump)Other changesup-rpc v0.1.1 (Patch bump)Other changesopal-runtime v0.9.25 (Patch bump)Bugfixes
New parity changes expect that System pallet has id 0, as it is declared Because pallet id was changed, tx_version was increased, because old
Other changespallet-evm-contract-helpers v0.1.1 (Patch bump)Other changestests v0.1.1 (Patch bump)Bugfixes
New parity changes expect that System pallet has id 0, as it is declared Because pallet id was changed, tx_version was increased, because old Other changesuc-rpc v0.1.1 (Patch bump)Other changespallet-evm-coder-substrate v0.1.1 (Patch bump)Other changesunique-node v0.9.25 (Patch bump)Other changesWe had our implementation for some reason, however it is now broken, and
pallet-evm-migration v0.1.1 (Patch bump)Other changes
Every extrinsic now runs in transaction implicitly, and Upstream-Change: paritytech/substrate#10806
rmrk-rpc v0.0.2 (Patch bump)Other changespallet-fungible v0.1.1 (Patch bump)Other changesNew methods allows to call Upstream-Change: paritytech/substrate#11490
pallet-nonfungible v0.1.1 (Patch bump)Other changesNew methods allows to call Upstream-Change: paritytech/substrate#11490
pallet-common v0.1.1 (Patch bump)Other changesNew methods allows to call Upstream-Change: paritytech/substrate#11490
pallet-evm-transaction-payment v0.1.1 (Patch bump)Other changespallet-inflation v0.1.1 (Patch bump)Other changesunique-rpc v0.1.1 (Patch bump)Other changesBumpsI may not be able to describe reason for bump, but they should be required: unique-runtime-common
pallet-unique-scheduler
pallet-structure
pallet-rmrk-core
pallet-unique
up-data-structs
pallet-rmrk-equip
pallet-refungible
evm-coder
up-rpc
opal-runtime
pallet-evm-contract-helpers
tests
uc-rpc
pallet-evm-coder-substrate
unique-node
pallet-evm-migration
rmrk-rpc
pallet-fungible
pallet-nonfungible
pallet-common
pallet-evm-transaction-payment
pallet-inflation
unique-rpc
|
Signed-off-by: Yaroslav Bolyukin <[email protected]>
|
Прогнал генератор чейнжлогов (см. сообщение и последний коммит), перед мержом его потребуется снова прогнать, т.к версии там будут уже другие |
kozyrevdev
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.
Superseeds #431