defiQUG
|
bdae5a9f6e
|
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
|
a53c15507f
|
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 |
|