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

Upgrade polkadot-sdk v1.3.0 -> 1.6.0 #96

Merged
merged 16 commits into from
Feb 5, 2024
Merged

Conversation

4meta5
Copy link
Contributor

@4meta5 4meta5 commented Jan 8, 2024

Closes #92
Closes #39

Notable Changes for polkadotv1.3.0 -> 1.4.0

polkadot-sdk release 1.4.0

  1. Removes spurious error emission:
Nov 21 13:37:34.593 ERROR parachain::pvf: 🚨 Your system cannot securely run a validator. 
Running validation of malicious PVF code has a higher risk of compromising this machine.
  - Cannot unshare user namespace and change root, which are Linux-specific kernel security features: not available: Nov 21 13:37:34.582 TRACE parachain::pvf-common: unsharing the user namespace and calling pivot_root worker_kind=check pivot root worker_pid=1562989 worker_dir_path="/tmp/.tmpxnRzK7/check-can-unshare4LXkykVpKt"
mount MS_BIND: No such file or directory (os error 2)
Nov 21 13:37:34.594 ERROR parachain::pvf: In the next release this will be a hard error by default.
     
More information: https://wiki.polkadot.network/docs/maintain-guides-secure-validator#secure-validator-mode

If seen after this upgrade, error log is legit.

  1. XCM builder for XCM construction
  2. pallet-xcm: enhance reserve_transfer_assets to support remote reserves
  3. Add sudo::remove_key
  4. Improvements to try-state devex

Notable Changes for polkadotv1.4.0 -> 1.5.0

polkadot-sdk release 1.5.0

  1. Small fixes to beefy consensus
  2. Extend XCM builders

Notable Changes for polkadotv1.5.0 -> 1.6.0

polkadot-sdk release 1.6.0

  1. More XCM logging for easier debugging
  2. pallet-assets swap credit
  3. Accept Root origin for ensure_sudo

@4meta5 4meta5 added the enhancement New feature or request label Jan 8, 2024
@4meta5 4meta5 self-assigned this Jan 8, 2024
Copy link

netlify bot commented Jan 8, 2024

Deploy Preview for docs-oz-polkadot canceled.

Name Link
🔨 Latest commit 1dc4f6b
🔍 Latest deploy log https://app.netlify.com/sites/docs-oz-polkadot/deploys/65bc1ffcaa5e06000854e820

@4meta5 4meta5 marked this pull request as ready for review January 9, 2024 01:50
@4meta5 4meta5 changed the title Update dependencies polkadot-v1.3.0 -> polkadot-v1.5.0 Update dependencies polkadot-v1.3.0 -> polkadot-v1.6.0 Jan 30, 2024
@4meta5 4meta5 added the breaking This is a breaking change label Jan 31, 2024
@4meta5 4meta5 changed the title Update dependencies polkadot-v1.3.0 -> polkadot-v1.6.0 Upgrade polkadot-sdk v1.3.0 -> 1.6.0 Feb 1, 2024
@4meta5 4meta5 removed the breaking This is a breaking change label Feb 1, 2024
Copy link
Collaborator

@ozgunozerk ozgunozerk left a comment

Choose a reason for hiding this comment

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

Superb documentation, thanks, will be very useful in the future to see what has changed between versions.

I think we can merge this as soon as open conversations are resolved 👍

@4meta5 4meta5 merged commit ef004ae into main Feb 5, 2024
5 checks passed
@4meta5 4meta5 deleted the amar-update-deps-3-to-5 branch February 5, 2024 13:10
@ozgunozerk ozgunozerk mentioned this pull request Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: ✅ Done
3 participants