docs: UTRNF naming conventions (01–02), c* V2 transport verify extras

- Add naming-conventions/ with UTRNF reference and DBIS namespace mapping
- Index from 04-configuration README and MASTER_INDEX
- check-cstar-v2-transport-stack: CompliantWrappedToken + JurisdictionalGovernance suites
- gitignore: config/production/dbis-identity-public-did-secrets.env

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-31 22:41:23 -07:00
parent 748c1c9e14
commit 5c69993ce9
7 changed files with 400 additions and 0 deletions

View File

@@ -40,6 +40,9 @@ rm -f cache/solidity-files-cache.json
run forge test --match-path "test/compliance/CompliantFiatTokenV2.t.sol"
ok "CompliantFiatTokenV2 base token suite passed."
run forge test --match-path "test/compliance/CompliantWrappedTokenTest.t.sol"
ok "CompliantWrappedToken governance and transport metadata suite passed."
run forge test --match-path "test/bridge/CWReserveVerifierVaultIntegration.t.sol"
ok "Legacy reserve-verifier bridge compatibility suite passed."
@@ -49,6 +52,9 @@ ok "V2 reserve-verifier + full L1/L2 transport suite passed."
run forge test --match-path "test/bridge/CWMultiTokenBridge.t.sol"
ok "Core CWMultiTokenBridge round-trip suite passed."
run forge test --match-path "test/integration/JurisdictionalGovernance.t.sol"
ok "Jurisdictional governance and approval gating suite passed."
popd >/dev/null
log ""