Align omni-node and polkadot-parachain versions (#7367)
# Description Aligned `polkadot-omni-node` & `polkadot-parachain` versions. There is one `NODE_VERSION` constant, in `polkadot-omni-node-lib`, used by both binaries. Closes #7276 . ## Integration Node operators will know what versions of `polkadot-omni-node` & `polkadot-parachain` they use since their versions will be kept in sync with the stable release `polkadot` SemVer version. ## Review Notes TODO: - [x] update NODE_VERSION of `polkadot-omni-node-lib` when running branch off workflow --------- Signed-off-by:Iulian Barbu <iulian.barbu@parity.io> (cherry picked from commit 3fb7c8c6)
Showing
- .github/workflows/release-10_branchoff-stable.yml 4 additions, 1 deletion.github/workflows/release-10_branchoff-stable.yml
- cumulus/polkadot-omni-node/lib/src/lib.rs 1 addition, 0 deletionscumulus/polkadot-omni-node/lib/src/lib.rs
- cumulus/polkadot-omni-node/lib/src/nodes/mod.rs 5 additions, 0 deletionscumulus/polkadot-omni-node/lib/src/nodes/mod.rs
- cumulus/polkadot-omni-node/src/main.rs 3 additions, 2 deletionscumulus/polkadot-omni-node/src/main.rs
- cumulus/polkadot-parachain/src/main.rs 3 additions, 2 deletionscumulus/polkadot-parachain/src/main.rs
Please register or sign in to comment