BridgeHub Westend
subscan
Runtime Modules / BridgeRococoGrandpa
Spec Version:
Events
Name
Lookup
Attributes
UpdatedBestFinalizedHeader2a00["BridgedBlockNumber","BridgedBlockHash","StoredHeaderGrandpaInfo<BridgedHeader>"]
Storage Functions
Name
Type
FreeHeadersRemaining{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
InitialHash{"origin":"PlainType","plain_type":"H256","PlainTypeValue":13}
BestFinalized{"origin":"PlainType","plain_type":"bp_runtime:HeaderId","PlainTypeValue":441}
ImportedHashes{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["U32"],"value":"H256","keys_id":4,"value_id":13}}
ImportedHashesPointer{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
ImportedHeaders{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"bp_header_chain:StoredHeaderData","keys_id":13,"value_id":442}}
CurrentAuthoritySet{"origin":"PlainType","plain_type":"pallet_bridge_grandpa:storage_types:StoredAuthoritySet","PlainTypeValue":443}
PalletOwner{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
PalletOperatingMode{"origin":"PlainType","plain_type":"bp_runtime:BasicOperatingMode","PlainTypeValue":385}
Constants
Name
Type
Value
MaxFreeHeadersPerBlockU3204000000
FreeHeadersIntervaloption<U32>0105000000
HeadersToKeepU3200040000
Error Types
Name
Docs
InvalidJustificationThe given justification is invalid for the given header.
InvalidAuthoritySetThe authority set from the underlying header chain is invalid.
OldHeaderThe header being imported is older than the best finalized header known to the pallet.
UnsupportedScheduledChangeThe scheduled authority set change found in the header is unsupported by the pallet.This is the case for non-standard (e.g forced) authority set changes.
NotInitializedThe pallet is not yet initialized.
AlreadyInitializedThe pallet has already been initialized.
TooManyAuthoritiesInSetToo many authorities in the set.
BridgeModuleError generated by the `OwnedBridgeModule` trait.
InvalidAuthoritySetIdThe `current_set_id` argument of the `submit_finality_proof_ex` doesn't matchthe id of the current set, known to the pallet.
FreeHeadersLimitExcededThe submitter wanted free execution, but we can't fit more free transactionsto the block.
BelowFreeHeaderIntervalThe submitter wanted free execution, but the difference between best known andbundled header numbers is below the `FreeHeadersInterval`.
HeaderOverflowLimitsThe header (and its finality) submission overflows hardcoded chain limits: sizeand/or weight are larger than expected.