[stable2412] Fix feature bandersnatch-experimental (#7187)
Fix the CI issue on the stable2412 branch by deleting the `bandersnatch-experimental` dependant code. Also fix some other CI checks. The Bandersnatch VRFs crate is not on crates-io, hence why it is not included in the release https://github.com/paritytech/polkadot-sdk/blob/a843d15e /substrate/primitives/core/Cargo.toml#L73 The only upstream crate that depends on this is `sp-consensus-sassafras`, but we dont release that. So hopefully CI goes green. --------- Signed-off-by:Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Showing
- .github/scripts/check-workspace.py 3 additions, 1 deletion.github/scripts/check-workspace.py
- .github/workflows/checks-quick.yml 2 additions, 0 deletions.github/workflows/checks-quick.yml
- substrate/client/keystore/src/local.rs 0 additions, 63 deletionssubstrate/client/keystore/src/local.rs
- substrate/client/statement-store/README.md 0 additions, 1 deletionsubstrate/client/statement-store/README.md
- substrate/primitives/application-crypto/check-features-variants.sh 0 additions, 1 deletion.../primitives/application-crypto/check-features-variants.sh
- substrate/primitives/application-crypto/src/lib.rs 0 additions, 2 deletionssubstrate/primitives/application-crypto/src/lib.rs
- substrate/primitives/consensus/sassafras/Cargo.toml 2 additions, 2 deletionssubstrate/primitives/consensus/sassafras/Cargo.toml
- substrate/primitives/core/check-features-variants.sh 0 additions, 2 deletionssubstrate/primitives/core/check-features-variants.sh
- substrate/primitives/core/src/lib.rs 0 additions, 2 deletionssubstrate/primitives/core/src/lib.rs
- substrate/primitives/io/src/lib.rs 0 additions, 21 deletionssubstrate/primitives/io/src/lib.rs
- substrate/primitives/keyring/check-features-variants.sh 0 additions, 1 deletionsubstrate/primitives/keyring/check-features-variants.sh
- substrate/primitives/keyring/src/lib.rs 0 additions, 6 deletionssubstrate/primitives/keyring/src/lib.rs
- substrate/primitives/keystore/src/lib.rs 0 additions, 166 deletionssubstrate/primitives/keystore/src/lib.rs
- substrate/primitives/keystore/src/testing.rs 0 additions, 125 deletionssubstrate/primitives/keystore/src/testing.rs
Please register or sign in to comment