difftreelog
fix session-test-timingS
in: master
6 files changed
.github/workflows/collator-selection.ymldiffbeforeafterboth138 tag: ${{ matrix.network }}-${{ env.REF_SLUG }}-${{ env.BUILD_SHA }}138 tag: ${{ matrix.network }}-${{ env.REF_SLUG }}-${{ env.BUILD_SHA }}139 context: .139 context: .140 dockerfile: .docker/Dockerfile-unique140 dockerfile: .docker/Dockerfile-unique141 args: |141 args: |142 --build-arg RUNTIME_FEATURES=${{ matrix.runtime_features }},session-test-timing142 --build-arg RUNTIME_FEATURES=${{ matrix.runtime_features }},session-test-timings143 --build-arg RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}143 --build-arg RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}144 dockerhub_username: ${{ secrets.CORE_DOCKERHUB_USERNAME }}144 dockerhub_username: ${{ secrets.CORE_DOCKERHUB_USERNAME }}145 dockerhub_token: ${{ secrets.CORE_DOCKERHUB_TOKEN }}145 dockerhub_token: ${{ secrets.CORE_DOCKERHUB_TOKEN }}146146node/cli/Cargo.tomldiffbeforeafterboth103103104[features]104[features]105default = ["opal-runtime"]105default = ["opal-runtime"]106session-test-timing = ['opal-runtime/session-test-timing', 'quartz-runtime?/session-test-timing', 'unique-runtime?/session-test-timing']107gov-test-timings = ['opal-runtime/gov-test-timings', 'quartz-runtime?/gov-test-timings', 'unique-runtime?/gov-test-timings']108all-runtimes = ['opal-runtime', 'quartz-runtime', 'unique-runtime']106all-runtimes = ['opal-runtime', 'quartz-runtime', 'unique-runtime']109pov-estimate = ['opal-runtime/pov-estimate', 'quartz-runtime?/pov-estimate', 'uc-rpc/pov-estimate', 'unique-rpc/pov-estimate', 'unique-runtime?/pov-estimate']107pov-estimate = ['opal-runtime/pov-estimate', 'quartz-runtime?/pov-estimate', 'uc-rpc/pov-estimate', 'unique-rpc/pov-estimate', 'unique-runtime?/pov-estimate']110runtime-benchmarks = ['opal-runtime/runtime-benchmarks', 'polkadot-cli/runtime-benchmarks', 'polkadot-service/runtime-benchmarks', 'quartz-runtime?/runtime-benchmarks', 'sc-service/runtime-benchmarks', 'unique-runtime?/runtime-benchmarks']108runtime-benchmarks = ['opal-runtime/runtime-benchmarks', 'polkadot-cli/runtime-benchmarks', 'polkadot-service/runtime-benchmarks', 'quartz-runtime?/runtime-benchmarks', 'sc-service/runtime-benchmarks', 'unique-runtime?/runtime-benchmarks']111sapphire-runtime = ['quartz-runtime', 'quartz-runtime/become-sapphire']109sapphire-runtime = ['quartz-runtime', 'quartz-runtime/become-sapphire']112try-runtime = ['opal-runtime?/try-runtime', 'quartz-runtime?/try-runtime', 'try-runtime-cli/try-runtime', 'unique-runtime?/try-runtime']110try-runtime = ['opal-runtime?/try-runtime', 'quartz-runtime?/try-runtime', 'try-runtime-cli/try-runtime', 'unique-runtime?/try-runtime']111session-test-timings = ['opal-runtime/session-test-timings', 'quartz-runtime?/session-test-timings', 'unique-runtime?/session-test-timings']112gov-test-timings = ['opal-runtime/gov-test-timings', 'quartz-runtime?/gov-test-timings', 'unique-runtime?/gov-test-timings']113113runtime/common/config/pallets/mod.rsdiffbeforeafterboth129 pub const DayRelayBlocks: BlockNumber = RELAY_DAYS;129 pub const DayRelayBlocks: BlockNumber = RELAY_DAYS;130}130}131131132#[cfg(not(feature = "session-test-timing"))]132#[cfg(not(feature = "session-test-timings"))]133parameter_types! {133parameter_types! {134 pub const SessionPeriod: BlockNumber = SESSION_LENGTH;134 pub const SessionPeriod: BlockNumber = SESSION_LENGTH;135}135}136136137#[cfg(feature = "session-test-timing")]137#[cfg(feature = "session-test-timings")]138parameter_types! {138parameter_types! {139 pub const SessionPeriod: BlockNumber = 3 * MINUTES;139 pub const SessionPeriod: BlockNumber = 3 * MINUTES;140}140}runtime/opal/Cargo.tomldiffbeforeafterboth229preimage = []229preimage = []230refungible = []230refungible = []231unique-scheduler = []231unique-scheduler = []232session-test-timing = []232session-test-timings = []233233234################################################################################234################################################################################235# local dependencies235# local dependenciesruntime/quartz/Cargo.tomldiffbeforeafterboth218refungible = []218refungible = []219unique-scheduler = []219unique-scheduler = []220gov-test-timings = []220gov-test-timings = []221session-test-timing = []221session-test-timings = []222222223################################################################################223################################################################################224# local dependencies224# local dependenciesruntime/unique/Cargo.tomldiffbeforeafterboth221refungible = []221refungible = []222unique-scheduler = []222unique-scheduler = []223gov-test-timings = []223gov-test-timings = []224session-test-timing = []224session-test-timings = []225225226################################################################################226################################################################################227# local dependencies227# local dependencies