Beta Migration Guide
Summary of changes:
All chain data has been reprocessed and reported data quality issues have been fixed (i.e. missing or incorrect decoded data, added "0-padding" for decoded arguments in calls and events)
RAW and DECODED schemas are no longed necessary. All tables are available in a single database schema.
Raw and decoded tables have been merges into single tables for all entities.
Traces table has been renamed to Calls to keep consistency with the multi-chain data model.
Two separate status columns have been added to flag the status of the decoding processes:
decoded - Flags the success (true) or failure (false) of the decoding process. Exact definition depends on each record type.
processed - defines processing status of a record by the decoding ETL process.
Data set includes reverted transactions. These can be easily identified via the reverted column in the transactions table.
Columns have been renamed, removed or added across all tables. Specific details and mapping to the new column are provided for each table to facilitate changing queries.
Changes in the data model
Once you have moved the new database you can follow the details below to update your queries. Make sure that you also update the name of the database and the schema. Need help? Reach out to our team.
Blocks
New columns
Existing columns
Transactions
New columns
Existing columns
Traces
This table has been renamed to Calls
New columns
Existing columns
Events
New columns
Existing columns
Messages
New columns
Existing columns
Last updated