Skip to content

Releases: AsyncAssassin/asset-sync-service

asset-sync-service portfolio polish

21 Jun 16:07

Choose a tag to compare

Patch release for portfolio and release-readiness polish.

  • README portfolio polish
  • Added screenshots/assets
  • Added GitHub Actions CI workflow
  • Aligned README roadmap with CI vs CD/deployment status
  • No runtime/backend behavior changes after v0.1.0

asset-sync-service MVP

21 Jun 15:10

Choose a tag to compare

asset-sync-service MVP

Initial MVP release for synchronizing public account, watched-address, and observed transaction lifecycle state.

Includes:

  • Account and watched-address APIs
  • Observed event ingestion
  • Idempotent transaction state transitions
  • Confirmation and reorg handling
  • Transactional outbox with local publisher
  • Fake provider sync by address/account
  • Sync run lookup
  • PostgreSQL/Liquibase/jOOQ persistence
  • Scheduled outbox poller with retry/backoff
  • Actuator health, readiness, metrics, and OpenAPI docs
  • Docker Compose packaging and local run documentation

Deferred:

  • Real chain providers
  • Transaction read/list endpoints
  • External broker publishing
  • Balance projection
  • Auth and multitenancy
  • Custody/signing/private key handling