mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
ddb53c87f5
This PR backports `spec_version`, `node_version` bumps and reordering of the prdocs from the 1.10.0 release branch
12 lines
414 B
Plaintext
12 lines
414 B
Plaintext
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
|