Files
proxmox/docs/00-meta/LIVE_VERIFICATION_LOG_2026-03-30.md
defiQUG dbd517b279 Sync workspace: config, docs, scripts, CI, operator rules, and submodule pointers.
- Update dbis_core, cross-chain-pmm-lps, explorer-monorepo, metamask-integration, pr-workspace/chains
- Omit embedded publish git dirs and empty placeholders from index

Made-with: Cursor
2026-04-12 06:12:20 -07:00

4.9 KiB
Raw Blame History

Live verification log — 2026-03-30

Purpose: Record automated and manual checks run from the operator workspace, evidence paths, and doc alignment. This does not mark the full ALL_RECOMMENDATIONS_AND_IMPROVEMENTS_LIST.md backlog as complete; operator, external, and engineering items remain in STILL_NOT_DONE_EXECUTION_CHECKLIST.md and TODOS_CONSOLIDATED.md (P1).


Checks executed

Check Command / path Result (2026-03-30)
Core RPC JSON-RPC curlhttp://192.168.11.211:8545 HTTP 201
Explorer https://explorer.d-bis.org/ HTTP 200
NPMplus UI http://192.168.11.167:81/ HTTP 301
Config validation bash scripts/validation/validate-config-files.sh Passed
P1 local slice bash scripts/verify/run-p1-local-verification.sh Passed (completable + validate-config; IRU tests optional)
Full validation (no genesis) bash scripts/verify/run-all-validation.sh --skip-genesis Passed (optional tools: sqlite3, websocat, etc. noted as missing — non-blocking)
Chain 138 bytecode scripts/verify/check-contracts-on-chain-138.sh http://192.168.11.211:8545 64 present, 0 missing (canonical + legacy CCIP router/WETH9 bridge, ISO20022Router; config/smart-contracts-master.json aligned)
Public E2E bash scripts/verify/verify-end-to-end-routing.sh --profile=public Failed: 0; 44 domains; evidence: docs/04-configuration/verification-evidence/e2e-verification-20260329_234320/
Private E2E bash scripts/verify/verify-end-to-end-routing.sh --profile=private Failed: 0; 4 domains; evidence: docs/04-configuration/verification-evidence/e2e-verification-20260329_234604/
Submodule hygiene bash scripts/verify/submodules-clean.sh Exit 1dirty trees in multiple submodule paths (script checks every .gitmodules entry; 2026-04-01 included at least cross-chain-pmm-lps/, dbis_core/, explorer-monorepo/, gru-docs/, miracles_in_motion/, smom-dbis-138/). Clean or commit per submodule before CI gates.

Documentation updates (same pass)


Pruning

No bulk deletion of docs/archive/ in this pass. Follow DOCUMENTATION_CONSOLIDATION_PLAN.md and ARCHIVE_CANDIDATES.md in a dedicated review. Prefer linking canonical docs from MASTER_INDEX.md only.


Follow-up session (2026-03-29)

Re-run from operator workspace after doc sweep:

Check Result
validate-config-files.sh Passed
check-contracts-on-chain-138.sh http://192.168.11.211:8545 61 present, 0 missing (script list before ISO20022Router row)
submodules-clean.sh Exit 1 — multiple dirty submodules (see table above; re-run script for current list)
Public E2E --profile=public Failed: 0; evidence: docs/04-configuration/verification-evidence/e2e-verification-20260329_235044/
Private E2E --profile=private Failed: 0; evidence: docs/04-configuration/verification-evidence/e2e-verification-20260329_235128/

  • ./scripts/run-all-operator-tasks-from-lan.sh (with appropriate flags).
  • Resolve submodule dirty state for reproducible CI.
  • Install optional validation tools if you want full run-all-validation.sh parity (sqlite3, websocat, shellcheck, etc.).