Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cumulus/polkadot-omni-node/lib/src/nodes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ pub mod aura;
/// 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.22.2";
pub const NODE_VERSION: &'static str = "1.22.3";
2 changes: 1 addition & 1 deletion polkadot/node/primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.22.2";
pub const NODE_VERSION: &'static str = "1.22.3";

// For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node
// plus some overhead:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions prdoc/stable2603-3/pr_12006.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
title: '[stable2603] Improve `TransactionStorageApi` runtime api check'
doc:
- audience: Node Operator
description: |-
Improves the `TransactionStorageApi` runtime API version check in the Polkadot Omni Node to use a version-aware comparison (`has_api_with`) instead of a simple version-existence check (`has_api`). This ensures that bulletin chain runtimes that implement the API are correctly detected as compatible with older collators.
crates:
- name: polkadot-omni-node-lib
bump: patch
File renamed without changes.
Loading