Files
proxmox/docs/03-deployment/EXPLORER_PUBLIC_REVIEW_CLOSURE_MATRIX_2026-04-09.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

9.1 KiB

Explorer Public Review Closure Matrix

Last updated: 2026-04-09

Scope: public unauthenticated explorer surface on https://blockscout.defi-oracle.io

Method:

  • local code review in explorer-monorepo/frontend
  • live verification against public HTML and JSON responses
  • status buckets:
    • Resolved
    • Partial
    • Open

Matrix

# Review item Status What changed Live evidence
1 Core explorer data missing on homepage / primary pages Resolved Added server-first data to /, /blocks, /transactions, /addresses, /wallet, /tokens, /search and seeded analytics/routes/system/operator/weth. /, /blocks, /transactions, /addresses, /wallet, /search?q=cUSDT, /analytics, /routes, /system, /operator, /weth now ship real public HTML content and __NEXT_DATA__ payloads.
2 Major routes are empty shells Resolved Added substantive public first-paint content to /bridge, /operations, /analytics, /routes, /system, /operator, /weth. Route HTML now includes section titles and seeded data instead of chrome-only output.
3 Command center / visual map instability Resolved Added runtime Mermaid fallback plus an explicit no-diagram fallback path into the main operational surfaces. /chain138-command-center.html now explains the fallback behavior and links directly to /operations, /bridge, /routes, /system, and /operator if diagram rendering is unavailable.
4 Product over-promises relative to public functionality Resolved Restored public data planes on the flagship explorer routes and aligned public docs/marketing copy around the now-working surfaces. Homepage, blocks, transactions, addresses, wallet, tokens, search, bridge, routes, analytics, operations, system, operator, and weth routes all render substantive public HTML.
5 Token discovery story incomplete Resolved /tokens now prerenders curated token content; /wallet now receives real token-list metadata; /search direct token flows render on first paint. /tokens, /wallet, and /search?q=cUSDT expose token data in public HTML.
6 Wallet messaging contradicted runtime fallback state Resolved Wallet page now seeds networks, token list, and capabilities from public config endpoints instead of first-painting fallback/unknown/zero states. /wallet no longer shows frontend fallback values, unknown, or 0 token entries.
7 Token-list endpoint unhealthy or empty Resolved Confirmed endpoint health and connected it properly to wallet/tokens/search first-paint flows. GET /api/config/token-list returns structured JSON; wallet/tokens/search consume it publicly.
8 Product identity still fragmented Resolved Standardized the public-facing story around SolaceScan, Chain 138 Explorer by DBIS, and DBIS / Defi Oracle, then added an explicit operator-and-domains explanation in docs, footer, and legal pages. /docs, footer copy, /privacy.html, /terms.html, /acknowledgments.html, and /api/config/capabilities now explain how blockscout.defi-oracle.io and explorer.d-bis.org fit the same explorer surface.
9 Tone too snarky / unprofessional Resolved Removed the remaining visible sarcastic and self-conscious phrasing from the main public pages, docs, and supporting copy. Public home/docs/legal/footer copy is now neutral and operator-grade on the live site.
10 Docs too abstract / doctrinal Resolved Added concrete verification paths, live token examples, search examples, and explicit explorer-page pivots so the docs demonstrate features instead of describing them in isolation. /docs, /docs/gru, and /docs/transaction-review now contain live-example links such as Search cUSDT, direct GRU token pages, and transaction-review verification steps.
11 “Transaction Compliance Matrix” too risky Resolved Renamed the visible feature to Transaction Review Matrix, softened its grading language, and made /docs/transaction-review canonical while keeping the old slug as a redirect. /docs/transaction-compliance now redirects to /docs/transaction-review, which renders Transaction Review Matrix and stronger non-regulatory disclaimers.
12 IA improved, but leaf pages unfinished Resolved Public leaf pages that were still visibly hollow are now server-seeded and content-bearing. /analytics, /routes, /bridge, /operations, /system, /operator, /weth all render meaningful public page content.
13 Decorative shortcuts without productive data Resolved Restored the underlying data surfaces so shortcut/navigation patterns lead into working explorer pages. Blocks, transactions, addresses, search, tokens, analytics, and routes now first-paint with useful data.
14 Legal pages too thin Resolved Expanded privacy and terms with operator identity, wallet interactions, logging posture, third-party infrastructure categories, acceptable use, service boundaries, dispute interpretation, and change-management language. /privacy.html, /terms.html, and /acknowledgments.html now read as real policy pages rather than placeholders, while remaining appropriately scoped to a public explorer.
15 Acknowledgments may overstate integration maturity Resolved Added explicit qualification that inclusion does not imply every related public workflow is fully implemented on every page. /acknowledgments.html now contains that qualifier.

