Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 3.38 KB

02-06-release-notes.md

File metadata and controls

71 lines (48 loc) · 3.38 KB
description
Major EVM standardization, new Ronin blockchain data available in studio, and enhanced Solana data coverage.

2025-02-06 | Release Notes

Highlights

This release brings transformative updates across our data ecosystem. We're rolling out a major standardization initiative for our EVM databases, launching core Ronin blockchain tables, and enhancing our Solana data coverage.

{% hint style="info" %} Starting February 10th, we're introducing significant improvements to standardize data access across all EVM chains. This update brings new columns for better transaction tracking, enhanced trace data visibility, and simplified topic parsing. Key improvements include new boolean status flags, detailed error tracking, and flattened topic columns replacing complex array structures. As part of this standardization, some legacy columns will be deprecated beginning March 2025. Learn more here. {% endhint %}

New Blockchain data available - Ronin!

We're excited to announce new Ronin data with core, NFT. and price tracking tables. Built by the team behind Axie Infinity, Ronin is the benchmark for mass adoption in gaming. Now you can query Ronin tables on Flipside and discover your sharpest insights about Onchain Gaming.

Lastly you'll see new a new AI 🤖 feature on dashboards and studio. More AI stuff coming soon :eyes:!

Check out these updates and the rest of the release notes below.

Solana

Updated Tables

Two key Solana tables have been enhanced to provide deeper insights into transaction ordering and NFT marketplace dynamics:

  • solana.core.fact_transactions
    • Added TX_INDEX column to precisely track transaction ordering within blocks, enabling more accurate sequence analysis
  • solana.nft.fact_nft_sales
    • Added CURRENCY_ADDRESS column to capture multi-token payment support across NFT marketplaces
    • Enhanced coverage of NFT sales data, particularly for Magic Eden and Tensor marketplaces
    • This update reflects the evolving NFT marketplace landscape where platforms increasingly support payments in tokens beyond SOL

Ronin

New Tables

We're thrilled to announce the release of Ronin chain in studio, introducing a comprehensive set of core, NFT and pricing tables that unlock new analytical possibilities:

Core Infrastructure:

  • ronin.core.fact_event_logs
  • ronin.core.fact_traces
  • ronin.core.fact_transactions
  • ronin.core.fact_blocks
  • ronin.core.dim_contract_abis
  • ronin.core.dim_contracts
  • ronin.core.ez_decoded_event_logs
  • ronin.core.ez_token_transfers
  • ronin.core.ez_native_transfers

NFT Activity:

  • ronin.nft.ez_nft_transfers

Price Tracking:

  • ronin.price.ez_prices_hourly
  • ronin.price.ez_asset_metadata
  • ronin.price.dim_asset_metadata
  • ronin.price.fact_prices_ohlc_hourly

Useful Resources