You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The polkadot-omni-node currently has version 0.1.0 which makes it hard to track deployments and compare to polkadot releases. I think it would make sense to give it the same version as polkadot-parachains
The text was updated successfully, but these errors were encountered:
# 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>
The
polkadot-omni-node
currently has version 0.1.0 which makes it hard to track deployments and compare to polkadot releases. I think it would make sense to give it the same version aspolkadot-parachains
The text was updated successfully, but these errors were encountered: