← Back to home
Changelog
What’s new
Every notable release, newest first — new chains and assets, reliability work, and product updates.
- v1.4Product
Public website & live analytics
- New public site with a live event feed and 30-day metrics on the homepage.
- Analytics preview: filterable table of bans, unbans and burns across USDT and USDC.
- Latest Telegram posts embedded on the site, straight from the channel.
- v1.3Reliability
Reliability & alerting hardening
- Automatic retries with exponential backoff for failed events, and escalation when a failure persists.
- Health-check worker watching reconciliation lag and stuck events, with deduplicated alerts.
- Full integration-test coverage against a real Postgres in CI.
- v1.2New asset
USDC on Ethereum
- Added monitoring of USDC (ERC20) blacklist and un-blacklist events.
- Verified the mechanism on-chain — Circle uses a single blacklister, so events publish the moment they land.
- USDC events flow into the same public feed and analytics as USDT.
- v1.1New network
USDT on Ethereum
- Extended coverage to USDT (ERC20) on Ethereum alongside Tron.
- Per-network explorer links and asset labels on every published event.
- Independent reconciliation per chain as a safety net against missed events.
- v1.0Launch
Public launch
- Real-time monitoring of USDT bans, unbans and burns on Tron, published to the public Telegram channel.
- Delay-window metric: time between a ban being initiated and executed.
- Every detected event stored in a normalized database for analytics.
- v0.9Beta
Private beta
- First end-to-end pipeline: on-chain detection → matching → Telegram alert.
- Two-phase multisig parsing to reconstruct each issuer action.
- Balance lookups to attach an amount to each ban.