Changelog

Track every update to the LyteWire platform. New features, improvements, and fixes shipped regularly.

v2.0.0

majorJanuary 2025

Multi-Chain & CBDC Release

Highlights
  • Multi-chain support: Ethereum, Solana, Polygon, BSC, Arbitrum, Optimism, Base, Avalanche, Tron, TON
  • Cross-chain bridge with optimized routing and fee estimation
  • 4 CBDC corridors: Digital AED, Digital SAR, mBridge, Digital Euro
  • Travel Rule compliance engine for cross-border transfers
  • v2 API: /chains, /transfers, /bridge, /cbdc, /compliance endpoints
  • Jurisdiction-aware compliance checking for 30+ countries
Added
  • GET /api/v2/chains — list supported blockchains with gas fees
  • POST /api/v2/transfers — unified multi-chain transfer endpoint
  • POST /api/v2/bridge/quote — cross-chain bridge fee quotes
  • POST /api/v2/cbdc/swap/execute — CBDC/stablecoin swap execution
  • GET /api/v2/compliance/jurisdictions — supported jurisdictions list
  • POST /api/v2/travel-rule/create — Travel Rule record creation
Improved
  • Transaction settling now under 3 seconds on all supported chains
  • Gas estimation accuracy improved by 40% vs v1
  • SDK v2 for JavaScript, Python, and PHP with multi-chain support
Fixed
  • Webhook delivery retry logic now uses exponential backoff
  • Rate limiter key isolation between tenants

v1.5.0

majorNovember 2024

Enterprise & Feature Whitelist

Highlights
  • Enterprise white-label API with full tenant management
  • Feature whitelist system with tier-based access control
  • Business integration API for third-party bulk operations
  • Sandbox environment for safe testing
Added
  • Enterprise API: /api/v1/enterprise/{tenant_id} — 73 endpoints across 8 sub-routers
  • Business API: /api/v1/business — bulk transactions, webhooks, analytics, export
  • Feature tier management: Basic, Professional, Enterprise tiers
  • Sandbox testing: test payments, simulated webhooks
  • Security audit log for enterprise tenants
  • Multi-tenant administration endpoints
Improved
  • API key management with scoped permissions
  • Webhook delivery with HMAC signature verification
  • Documentation portal with interactive SDK downloads
Fixed
  • API key rotation no longer invalidates in-flight requests
  • Enterprise analytics timezone handling

v1.3.0

minorSeptember 2024

Social Payments & Flow Component

Highlights
  • Social identity payments: pay by phone, email, Twitter/X, Telegram
  • LyteWire Flow drop-in React component for merchant checkout
  • Family payment pools with shared balances
Added
  • POST /api/social-payments/pay — send via social identifier
  • Social identity linking: phone, email, Twitter/X, Telegram, Instagram
  • LyteWire Flow embedded checkout (Button + Inline modes)
  • Family pool: create shared wallets with spending controls
  • Invoice generation and payment link sharing
  • Debit card issuance (digital + physical)
Improved
  • Payment resolution speed for social identifiers
  • Webhook payload now includes full transaction details
Fixed
  • OTP rate limiting enforced per phone number
  • Family pool balance calculation edge case

v1.1.0

minorJuly 2024

Merchant Gateway & Analytics

Highlights
  • Merchant gateway onboarding with tiered fee structure
  • Advanced analytics dashboard with real-time metrics
  • Settlement engine with batch processing
Added
  • Merchant gateway: onboarding, verification, fee tiers
  • Advanced analytics: real-time dashboard, KPIs, trends, predictions
  • Settlement engine: individual and batch settlements
  • Transaction verification with on-chain proof
  • Off-ramp: bank withdrawals with fee estimation
Improved
  • Dashboard load time reduced to under 500ms
  • Transaction history pagination and filtering
Fixed
  • Deposit confirmation webhook timing
  • QR code generation for multi-network wallets

v1.0.0

majorMay 2024

Initial Platform Launch

Highlights
  • Core payment platform with wallet management
  • JWT authentication with MFA support
  • AE Coin stablecoin integration
Added
  • User registration, login, and profile management
  • Wallet creation, balance queries, and PIN security
  • Transaction sending with messaging and payment requests
  • KYC compliance levels 0-3
  • AE Coin: transfer, approve, compliance checks
  • Notification system with preferences
  • Contact form and admin management