Welcome to Artemis Changelog! Here you will find important updates made to our data models. You’ll find the latest changes at the top of the page, and the oldest at the bottom. We will aim to update this every week with the previous week’s changes.
Fixed an issue where the metrics in the EZ Table were divided by 1e9 when this was already done in the backend, causing the data to appear smaller than it was. Also standardized the metrics for Walrus.
Rewrote the data models for pump.fun and pumpswap into two comprehensive trade tables, providing a rich history of trade metadata from the Solana anchor event logs.
Added new metrics circulating_supply_native and issued_supply_native, and cleaned up the EZM table by organizing the code and deprecating redundant metrics.
Corrected the calculation of the REV column in the Solana ez_metrics model to reflect the entire fee history, not just when jito_tips data was available. This ensures the REV data goes back to 2021-04-20 instead of cutting off on 2022-10-20.
Added a new metric called Total Economic Activity (TEA) to the global schema and ez_metrics tables for several blockchains, including Arbitrum, Avalanche, Ethereum, Near, Optimism, Solana, and Tron.
Filtered Pumpswap volumes to only include trades where fees are paid in SOL, mSOL, USDT, USDC, or USDe. Also pulled Jupiter and Meteora volume directly from EZ Metrics tables for more accurate data.
Incorporated the BUIDL-I token class, which represents the institutional version of the BUIDL token, to accurately track the total market cap of BUIDL at approximately $2.8 billion.
Corrected a logic error in the Virtuals Locked Up supply calculation, ensuring only positive values are used for premine_unlocks and net_supply_change.