defiQUG
39d2f2482b
Guard block detail fetch state
2026-04-16 15:46:48 -07:00
defiQUG
06070e479e
Guard block transaction fetch state
2026-04-16 15:06:26 -07:00
defiQUG
c01e7c2c4a
Polish block transaction drilldown cleanup
2026-04-16 14:57:12 -07:00
defiQUG
945864af7a
Refactor block transaction drilldown state
2026-04-16 14:48:30 -07:00
defiQUG
2e59b9d19c
Tighten block transaction drilldown paging
2026-04-16 14:27:44 -07:00
defiQUG
b6e74eb5bd
Add deterministic block transaction drilldown
2026-04-16 14:21:34 -07:00
defiQUG
e1c3b40cb0
Refine homepage freshness layout
2026-04-16 11:12:17 -07:00
defiQUG
251e37bd05
Improve explorer subsystem posture and wallet visibility
2026-04-13 21:35:36 -07:00
defiQUG
b5a2e0c0a4
feat(freshness): enhance diagnostics and update snapshot structure
...
- Introduced a new Diagnostics struct to capture transaction visibility state and activity state.
- Updated BuildSnapshot function to return diagnostics alongside snapshot, completeness, and sampling.
- Enhanced test cases to validate the new diagnostics data.
- Updated frontend components to utilize the new diagnostics information for improved user feedback on freshness context.
This change improves the observability of transaction activity and enhances the user experience by providing clearer insights into the freshness of data.
2026-04-12 18:22:08 -07:00
defiQUG
50c5435c0c
feat(bridge-monitoring): show inventory shortfall for queued releases
...
Surface mission-control bridge_inventory scope, wei shortfall fields, and
relay card formatting for WETH display.
Made-with: Cursor
2026-04-12 06:44:20 -07:00
defiQUG
3fdb812a29
Freshness diagnostics API, UI trust notes, mission control/stats updates, and deploy scripts.
...
Made-with: Cursor
2026-04-12 06:33:54 -07:00
defiQUG
0972178cc5
refactor: rename SolaceScanScout to Solace and update related configurations
...
- Updated branding from "SolaceScanScout" to "Solace" across various files including deployment scripts, API responses, and documentation.
- Changed default base URL for Playwright tests and updated security headers to reflect the new branding.
- Enhanced README and API documentation to include new authentication endpoints and product access details.
This refactor aligns the project branding and improves clarity in the API documentation.
2026-04-10 12:52:17 -07:00
defiQUG
6eef6b07f6
feat: explorer API, wallet, CCIP scripts, and config refresh
...
- Backend REST/gateway/track routes, analytics, Blockscout proxy paths.
- Frontend wallet and liquidity surfaces; MetaMask token list alignment.
- Deployment docs, verification scripts, address inventory updates.
Check: go build ./... under backend/ (pass).
Made-with: Cursor
2026-04-07 23:22:12 -07:00
defiQUG
d931be8e19
fix(wallet): MetaMask Open Snap allowlist messaging + resolveExplorerApiBase
...
- Clarify stable MetaMask install allowlist vs open Snap permissions on /wallet
- Surface Flask / allowlist-application hint when install errors mention allowlist
- Add shared resolveExplorerApiBase helper for catalog URLs
Made-with: Cursor
2026-04-05 01:23:25 -07:00
defiQUG
141c8a278e
Publish Chain 138 RPC capability metadata
2026-03-28 15:56:42 -07:00
defiQUG
a7624db5f7
Prune explorer dead ends and harden route smoke
2026-03-28 15:15:23 -07:00
defiQUG
1c05931be4
Add dedicated explorer routes page
2026-03-28 15:04:42 -07:00
defiQUG
2698fd89a0
Promote explorer content links to real anchors
2026-03-28 14:09:23 -07:00
defiQUG
e54e2f668b
Fix explorer SPA detail navigation fallback
2026-03-28 13:59:00 -07:00
defiQUG
c0eb601a62
Fix explorer address list regression and live link checks
2026-03-28 13:44:47 -07:00
defiQUG
7cf9f450e4
Harden explorer MetaMask data and navigation coverage
2026-03-28 13:40:32 -07:00
defiQUG
6096804ee6
Polish explorer frontend validation and utility pages
2026-03-28 13:26:42 -07:00
defiQUG
26892ccbb9
Fix explorer routing, links, and frontend API loading
2026-03-28 00:21:18 -07:00
defiQUG
dc881c608f
fix(frontend): explorer SPA bundle updates
...
Made-with: Cursor
2026-03-27 18:52:03 -07:00
defiQUG
589fd48a36
Add global footer to frontend layout
2026-03-27 15:27:09 -07:00
defiQUG
3265e94da8
Harden explorer AI runtime and API ownership
2026-03-27 14:12:14 -07:00
defiQUG
c9e792d55f
Add explorer AI chat and context endpoints
2026-03-27 13:37:53 -07:00
defiQUG
01e0633124
Upgrade explorer more menu into grouped tools hub
2026-03-27 12:11:18 -07:00
defiQUG
5195dfcf87
Add explorer liquidity access and live route proxies
2026-03-27 12:02:36 -07:00
defiQUG
d99c923f93
feat(frontend): explorer SPA and index updates; env verification report
...
- Expand explorer-spa.js and index.html for Chain 138 explorer UX
- Refresh ENV_VERIFICATION_REPORT.md
Made-with: Cursor
2026-03-24 18:11:08 -07:00
defiQUG
974687c723
chore: sync submodule state (parent ref update)
...
Made-with: Cursor
2026-03-02 12:14:13 -08:00
defiQUG
1dba132ae7
Explorer: add-to-wallet icon, WETH symbol/decimals fixes
...
- Add wallet icon (add to MetaMask) on WETH page, Tokens list, token detail
- addTokenToWallet() via EIP-747 wallet_watchAsset; toasts for success/error
- Known-token overrides: WETH9/WETH10 display name and symbol WETH; decimals 18
- Token list: show Wrapped Ether (WETH) for WETH9/WETH10 when API missing
- Token detail: force 18 decimals and name/symbol for WETH9/WETH10
- CSS for .btn-add-token-wallet
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-22 15:35:45 -08:00
defiQUG
a36ab9d47c
fix: API JSON error responses + navbar with dropdowns
...
- Add backend/libs/go-http-errors for consistent JSON errors
- REST API: use writeMethodNotAllowed, writeNotFound, writeInternalError
- middleware, gateway, search: use httperrors.WriteJSON
- SPA: navbar with Explore/Tools/More dropdowns, initNavDropdowns()
- Next.js: Navbar component with dropdowns + mobile menu
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-16 03:09:53 -08:00
defiQUG
2d43dcd2d4
Docs: update all documentation and add overview
...
- README: add Frontend section, deploy script, docs links, status
- docs/README.md: new documentation overview (entry points, frontend, deployment)
- docs/EXPLORER_API_ACCESS.md: reference deploy-frontend-to-vmid5000.sh for frontend-only deploy
- docs/INDEX.md: add Frontend & Explorer section, fix Quick Start, Last Updated
- README_DEPLOYMENT: add docs/README, EXPLORER_API_ACCESS, deploy script, deployment guide
- frontend/FRONTEND_REVIEW.md: add post-review update (C1–L4 implemented)
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-10 19:02:19 -08:00
defiQUG
f774f8f644
Frontend: complete task list (C1–L4), security, a11y, L1 block card helper
...
- React: response.ok checks (address, transaction, search); block number validation; stable Table keys; API modules (addresses, transactions, blocks normalizer)
- SPA: escapeHtml/safe URLs/onclick; getRpcUrl in rpcCall; cancel blocks rAF on view change; named constants; hash route decode
- SPA: createBlockCardHtml + normalizeBlockDisplay (L1); DEBUG console gating; aria-live for errors; token/block/tx detail escaping
- Docs: FRONTEND_REVIEW.md, FRONTEND_TASKS_AND_REVIEW.md; favicons; .gitignore *.tsbuildinfo
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-10 18:43:37 -08:00
defiQUG
88bc76da91
Add full monorepo: virtual-banker, backend, frontend, docs, scripts, deployment
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-10 11:32:49 -08:00
defiQUG
aafcd913c2
Initial commit: Chain 138 Explorer monorepo structure
2025-12-23 16:19:10 -08:00