mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 02:51:02 +00:00
Try State Hook for Beefy (#3246)
Part of: https://github.com/paritytech/polkadot-sdk/issues/239 Polkadot address: 12GyGD3QhT4i2JJpNzvMf96sxxBLWymz4RdGCxRH5Rj5agKW
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user