Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.12 KB

File metadata and controls

51 lines (38 loc) · 1.12 KB

[1.0.0] - 2026-06-14

Added

  • Stable v1.0.0 release
  • Full DAMM v2 + Alpha Vault FCFS pipeline

Changed

  • Final polish and version bump

[0.9.9] - 2026-06-14

Changed

  • Expanded README with full step-by-step guide
  • Documented all .env variables

[0.9.7] - 2026-06-09

Fixed

  • Off-by-one in deposit window calculation
  • Token distribution rounding for odd wallet counts
  • UI price chart not refreshing after fill

[0.9.5] - 2026-06-09

Changed

  • Refactored vault interaction module for readability
  • Unified transaction confirmation helper

[0.9.3] - 2026-06-04

Added

  • Structured logging with timestamps for all commands
  • Better RPC timeout error messages

[0.9.0] - 2026-06-04

Changed

  • Updated all dependencies to latest compatible versions
  • Improved WebSocket reconnection stability

Fixed

  • Memo program integration race condition

Changelog

[0.8.0] - 2026-05-30

Added

  • Initial CHANGELOG
  • Full DAMM v2 and Alpha Vault pipeline
  • Next.js 14 dashboard with real-time monitoring

Fixed

  • TypeScript strict mode errors in vault commands
  • Priority fee calculation edge cases