Skip to content

Commit

Permalink
remove pallet-history-seeding and all related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dariolina committed Dec 10, 2024
1 parent d0477c5 commit 3a0ca7f
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 526 deletions.
18 changes: 0 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 0 additions & 45 deletions crates/pallet-history-seeding/Cargo.toml

This file was deleted.

5 changes: 0 additions & 5 deletions crates/pallet-history-seeding/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions crates/pallet-history-seeding/src/benchmarking.rs

This file was deleted.

69 changes: 0 additions & 69 deletions crates/pallet-history-seeding/src/lib.rs

This file was deleted.

72 changes: 0 additions & 72 deletions crates/pallet-history-seeding/src/tests.rs

This file was deleted.

93 changes: 0 additions & 93 deletions crates/pallet-history-seeding/src/weights.rs

This file was deleted.

5 changes: 1 addition & 4 deletions crates/subspace-malicious-operator/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use std::marker::PhantomData;
use std::num::NonZeroU32;
use subspace_runtime::{
AllowAuthoringBy, CouncilConfig, DemocracyConfig, DomainsConfig, EnableRewardsAt,
HistorySeedingConfig, RewardsConfig, RuntimeConfigsConfig, SubspaceConfig,
RewardsConfig, RuntimeConfigsConfig, SubspaceConfig,
};
use subspace_runtime_primitives::{
AccountId, Balance, BlockNumber, CouncilDemocracyConfigParams, SSC,
Expand Down Expand Up @@ -262,8 +262,5 @@ fn subspace_genesis_config(
initial_balances: genesis_domain_params.initial_balances,
}],
},
history_seeding: HistorySeedingConfig {
history_seeder: Some(sudo_account),
},
}
}
Loading

0 comments on commit 3a0ca7f

Please sign in to comment.