Hotfix for Kusama (#724)
* cli: revert borked kusama chain on startup
* Docs.
* cli: fix reversal of bork kusama fork
* cli: force always can author
* Version bump
* service: support setting fork blocks in config
* service: add support for bad blocks extension
* service: add badBlocks to kusama chainspec
* Bump Substrate to hotfix version.
* service: add bad block to kusama chain spec
* cleanup kusama hotfix
* add kusama grandpa hotfix
* Bump substrate
* Bump spec_version
* Rebump
* cli: remove unnecessary dependencies
* service: revert can_author_with fix
* service: remove unnecessary method
* Don't try to track polkadot runtime verion yet
* Versions
* service: better grandpa fix detection
Co-authored-by:
André Silva <andre.beat@gmail.com>
Showing
- polkadot/Cargo.lock 127 additions, 142 deletionspolkadot/Cargo.lock
- polkadot/cli/src/lib.rs 9 additions, 5 deletionspolkadot/cli/src/lib.rs
- polkadot/runtime/common/Cargo.toml 2 additions, 2 deletionspolkadot/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, 1 deletionpolkadot/runtime/polkadot/Cargo.toml
- polkadot/runtime/polkadot/src/lib.rs 0 additions, 3 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/scripts/gitlab/check_runtime.sh 2 additions, 2 deletionspolkadot/scripts/gitlab/check_runtime.sh
- polkadot/service/res/kusama.json 3 additions, 0 deletionspolkadot/service/res/kusama.json
- polkadot/service/src/chain_spec.rs 2 additions, 0 deletionspolkadot/service/src/chain_spec.rs
- polkadot/service/src/lib.rs 58 additions, 2 deletionspolkadot/service/src/lib.rs
Please register or sign in to comment