ICO Launchpad 6.0.4

4 January 2026

This release has upgrade notes. Read them before updating — they describe behaviour changes that need your attention.

WALLET SERVICENOTIFICATION SERVICEARCHITECTURE

ICO/STO/IDO v6.0.4

Release Date: January 4, 2026 Tags: WALLET SERVICE, NOTIFICATION SERVICE, ARCHITECTURE

Overview

Version 6.0.4 integrates the new Centralized Wallet Service and Multi-Channel Notification Service from Core v6.0.4, providing improved reliability for all ICO, STO, and IDO operations.


Upgrade Notes

Requires Core v6.0.4 or higher.

Update Core to v6.0.4 first, then update ICO/STO/IDO extension.


Changed

Centralized Wallet Service Integration

All ICO wallet operations now use the centralized wallet service:

  • Atomic Transactions: Contribution and refund operations wrapped in database transactions
  • Idempotency Protection: Unique keys prevent duplicate contributions or refunds
  • Row-Level Locking: Concurrent wallet updates properly synchronized
  • Safe Arithmetic: Precision-safe calculations for token allocations

Notification Service Migration

ICO notifications now use the new multi-channel notification service:

  • Multi-Channel Support: Notifications sent via IN_APP, EMAIL, SMS, and PUSH channels
  • ICO Notifications: Contribution confirmations, vesting updates, and refund alerts
  • Idempotency: Prevents duplicate notifications from retried operations
  • User Preferences: Respects per-user notification channel preferences

ICO Operations

  • Changed token contribution processing to use atomic operations
  • Changed vesting schedule releases to use precision-safe arithmetic
  • Changed refund processing to run through the centralized wallet service
  • Changed all ICO notification types over to the new notification service