Prepare stuff for Kusama (i.e. disable most things) (#362)
* Prepare stuff for Kusama (i.e. disable most things) * Fix service (hopefully) * Remove curated grandpa. * Block unwanted transactions a cleaner way. * Add feature for restricting tx types * Cleanups * Make blocktime 1/10th of normal * Fix ordering in construct_runtime * Restore original timing * Revert name change
Showing
- polkadot/Cargo.lock 62 additions, 61 deletionspolkadot/Cargo.lock
- polkadot/cli/src/lib.rs 4 additions, 3 deletionspolkadot/cli/src/lib.rs
- polkadot/runtime/Cargo.toml 1 addition, 0 deletionspolkadot/runtime/Cargo.toml
- polkadot/runtime/src/constants.rs 1 addition, 2 deletionspolkadot/runtime/src/constants.rs
- polkadot/runtime/src/curated_grandpa.rs 0 additions, 103 deletionspolkadot/runtime/src/curated_grandpa.rs
- polkadot/runtime/src/lib.rs 76 additions, 20 deletionspolkadot/runtime/src/lib.rs
- polkadot/runtime/src/parachains.rs 1 addition, 0 deletionspolkadot/runtime/src/parachains.rs
- polkadot/service/Cargo.toml 2 additions, 1 deletionpolkadot/service/Cargo.toml
- polkadot/service/src/chain_spec.rs 4 additions, 7 deletionspolkadot/service/src/chain_spec.rs
Please register or sign in to comment