September 13th, 2024
Fixed
New
New Ethereum chain days endpoint
Added a new chainDailyRewards
endpoint based on Ethereum chain days, in addition to the existing dailyRewards
endpoint which is based on UTC days
Impacted endpoints: v0/eth/network/chainDailyRewards
and v0/eth/network/chainDailyRewards/{day}
Additional validator balance field in Rewards endpoint
The v0/eth/network/chainDailyRewards
endpoint now includes the latest total effective balance of validators, providing more insight into validator performance
Slot and timestamp fields added to Rewards endpoints
Introduced startSlot
, endSlot
, startTimestamp
, and endTimestamp
fields to rewards endpoint
The changes impact validator, entities, and network endpoints for enhanced data consistency across different API responses
Data type update for execution rewards on Rewards endpoints
Modified the data type for execution reward columns (e.g., sum_priority_fees_wei
and sum_baseline_mev_wei
) from StrictInt
to Decimal
to improve accuracy.
Impacted endpoints: v1
rewards endpoints for validators