commit 92813b07964d3b5d0260dbdb62235aa6af248b2c
parent 7d0137402dfef5a3b782b12fcd3815c3013bade5
Author: triesap <tyson@radroots.org>
Date: Sun, 22 Feb 2026 04:52:10 +0000
coverage: promote `radroots-net-core` to required gate set
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/contract/coverage/required-crates.toml b/contract/coverage/required-crates.toml
@@ -13,6 +13,7 @@ crates = [
"radroots-app-wasm",
"radroots-events-indexed",
"radroots-log",
+ "radroots-net-core",
]
[policy]
diff --git a/contract/coverage/rollout.toml b/contract/coverage/rollout.toml
@@ -80,7 +80,7 @@ order = 14
[[rollout.crates]]
name = "radroots-net-core"
-status = "planned"
+status = "required"
order = 15
[[rollout.crates]]