Changelog

What's new

Product updates, in reverse chronological order.

Major2026-04-19

New crypto-native frontend

  • Full Next.js 16 rewrite with Geist + crypto-native design system
  • New search filters (stops / airlines / price) and sort (price / depart / arrive / duration)
  • Account center with sidebar: Bookings · Support · Profile · Travelers · Settings
  • Light/dark theme toggle with no-FOUC bootstrap
  • SEO: 23 city + 60+ route landing pages with full JSON-LD (Airport / TravelAction / FAQPage)
Backend2026-04-18

Glacix payment hardening

  • Background cron: expired payment cleanup (every 60s)
  • AMOUNT_MISMATCH handler creates support ticket + notifies user via email
  • Supplier retry queue with exponential backoff (1m / 5m / 30m / 2h / 6h)
  • Pool saturation monitoring + ops alerts
  • Rate limit on POST /payment/glacix (10/hr per JWT)
Launch2026-04-18

Glacix USDT-TRC20 payments live

  • End-to-end USDT-TRC20 payment flow integrated
  • 50-address pool with amount-tail collision avoidance
  • "I've paid" button with accelerated polling and 4-step status stepper
  • PAYMENT_TIMEOUT aligned to industry standard (30 min)