Remove Sudo (#1437)
* Remove Sudo NOTE: To ensure minimal index changes to pre-existing pallet deployments, this is done with a "swap_remove" style; the previous last pallet (Purchase), which is hitherto unused, has been shifted into the old index of Sudo. * Remove CC1 designation. * Fixes * Bump * Fixes * Fixes * Fixes * Fixes * Fixes * Fixes * Fixes * Fixes * Fixes * Fixes
Showing
- polkadot/Cargo.lock 20 additions, 21 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 1 addition, 1 deletionpolkadot/Cargo.toml
- polkadot/README.md 3 additions, 3 deletionspolkadot/README.md
- polkadot/availability-store/Cargo.toml 1 addition, 1 deletionpolkadot/availability-store/Cargo.toml
- polkadot/cli/Cargo.toml 1 addition, 1 deletionpolkadot/cli/Cargo.toml
- polkadot/collator/Cargo.toml 1 addition, 1 deletionpolkadot/collator/Cargo.toml
- polkadot/erasure-coding/Cargo.toml 1 addition, 1 deletionpolkadot/erasure-coding/Cargo.toml
- polkadot/network/Cargo.toml 1 addition, 1 deletionpolkadot/network/Cargo.toml
- polkadot/network/test/Cargo.toml 1 addition, 1 deletionpolkadot/network/test/Cargo.toml
- polkadot/node/service/src/chain_spec.rs 1 addition, 7 deletionspolkadot/node/service/src/chain_spec.rs
- polkadot/parachain/Cargo.toml 1 addition, 1 deletionpolkadot/parachain/Cargo.toml
- polkadot/parachain/test-parachains/adder/Cargo.toml 1 addition, 1 deletionpolkadot/parachain/test-parachains/adder/Cargo.toml
- polkadot/parachain/test-parachains/halt/Cargo.toml 1 addition, 1 deletionpolkadot/parachain/test-parachains/halt/Cargo.toml
- polkadot/primitives/Cargo.toml 1 addition, 1 deletionpolkadot/primitives/Cargo.toml
- polkadot/rpc/Cargo.toml 1 addition, 1 deletionpolkadot/rpc/Cargo.toml
- polkadot/runtime/common/Cargo.toml 1 addition, 1 deletionpolkadot/runtime/common/Cargo.toml
- polkadot/runtime/kusama/Cargo.toml 1 addition, 1 deletionpolkadot/runtime/kusama/Cargo.toml
- polkadot/runtime/kusama/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/polkadot/Cargo.toml 1 addition, 3 deletionspolkadot/runtime/polkadot/Cargo.toml
- polkadot/runtime/polkadot/src/lib.rs 41 additions, 25 deletionspolkadot/runtime/polkadot/src/lib.rs
Please register or sign in to comment