-
Notifications
You must be signed in to change notification settings - Fork 684
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Part of: #239 Polkadot address: 12GyGD3QhT4i2JJpNzvMf96sxxBLWymz4RdGCxRH5Rj5agKW
- Loading branch information
Showing
4 changed files
with
240 additions
and
139 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
title: Try State Hook for Beefy. | ||
|
||
doc: | ||
- audience: Runtime User | ||
description: | | ||
Invariants for storage items in the beefy pallet. Enforces the following Invariants: | ||
1. `Authorities` should not exceed the `MaxAuthorities` capacity. | ||
2. `NextAuthorities` should not exceed the `MaxAuthorities` capacity. | ||
3. `ValidatorSetId` must be present in `SetIdSession`. | ||
crates: | ||
- name: pallet-beefy |
This file contains 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
This file contains 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
Oops, something went wrong.