lib

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

commit 4a8589908b2fd7b651a49376dcb8e96dd03787cc
parent 30736400ec1333f28a4e0c00ff249c8358e7e9c5
Author: triesap <tyson@radroots.org>
Date:   Sun, 22 Feb 2026 03:36:12 +0000

coverage: promote tangle-db-schema to required gate set


- mark `radroots-tangle-db-schema` as required in the rollout contract ordering
- add `radroots-tangle-db-schema` to the required-crates blocking list
- preserve required and rollout parity for xtask contract validation
- recheck strict 100 coverage report for the newly required crate

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 @@ -7,6 +7,7 @@ crates = [ "radroots-trade", "radroots-events-codec", "radroots-events-codec-wasm", + "radroots-tangle-db-schema", ] [policy] diff --git a/contract/coverage/rollout.toml b/contract/coverage/rollout.toml @@ -45,7 +45,7 @@ order = 7 [[rollout.crates]] name = "radroots-tangle-db-schema" -status = "planned" +status = "required" order = 8 [[rollout.crates]]