Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/taplo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = [
[formatting]
reorder_arrays = true
inline_table_expand = false
array_auto_expand = false
array_auto_expand = true
array_auto_collapse = false
indent_string = " " # tab

Expand Down
4 changes: 3 additions & 1 deletion cumulus/test/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,6 @@ elastic-scaling-500ms = []
# A runtime with a slot duration of 6s but parameters that allow multiple blocks per slot.
elastic-scaling-multi-block-slot = []
# A runtime with 6s slot duration which sends RFC-103 compatible UMP signals.
experimental-ump-signals = ["cumulus-pallet-parachain-system/experimental-ump-signals"]
experimental-ump-signals = [
"cumulus-pallet-parachain-system/experimental-ump-signals",
]
6 changes: 5 additions & 1 deletion polkadot/roadmap/phase-1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,9 @@ items = [
[[group]]
name = "phase-1"
label = "Phase 1: Availability and Validity"
requires = ["grandpa-voting-rule", "non-direct-ancestor", "runtime-availability-validity-slashing"]
requires = [
"grandpa-voting-rule",
"non-direct-ancestor",
"runtime-availability-validity-slashing",
]
items = []
9 changes: 8 additions & 1 deletion polkadot/xcm/xcm-executor/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,11 @@ xcm-executor = { workspace = true, default-features = true }

[features]
default = ["std"]
std = ["frame-support/std", "frame-system/std", "pallet-sudo/std", "polkadot-runtime-parachains/std", "sp-runtime/std", "xcm/std"]
std = [
"frame-support/std",
"frame-system/std",
"pallet-sudo/std",
"polkadot-runtime-parachains/std",
"sp-runtime/std",
"xcm/std",
]
Loading
Loading