Changelog

All notable changes to Wallet Protect will be documented here.

[1.0.0] - 2024-01-15

πŸŽ‰ Initial Release

Features:

  • βœ… Automated X follower detection

  • βœ… pump.fun token launching

  • βœ… PostgreSQL persistence

  • βœ… REST API for monitoring

  • βœ… Docker support

  • βœ… Backfill script for existing followers

  • βœ… Retry mechanism for failed launches

Technical:

  • TypeScript with strict mode

  • Fastify HTTP server

  • Prisma ORM

  • Pino structured logging

  • Zod configuration validation


Versioning

We use Semantic Versioningarrow-up-right:

  • MAJOR: Breaking changes

  • MINOR: New features (backwards compatible)

  • PATCH: Bug fixes