Changelog

Follow @goldskyio on Twitter to stay updated on everything we ship.

SQS sink for Turbo pipelines

You can now stream blockchain data directly to Amazon SQS with both Goldsky Mirror and Turbo. This is useful when you need to trigger Lambda functions, integrate with existing AWS workflows, or build event-driven architectures without managing additional infrastructure.

Configure it the same way as other sinks by pointing your pipeline to an SQS queue URL. Authentication uses standard AWS credentials.

Solana fast scan and source filtering

We've simplified how you filter Solana data. The fast_scan option is now just filter, and you can configure accounts and programs directly in your YAML without parsing SQL-like syntax.

Before:

fast_scan: "account IN ('abc', 'def') AND program = 'xyz'"

After:

filter:
  accounts: ['abc', 'def']
  programs: ['xyz']

Faster chain head updates for Subgraphs

We've rolled out Redis-based chain head updates across all production indexers. This reduces database load and improves how quickly your subgraphs detect new blocks, especially during high-traffic periods. This change is live for all shared and dedicated indexers. No action needed on your end.

  • Improved Solana data pipeline stability with scaled resources

© Endless Sky Inc. All rights reserved.

Loading system status...