ad77ae61b5
Asset Hub's pallet_staking_async era never advances because it expects SessionReport messages from the relay chain's ah_client pallet, which is not yet active. This adds a StakingSessionManager wrapper that intercepts local session rotation events and generates SessionReport messages to drive era transitions directly on Asset Hub. Changes: - Add StakingSessionManager in staking.rs that delegates to both CollatorSelection and Staking via on_relay_session_report() - Switch SessionManager from CollatorSelection to StakingSessionManager - Add FixActiveEraStart migration to correct ActiveEra.start=0 from genesis - Bump spec_version to 1_020_002
Teyrchains
This directory is the home of Parity-developed teyrchain runtimes. This directory is runtime focused, and does not include builds of teyrchain nodes.
The general internal structure is:
chain-specs: Chain specs for the runtimes contained in its sibling dirruntimes.common: Common configurations,impls, etc. used by several teyrchain runtimes.integration-tests: Integration tests to test teyrchain interactions via XCM.pallets: FRAME pallets that are specific to teyrchains.runtimes: The entry point for teyrchain runtimes.
System Teyrchains
The runtimes directory includes many, but is not limited to,
system teyrchains. Likewise, not all
system teyrchains are in this repo.
Releases
The project maintainers generally try to release a set of teyrchain runtimes for each PezkuwiChain Relay Chain runtime release.