2025-05-01 | Release Notes
TON data now available on Flipside, dedicated Ethereum L2 schema, enhanced Solana staking data, and improved Aptos token tracking.
This release launches support for TON blockchain data with 15 new tables, introduces Ethereum L2 schema, enhances Solana staking data, and improves Aptos token tracking. Our EVM standardization efforts continues. Please note the important upcoming deprecation of legacy data shares scheduled for May 15th.
Highlights
15 New TON Tables: covering core blockchain data, DeFi activity, and NFT ecosystem
Ethereum L2 Schema: New dedicated schema with tables for state validation and data availability
Solana Staking Data: Enhanced coverage for moveLamports and moveStake events
Aptos Token Metadata: Improved token data and transfers tracking
EVM Standardization continues:
Core
schema views upgrading to tables. Expect brief interruptions during deprecation workflow migrationsLegacy Data Shares: Deprecation scheduled for May 15th, 2025
⚠️ Special Notices
Deprecating legacy Data Shares
We updated our data shares about 1 year ago to improve access and performance. We'll officially deprecate the legacy data shares on May 15th, 2025.
How to identify legacy shares: Legacy shares have the prefix FLIPSIDE_
(e.g., FLIPSIDE_SOLANA
). If your data share only contains the name of the blockchain without the prefix (e.g., SOLANA
), you're already on the latest shares and no action is required.
Action Required: If you're still using the legacy shares, please update your queries to use the latest shares. We're happy to help if you need guidance or have questions.
Important EVM Standardization Notices
Views → Tables Upgrade: All views in the
core
schema are being upgraded to tables, with a few exceptions on Ethereum (primarily balances-related views), for better performance.
Blockchain Updates
TON
New Tables: TON blockchain is now fully supported with comprehensive data models covering core blockchain activity, DeFi transactions, and NFT ecosystem data.
ton.core.fact_account_states
ton.core.fact_balances
ton.core.fact_blocks
ton.core.fact_jetton_events
ton.core.fact_jetton_metadata
ton.core.fact_messages
ton.core.fact_transactions
ton.defi.fact_dex_pools
ton.defi.fact_dex_trades
ton.nft.fact_nft_events
ton.nft.fact_nft_items
ton.nft.fact_nft_metadata
ton.nft.fact_nft_sales
ton.nft.fact_nft_transfers
ton.core.dim_labels
Ethereum
New Tables:
ethereum.l2.ez_state_validation
- Captures state validation events, primarily for optimistic rollups, detailing how L2 chains post and finalize their state on Ethereum L1ethereum.l2.ez_data_availability
- Tracks data availability commitments, including blobs and calldata submissions
Solana
Updated Tables:
solana.ez_staking_lp_actions
- now includes data for moveLamports and moveStake events, with two new columns:move_destination
andmove_amount
Aptos
Updated Tables:
aptos.core.dim_tokens
- Enhanced token metadata for fungible tokensaptos.core.fact_transfers
- Improved token transfer tracking
Useful Resources
Last updated
Was this helpful?