Files Changed In This Closure Pass

Frontend public-first data and route work:

  • explorer-monorepo/frontend/src/pages/blocks/index.tsx
  • explorer-monorepo/frontend/src/pages/transactions/index.tsx
  • explorer-monorepo/frontend/src/pages/addresses/index.tsx
  • explorer-monorepo/frontend/src/pages/wallet/index.tsx
  • explorer-monorepo/frontend/src/pages/tokens/index.tsx
  • explorer-monorepo/frontend/src/pages/search/index.tsx
  • explorer-monorepo/frontend/src/pages/analytics/index.tsx
  • explorer-monorepo/frontend/src/pages/routes/index.tsx
  • explorer-monorepo/frontend/src/pages/system/index.tsx
  • explorer-monorepo/frontend/src/pages/operator/index.tsx
  • explorer-monorepo/frontend/src/pages/weth/index.tsx
  • explorer-monorepo/frontend/src/utils/publicExplorer.ts

Component and copy cleanup:

  • explorer-monorepo/frontend/src/components/home/HomePage.tsx
  • explorer-monorepo/frontend/src/components/access/AccessManagementPage.tsx
  • explorer-monorepo/frontend/src/components/wallet/AddToMetaMask.tsx
  • explorer-monorepo/frontend/src/components/explorer/AnalyticsOperationsPage.tsx
  • explorer-monorepo/frontend/src/components/explorer/RoutesMonitoringPage.tsx
  • explorer-monorepo/frontend/src/components/explorer/SystemOperationsPage.tsx
  • explorer-monorepo/frontend/src/components/explorer/OperatorOperationsPage.tsx
  • explorer-monorepo/frontend/src/components/explorer/WethOperationsPage.tsx
  • explorer-monorepo/frontend/src/pages/docs/index.tsx
  • explorer-monorepo/frontend/src/pages/docs/gru.tsx
  • explorer-monorepo/frontend/src/pages/docs/transaction-compliance.tsx
  • explorer-monorepo/frontend/src/pages/transactions/[hash].tsx
  • explorer-monorepo/frontend/src/pages/addresses/[address].tsx
  • explorer-monorepo/frontend/src/pages/tokens/[address].tsx
  • explorer-monorepo/frontend/src/utils/transactionCompliance.ts

Static/legal/docs cleanup:

  • explorer-monorepo/frontend/public/privacy.html
  • explorer-monorepo/frontend/public/terms.html
  • explorer-monorepo/frontend/public/acknowledgments.html
  • explorer-monorepo/frontend/public/docs.html
  • explorer-monorepo/frontend/public/explorer-spa.js

Explorer config metadata:

  • explorer-monorepo/backend/api/rest/config/metamask/DUAL_CHAIN_NETWORKS.json
  • explorer-monorepo/backend/api/rest/config/metamask/CHAIN138_RPC_CAPABILITIES.json

Remaining Honest Gaps

No items from the 15-point public review remain open or partially closed in this matrix.

What remains after closure is normal product evolution rather than unresolved review debt:

  1. Companion properties can still be refined further. The domain/operator story is now explicit and coherent, but companion surfaces can always be streamlined more over time.

  2. Policies can always deepen. The legal pages now meet the needs of this public explorer review, while still leaving room for a broader enterprise policy program if the service scope grows.

  3. Docs can keep getting richer. The guides are now example-led and verifiable, but screenshots, video captures, or deeper walkthroughs would be optional enhancements rather than closure blockers.

Closure Summary

This pass closes the entire second-pass public review:

  • the explorer now behaves like an explorer on first paint
  • the previously hollow top-nav routes now render substantive public content
  • wallet/token/search public flows are operationally credible
  • the public legal/identity surface is cleaner and less contradictory
  • the riskiest “compliance” terminology has been softened into a review model
  • the docs now prove the product with live examples instead of describing it from a distance
  • the command-center companion page now has a safer fallback story The remaining work from here is iterative product improvement, not unresolved public-review debt.