Skip to content

Commit

Permalink
removed pallet_sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Feb 17, 2025
1 parent f02eabd commit 0d2d83f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 111 deletions.
1 change: 0 additions & 1 deletion runtime/laos/src/configs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ mod preimage;
mod proxy;
mod scheduler;
mod session;
mod sudo;
pub mod system;
mod timestamp;
mod transaction_payment;
Expand Down
23 changes: 0 additions & 23 deletions runtime/laos/src/configs/sudo.rs

This file was deleted.

2 changes: 1 addition & 1 deletion runtime/laos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ construct_runtime!(
ParachainSystem: cumulus_pallet_parachain_system = 1,
Timestamp: pallet_timestamp = 2,
ParachainInfo: parachain_info = 3,
Sudo: pallet_sudo = 4,
// Sudo: pallet_sudo = 4,
Utility: pallet_utility = 5,
Multisig: pallet_multisig = 6,
Proxy: pallet_proxy = 7,
Expand Down
6 changes: 0 additions & 6 deletions runtime/laos/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@ impl ExtBuilder {
.assimilate_storage(&mut t)
.unwrap();

pallet_sudo::GenesisConfig::<crate::Runtime> {
key: Some(AccountId::from_str(BOB).unwrap()),
}
.assimilate_storage(&mut t)
.unwrap();

pallet_parachain_staking::GenesisConfig::<crate::Runtime> {
candidates: self.candidates,
blocks_per_round: 10,
Expand Down
1 change: 0 additions & 1 deletion runtime/laos/src/weights/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ pub mod pallet_preimage;
pub mod pallet_proxy;
pub mod pallet_scheduler;
pub mod pallet_session;
pub mod pallet_sudo;
pub mod pallet_timestamp;
pub mod pallet_treasury;
pub mod pallet_treasury_funding;
Expand Down
79 changes: 0 additions & 79 deletions runtime/laos/src/weights/pallet_sudo.rs

This file was deleted.

0 comments on commit 0d2d83f

Please sign in to comment.