mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 05:11:02 +00:00
Track received attestations from recent blocks (#337)
* record attestations in storage ringbuffer * remove some reliance on Aura * fix up test configuration * extract attestations stuff out to its own module * add dummy inherent * use double_map * fix a couple more compilation errors
This commit is contained in:
committed by
GitHub
parent
8c4d882407
commit
4d19de4bd9
@@ -76,6 +76,13 @@ pub type AuraPair = ed25519::Pair;
|
||||
/// The Ed25519 pub key of an session that belongs to an Aura authority of the chain.
|
||||
pub type AuraId = ed25519::Public;
|
||||
|
||||
/// The Parachain crypto scheme defined via the keypair type.
|
||||
#[cfg(feature = "std")]
|
||||
pub type ParachainPair = ed25519::Pair;
|
||||
|
||||
/// The Ed25519 public key used to authenticate signatures on parachain data.
|
||||
pub type ParachainPublic = ed25519::Public;
|
||||
|
||||
/// Header type.
|
||||
pub type Header = generic::Header<BlockNumber, BlakeTwo256>;
|
||||
/// Block type.
|
||||
|
||||
Reference in New Issue
Block a user