Changelog
Follow @goldskyio on Twitter to stay updated on everything we ship.
Turbo Pipeline metrics
You can now see real-time metrics for your Turbo pipelines directly in the dashboard.
We've added records received and records written graphs to the Turbo pipeline details page – the same visibility you've had for Mirror pipelines. Monitor throughput, spot bottlenecks, and understand exactly how your pipeline is performing without digging through logs.
Smarter secret management
We've added guardrails to prevent accidental breakage when managing secrets.
You can no longer delete a secret that's actively used by a Turbo pipeline sink. We've also added validation to catch when a secret name collides with your app name (a subtle issue that previously caused deployment failures). Both checks happen before you can make the mistake.
Re-org handling for private key wallets
Compose apps using private key wallets now automatically handle chain reorganizations.
When a transaction gets dropped due to a re-org, we detect it and replay the transaction for you. This was already working for built-in wallets, and now private key wallets get the same resilience. One less edge case to worry about in your app logic.
Faster transaction lookups
We've significantly improved transaction hash lookup performance in Mirror.
The previous bloom filter approach was taking ~1 second per lookup on cold storage. We've restructured the index to be much faster, which you'll notice when querying historical transaction data.
- Added chain support: RISE Mainnet, Eden Mainnet, Fogo Mainnet
- Fixed YAML editor showing both error and success on validation failure
- Fixed mobile formatting for Turbo promo modal
- Fixed Compose CLI install issue with
goldsky compose start - Reduced S3 sink log verbosity
- Improved Edge routing for Monad mainnet