lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit b756b2874778bdaa03a6b7ddbcb65747db26d983
parent bdd6ace2b4c287faf873069927b0958120f8a3f6
Author: triesap <tyson@radroots.org>
Date:   Sun, 22 Feb 2026 06:23:34 +0000

coverage: promote `radroots-runtime` to required gate set

Diffstat:
Mcontract/coverage/required-crates.toml | 1+
Mcontract/coverage/rollout.toml | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/contract/coverage/required-crates.toml b/contract/coverage/required-crates.toml @@ -19,6 +19,7 @@ crates = [ "radroots-nostr-accounts", "radroots-nostr-ndb", "radroots-nostr-runtime", + "radroots-runtime", ] [policy] diff --git a/contract/coverage/rollout.toml b/contract/coverage/rollout.toml @@ -110,7 +110,7 @@ order = 20 [[rollout.crates]] name = "radroots-runtime" -status = "planned" +status = "required" order = 21 [[rollout.crates]]