Try State Hook for Beefy (#3246)

Part of: https://github.com/paritytech/polkadot-sdk/issues/239

Polkadot address: 12GyGD3QhT4i2JJpNzvMf96sxxBLWymz4RdGCxRH5Rj5agKW
This commit is contained in:
dharjeezy
2024-03-28 14:12:14 +01:00
committed by GitHub
parent 2e4e657112
commit 79b08d8847
4 changed files with 238 additions and 137 deletions
+11
View File
@@ -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