Skip to content
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

Unique Chain 1.14 #1096

Open
wants to merge 104 commits into
base: develop
Choose a base branch
from
Open

Unique Chain 1.14 #1096

wants to merge 104 commits into from

Conversation

vklachkov
Copy link

Much-anticipated update of Unique to Polkadot 1.14.

This update has been prepared through the joint efforts of @fairax, @BuddyGlas, myself, and @mrshiposha.

In this update

  • Updated all dependencies
  • Setuped async backing
  • Fixed migrations issues that have persisted since 0.9 versions
  • Fixed a lot of tests
  • Revived our CI

Despite the release of version 1.16.1, we decided to keep the SDK version at 1.14 as it has already been tested and works great.

Regarding the previous PR #1091, I have restructured the commit history and corrected all messages, as well as added the missing changes.

Update note №1

The node in this release with Async Backing performs very poorly. To address this, it was decided to update the node separately to the latest Polkadot SDK to enable Fork Aware Tx Pool in a separate branch. After the new release from Parity, the branches may be merged.

Update note №2

The release has been delayed so much that many outdated branches with intermediate changes have formed during the process. After a successful release, we need to remember to clean up.

@BuddyGlas BuddyGlas added CI-forkless-data for CI workflows CI-forkless-no-data for CI workflows labels Nov 25, 2024
type ChannelList = <Runtime as cumulus_pallet_xcmp_queue::Config>::ChannelInfo;
}

#[allow(deprecated)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Пусть ругается. Нам это надо будет убрать в следующем релище окончательно

Suggested change
#[allow(deprecated)]

@BuddyGlas BuddyGlas added the CI-node-only-update for CI workflows label Nov 26, 2024
@BuddyGlas BuddyGlas closed this Nov 26, 2024
@BuddyGlas BuddyGlas reopened this Nov 26, 2024
@BuddyGlas BuddyGlas added CI-main-process for CI workflows and removed CI-forkless CI-node-only-update for CI workflows CI-forkless-no-data for CI workflows CI-forkless-data for CI workflows labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-main-process for CI workflows CI-minimal Only execute jobs specified as labels, no defaults.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants