Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m12s
CI/CD Pipeline / Security Scanning (push) Successful in 2m21s
CI/CD Pipeline / Lint and Format (push) Failing after 36s
CI/CD Pipeline / Terraform Validation (push) Failing after 22s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 25s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 23s
Validation / validate-genesis (push) Successful in 26s
Validation / validate-terraform (push) Failing after 21s
Validation / validate-kubernetes (push) Failing after 9s
Validation / validate-smart-contracts (push) Failing after 8s
Validation / validate-security (push) Failing after 1m15s
Validation / validate-documentation (push) Failing after 15s
OMNL reconcile anchor / Run omnl:reconcile and upload artifacts (push) Failing after 26s
Verify Deployment / Verify Deployment (push) Failing after 56s
Add operator settlement terminal UI/API, swift-listener service, compliance idempotency gates, GRU reserve dashboards, and @dbis/integration-foundation for typed HYBX/ISO adapter contracts. Co-authored-by: Cursor <cursoragent@cursor.com>
70 lines
2.3 KiB
HTML
70 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="reserve-api-base" content="/api/v1" />
|
|
<title>GRU Reserve Capacity — Live Proof</title>
|
|
<link rel="stylesheet" href="/reserve/static/reserve-dashboard.css" />
|
|
</head>
|
|
<body>
|
|
<div class="wrap">
|
|
<header>
|
|
<div>
|
|
<h1>GRU Reserve Capacity</h1>
|
|
<p class="sub">Semi-public live attestation · ≥3 independent proof points · Chain 138</p>
|
|
</div>
|
|
<div class="toolbar">
|
|
<button type="button" class="primary" id="btn-refresh">Refresh</button>
|
|
<button type="button" id="btn-toggle-raw">Raw JSON</button>
|
|
<a class="btn" href="/api/v1/reserve/proof-index">Proof index API</a>
|
|
<a class="btn" href="/omnl/compliance">Compliance console</a>
|
|
</div>
|
|
</header>
|
|
|
|
<div id="load-status" class="status-bar loading">Initializing…</div>
|
|
<p id="refreshed-at" class="sub"></p>
|
|
|
|
<section class="section">
|
|
<h2>Proof quorum</h2>
|
|
<div id="quorum-summary" class="grid card"></div>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<h2>Capacity</h2>
|
|
<div id="metrics-grid" class="grid card"></div>
|
|
</section>
|
|
|
|
<section class="section card">
|
|
<h2>Proof points (P3 · P4 · P6 minimum set)</h2>
|
|
<div id="proof-points"></div>
|
|
</section>
|
|
|
|
<div class="grid">
|
|
<section class="section card">
|
|
<h2>On-chain gate</h2>
|
|
<div id="gate-kv" class="grid"></div>
|
|
</section>
|
|
<section class="section card">
|
|
<h2>Triple-state reconcile</h2>
|
|
<div id="triple-kv" class="grid"></div>
|
|
</section>
|
|
</div>
|
|
|
|
<section id="raw-section" class="section hidden">
|
|
<h2>Full snapshot</h2>
|
|
<pre id="raw-json" class="raw">{}</pre>
|
|
</section>
|
|
|
|
<footer>
|
|
<p>
|
|
API: <a href="/api/v1/reserve/capacity">/api/v1/reserve/capacity</a> ·
|
|
Matrix: <a href="https://gitea.d-bis.org/d-bis/proxmox/src/branch/main/docs/04-configuration/compliance-matrices/GRU_MULTI_POINT_PROOF_AND_99999_SLA.md">GRU multi-point proof</a> ·
|
|
Reproduce: <code>pnpm compliance:gru:monetary-metrics</code>, <code>pnpm gru:validate-multi-point-proof</code>
|
|
</p>
|
|
</footer>
|
|
</div>
|
|
<script src="/reserve/static/reserve-dashboard.js"></script>
|
|
</body>
|
|
</html>
|