This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Companion for Generate storage info for Pallets Offences and Session #10113#4174
Closed
georgesdib wants to merge 21 commits intoparitytech:masterfrom
georgesdib:offences-storage-info
Closed
Companion for Generate storage info for Pallets Offences and Session #10113#4174georgesdib wants to merge 21 commits intoparitytech:masterfrom georgesdib:offences-storage-info
georgesdib wants to merge 21 commits intoparitytech:masterfrom
georgesdib:offences-storage-info
Conversation
`MaxNbOfInvulnerables` `MaxErasForRewards` `MaxNbOfReporters` `MaxPriorSlashingSpans` `MaxNbOfValidators` to pallet `staking`
substrate, and fixing weights after deletion of storage `MaxValidatorsCount`
`MaxRewardableIndividualExposures`
…polkadot into staking-storage-info
* Adding `MaxValidators` `MaxKeysEncodingSize` * Changes in `SessionManager`
Kusama, rococo, and westend
…session-storage-info
added 2 commits
October 30, 2021 16:06
This is needed after changes to substrate. Trying to add changes to the bridges too.
Contributor
Author
|
Closing this given that the corresponding substrate PR was closed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion to paritytech/substrate#10113
Needs to be merged after #3936
Adding needed types to fix polkadot to changes in substrate in the accompanying PR.
Also merging using
MaxValidatorsCountforMaxValidators,MaxTargets, andMaxKeys.