2025-01-23 | Release Notes

Major updates across NEAR, INK, and Solana ecosystems, plus significant EVM fact_traces enhancements coming next week with new transaction data columns.

Highlights

This release brings new tables and schemas across the NEAR, INK, and Solana ecosystems, while also streamlining our data architecture through strategic deprecations. We're introducing comprehensive native balance tracking for NEAR addresses, expanding INK's data coverage with new schema implementations, and enhancing Solana's DeFi capabilities with detailed Marinade protocol tracking. Plus major fact_traces table updates across all EVM blockchains.

Starting next week, we will be enhancing the fact_traces table across all EVM blockchains with additional columns to provide more detailed transaction data.

Key Changes:

New Columns (where not already present):

  • origin_from_address: Transaction's original sender

  • origin_to_address: Transaction's original recipient

  • origin_function_signature: Function signature at transaction level

  • revert_reason: If applicable, reason for transaction revert

  • trace_address: Simplified version of the identifier field

  • tx_succeeded: Boolean equivalent of tx_status

  • trace_succeeded: Boolean equivalent of trace_status

  • tx_position: Transaction's position within its block

  • value_hex: Raw hexadecimal value of the trace

Important Notes:

  • Column ordering within the table may change

  • If you use SELECT * queries, your applications may be affected

  • Specific column selection in queries (SELECT column1, column2...) will not be impacted

Bug Fix: We're also resolving an issue where a small number of failed traces were incorrectly marked as successful when their parent trace failed.

Timeline: These changes will begin rolling out next week. We recommend reviewing any SELECT * queries before the upgrade.

For detailed documentation or questions about these changes, please reach out.

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

NEAR

New Table - Native Balance Tracking

A new table enables comprehensive tracking of native token balances across NEAR addresses:

  • near.core.ez_native_daily_balances

Deprecated Schemas - Atlas and Horizon Consolidation

The NEAR Atlas schema will be deprecated in early February 2025. To maintain continuity of service, the EZ_SUPPLY table will be migrated to the core schema. This strategic consolidation reflects the evolution of the NEAR ecosystem, as the Atlas webpage is no longer in operation.

The NEAR Horizon schema will be deprecated by February 1st, 2025, as part of our ongoing efforts to streamline data accessibility.

INK

New Tables - Core Infrastructure and Pricing

A comprehensive suite of new schemas and tables has been introduced to enhance data coverage across contracts, transfers, event logs, and pricing:

Core Tables:

  • ink.core.dim_contract_abis

  • ink.core.dim_contracts

  • ink.core.ez_decoded_event_logs

  • ink.core.ez_token_transfers

  • ink.core.ez_native_transfers

NFT Tables:

  • ink.nft.ez_nft_transfers

Pricing Tables:

  • ink.price.ez_prices_hourly

  • ink.price.ez_asset_metadata

  • ink.price.dim_asset_metadata

  • ink.price.fact_prices_ohlc_hourly

Solana

New Tables - Marinade Protocol Integration

A new schema dedicated to the Marinade protocol introduces tables for comprehensive tracking of pools, staking actions, and token activities:

  • marinade.dim_pools

  • marinade.ez_liquid_staking_actions

  • marinade.ez_liquidity_pool_actions

  • marinade.ez_native_staking_actions

  • marinade.ez_swaps

These tables provide detailed insights into Marinade protocol activities, including pools, swaps, staking, and actions related to MNDE/MSOL tokens.

Useful Resources

Last updated