Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor chain information building process #2845

Merged
merged 13 commits into from
Oct 10, 2022
5 changes: 1 addition & 4 deletions src/chain/chain_information.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ use crate::header;
use alloc::vec::Vec;
use core::num::NonZeroU64;

pub mod aura_config;
pub mod babe_fetch_epoch;
pub mod babe_genesis_config;
pub mod grandpa_genesis_config;
pub mod build;

/// Information about the latest finalized block and state found in its ancestors.
///
Expand Down
178 changes: 0 additions & 178 deletions src/chain/chain_information/aura_config.rs

This file was deleted.

Loading