Fix Rust features (#11976)
* Add std feature Signed-off-by:Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix features Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * WIP Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix features Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fmt Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix features Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Cleanup Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Impl function also in tests Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Make compile Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix sp-trie feature Something makes the bench regression guard fail, maybe this? Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Add runtime-benchmarks feature to sc-service Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Revert "Fix sp-trie feature" This reverts commit f2cddfe41bc72e6f2f8133795ec9408ba0c3ec63. Was already fixed, only needed a CI retry. Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Showing
- substrate/Cargo.lock 29 additions, 0 deletionssubstrate/Cargo.lock
- substrate/bin/node-template/node/Cargo.toml 6 additions, 1 deletionsubstrate/bin/node-template/node/Cargo.toml
- substrate/bin/node-template/node/src/command.rs 6 additions, 0 deletionssubstrate/bin/node-template/node/src/command.rs
- substrate/bin/node-template/pallets/template/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node-template/pallets/template/Cargo.toml
- substrate/bin/node-template/runtime/Cargo.toml 4 additions, 1 deletionsubstrate/bin/node-template/runtime/Cargo.toml
- substrate/bin/node/cli/Cargo.toml 4 additions, 1 deletionsubstrate/bin/node/cli/Cargo.toml
- substrate/bin/node/cli/src/command.rs 6 additions, 0 deletionssubstrate/bin/node/cli/src/command.rs
- substrate/bin/node/runtime/Cargo.toml 15 additions, 6 deletionssubstrate/bin/node/runtime/Cargo.toml
- substrate/client/service/Cargo.toml 1 addition, 0 deletionssubstrate/client/service/Cargo.toml
- substrate/frame/alliance/Cargo.toml 3 additions, 1 deletionsubstrate/frame/alliance/Cargo.toml
- substrate/frame/assets/Cargo.toml 1 addition, 1 deletionsubstrate/frame/assets/Cargo.toml
- substrate/frame/babe/Cargo.toml 1 addition, 1 deletionsubstrate/frame/babe/Cargo.toml
- substrate/frame/babe/src/benchmarking.rs 2 additions, 27 deletionssubstrate/frame/babe/src/benchmarking.rs
- substrate/frame/babe/src/tests.rs 21 additions, 0 deletionssubstrate/frame/babe/src/tests.rs
- substrate/frame/bags-list/Cargo.toml 8 additions, 1 deletionsubstrate/frame/bags-list/Cargo.toml
- substrate/frame/bags-list/fuzzer/Cargo.toml 1 addition, 1 deletionsubstrate/frame/bags-list/fuzzer/Cargo.toml
- substrate/frame/bags-list/src/lib.rs 1 addition, 1 deletionsubstrate/frame/bags-list/src/lib.rs
- substrate/frame/bags-list/src/list/mod.rs 1 addition, 1 deletionsubstrate/frame/bags-list/src/list/mod.rs
- substrate/frame/bags-list/src/mock.rs 2 additions, 1 deletionsubstrate/frame/bags-list/src/mock.rs
- substrate/frame/balances/Cargo.toml 1 addition, 1 deletionsubstrate/frame/balances/Cargo.toml
Please register or sign in to comment