Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
0952c39b
Unverified
Commit
0952c39b
authored
3 months ago
by
EgorPopelyaev
Browse files
Options
Downloads
Patches
Plain Diff
Bump polkadot node version
parent
661357ce
Branches
gh-readonly-queue/master/pr-7416-698d9ae5b32785d3a5a55b770e973bbdb59ad271
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
polkadot/node/primitives/src/lib.rs
+1
-1
1 addition, 1 deletion
polkadot/node/primitives/src/lib.rs
with
1 addition
and
1 deletion
polkadot/node/primitives/src/lib.rs
+
1
−
1
View file @
0952c39b
...
...
@@ -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.16.
2
"
;
pub
const
NODE_VERSION
:
&
'static
str
=
"1.16.
3
"
;
// For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node
// plus some overhead:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment