Ignited Ice
Disclaimer
PostgreSQL is not used anymore from v3.0.0
onwards. The only database supported now is Clickhouse.
Summary
This release carries the major database change we recently implemented.
- Migration from PostgreSQL to Clickhouse.
- Updated the dependencies to be compliant with the Deneb fork
- Added new metrics: head events to monitor the arrival of new blocks and the manual block reward calculation (still experimental).
Database migration
If you wish to migrate from your existing PostgreSQL database to Clickhouse, please follow this guide. Here you will find instructions and our experience migrating data from one server to the other.
Keep in mind the migration can only take place with the v3.0.0
release. After that you can upgrade to a newer version.
Docker Images
- Build migalabs/goteth:v3.0.0
What's Changed
- Feature/got eth validator summary metrics by @santi1234567 in #89
- Calculate Block Rewards manually by @tdahar in #90
- Feature/store headevent arrival timestamp by @santi1234567 in #92
- Add support for clickhouse database by @tdahar in #93
- Update API dependencies by @tdahar in #101
- Fix wrong epoch timestamp column by @tdahar in #104
- Fix tests not working as per recent upgrades by @tdahar in #105
- Reorgs should consider blocks from the reorg base to the head by @tdahar in #106
- Prepare release v3.0.0 by @tdahar in #107
New Contributors
- @santi1234567 made their first contribution in #89
Full Changelog: v2.2.0...v3.0.0