Skip to content

Commit

Permalink
Merge branch 'master' into update-stable2407
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Aug 14, 2024
2 parents 9892bcd + 3802117 commit 3bbd52c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
7 changes: 6 additions & 1 deletion runtime/acala/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,9 @@ no-metadata-docs = ["frame-support/no-metadata-docs"]
# more types in the metadata.
full-metadata-docs = ["frame-support/full-metadata-docs"]

tracing = ["module-evm/tracing", "module-evm-rpc-runtime-api/tracing", "runtime-common/tracing"]
tracing = [
"module-evm/tracing",
"module-evm-bridge/tracing",
"module-evm-rpc-runtime-api/tracing",
"runtime-common/tracing"
]
2 changes: 1 addition & 1 deletion runtime/acala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ impl pallet_session::Config for Runtime {
}

parameter_types! {
pub const CollatorKickThreshold: Permill = Permill::from_percent(60);
pub const CollatorKickThreshold: Permill = Permill::from_percent(75);
}

impl module_collator_selection::Config for Runtime {
Expand Down
7 changes: 6 additions & 1 deletion runtime/karura/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -423,4 +423,9 @@ no-metadata-docs = ["frame-support/no-metadata-docs"]
# more types in the metadata.
full-metadata-docs = ["frame-support/full-metadata-docs"]

tracing = ["module-evm/tracing", "module-evm-rpc-runtime-api/tracing", "runtime-common/tracing"]
tracing = [
"module-evm/tracing",
"module-evm-bridge/tracing",
"module-evm-rpc-runtime-api/tracing",
"runtime-common/tracing"
]
2 changes: 1 addition & 1 deletion runtime/karura/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ impl pallet_session::Config for Runtime {
}

parameter_types! {
pub const CollatorKickThreshold: Permill = Permill::from_percent(65);
pub const CollatorKickThreshold: Permill = Permill::from_percent(75);
}

impl module_collator_selection::Config for Runtime {
Expand Down
7 changes: 6 additions & 1 deletion runtime/mandala/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -447,4 +447,9 @@ no-metadata-docs = ["frame-support/no-metadata-docs"]
# more types in the metadata.
full-metadata-docs = ["frame-support/full-metadata-docs"]

tracing = ["module-evm/tracing", "module-evm-rpc-runtime-api/tracing", "runtime-common/tracing"]
tracing = [
"module-evm/tracing",
"module-evm-bridge/tracing",
"module-evm-rpc-runtime-api/tracing",
"runtime-common/tracing"
]

0 comments on commit 3bbd52c

Please sign in to comment.