Skip to content
Snippets Groups Projects
Unverified Commit 84b3ae9b authored by Egor_P's avatar Egor_P Committed by GitHub
Browse files

[Backport] Version bumps form stable2412-2 (#7744)

This PR backports version bumps and prdocs reorg from the latest stable
branch back to master
parent e3e3f481
No related merge requests found
Pipeline #517249 waiting for manual action with stages
in 1 hour, 20 minutes, and 26 seconds
......@@ -25,7 +25,7 @@ use sc_service::{Configuration, TaskManager};
/// The current node version for cumulus official binaries, which takes the basic
/// SemVer form `<major>.<minor>.<patch>`. It should correspond to the latest
/// `polkadot` version of a stable release.
pub const NODE_VERSION: &'static str = "1.17.1";
pub const NODE_VERSION: &'static str = "1.17.2";
/// Trait that extends the `DynNodeSpec` trait with manual seal related logic.
///
......
......@@ -59,7 +59,7 @@ pub use disputes::{
/// relatively rare.
///
/// The associated worker binaries should use the same version as the node that spawns them.
pub const NODE_VERSION: &'static str = "1.17.1";
pub const NODE_VERSION: &'static str = "1.17.2";
// For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node
// plus some overhead:
......
File moved
File moved
File moved
title: Align omni-node and polkadot-parachain versions
doc:
- audience: [ Runtime Dev, Node Dev, Node Operator ]
description: |-
Aligned polkadot-omni-node & polkadot-parachain versions. There is one NODE_VERSION constant, in polkadot-omni-node-lib, used by both binaries.
crates:
- name: polkadot-omni-node-lib
bump: patch
File moved
File moved
File moved
File moved
title: Fix issue with InitiateTransfer and UnpaidExecution
doc:
- audience: Runtime Dev
description:
Fix issue where setting the `remote_fees` field of `InitiateTransfer` to `None` could lead to unintended bypassing of fees in certain conditions.
`UnpaidExecution` is now appended **after** origin alteration.
If planning to use `UnpaidExecution`, you need to set `preserve_origin = true`.
The `AllowExplicitUnpaidExecutionFrom` barrier now allows instructions for receiving funds before origin altering instructions before
the actual `UnpaidExecution`.
It takes a new generic, `Aliasers`, needed for executing `AliasOrigin` to see if the effective origin is allowed to use `UnpaidExecution`.
This should be set to the same value as `Aliasers` in the XCM configuration.
crates:
- name: staging-xcm-builder
bump: patch
- name: staging-xcm-executor
bump: patch
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment