mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
Decrease number of GRANDPA authorities in Polkadot-like chains from 100_000 to 2_048 (#1852)
* decrease number of GRANDPA authorities in Polkadot-like chains from 100_000 to 2048 * spelling
This commit is contained in:
committed by
Bastian Köcher
parent
a091b8405e
commit
411150b7be
@@ -42,9 +42,4 @@ pub const WITH_ROCOCO_GRANDPA_PALLET_NAME: &str = "BridgeRococoGrandpa";
|
||||
/// reserve.
|
||||
pub const MAX_NESTED_PARACHAIN_HEAD_DATA_SIZE: u32 = 128;
|
||||
|
||||
/// Maximal number of GRANDPA authorities at Rococo.
|
||||
///
|
||||
/// Corresponds to the `MaxAuthorities` constant value from the Rococo runtime configuration.
|
||||
pub const MAX_AUTHORITIES_COUNT: u32 = 100_000;
|
||||
|
||||
decl_bridge_finality_runtime_apis!(rococo);
|
||||
|
||||
Reference in New Issue
Block a user