-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add MaxUnlockingChunks to staking configs; Companion to #10670 #4823
Add MaxUnlockingChunks to staking configs; Companion to #10670 #4823
Conversation
|
Waiting for commit status. |
| sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } | ||
| sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } | ||
| sp-tracing = { version = "4.0.0-dev", branch = "master", git = "https://github.com/paritytech/substrate", default-features = false, optional = true } | ||
| sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I needed to remove the version to get the companion to build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But let me check with the parachains team to see if this is ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bkchr made a PR with the same change https://github.com/paritytech/polkadot/pull/5017/files
Companion to paritytech/substrate#10670