What's Changed
- Beacon api errors crash goteth by @santi1234567 in #148
- Feature/add bls to execution changes table by @santi1234567 in #150
- Handle validators slashed twice by @santi1234567 in #146
- Feature: expand blob sidecars events table by @santi1234567 in #149
- Feature/add eth2 deposits table by @santi1234567 in #151
- Fix/phase0 flags and rewards not stored correctly by @santi1234567 in #147
- Feature: Add attestation included column val rewards by @santi1234567 in #152
- Refactor: Cleanup clientapi transaction module to only fetch data by @santi1234567 in #154
- Feature: Add ETH1 deposits table by @santi1234567 in #155
- Prepare v3.5.0 by @santi1234567 in #156
Important Notes
Three new tables were added t_bls_to_execution_changes
, t_deposits
and t_eth1_deposits
. Refer to the table docs for more information on these.
Two new flags --max-request-retries
and --beacon-contract-address
with their corresponding .env variables GOTETH_ANALYZER_MAX_REQUEST_RETRIES
and GOTETH_ANALYZER_BEACON_CONTRACT_ADDRESS
were added.
Full Changelog: v3.4.0...v3.5.0