Releases: wealdtech/chaind
Release 0.10.1
This is a patch release with the following fix:
- fix block handlers for fulu block event
Release 0.10.0
This is a feature release for chaind, including the following changes:
- support fulu
- use updated event handlers from go-eth2-client
Release 0.9.1
This is a maintenance release for chaind 0.9.x. Changes include:
- add commit hash to startup
- warn if blobs are no longer available in the beacon node for a block, but continue
- do not error when finality response is unavailable
Release 0.9.0
This is a feature release for chaind, including the following changes:
- support electra
- add t_block_deposit_requests for Electra
- add t_block_withdrawal_requests for Electra
- add t_block_consolidation_requests for Electra
- move from f_committee_index to f_committee_indices (see note in README for migration information)
Release 0.8.9
This is a maintenance release for chaind 0.8.x. Changes include:
- do not store 0 balances in the t_validator_balances table
Release 0.8.8
This is a maintenance release for chaind 0.8.x. Changes include:
- handle upstream change of epoch serialization for metadata
- do not error on deposit transactions containing events without topics
Release 0.8.4
This is a maintenance release for chaind 0.8.x. Changes include:
- fix off-by-one error when generating partitions
Release 0.8.3
This is a maintenance release for chaind 0.8.x. Changes include:
- move to periodic finalization. This has proven more reliable than event-based in finalizing in a timely fashion
Note on upgrading
This upgrade changes a number of indices. To reduce downtime, you can run the following SQL command prior to upgrading chaind (this can be run whilst chaind is running):
CREATE INDEX IF NOT EXISTS i_validator_epoch_summaries_2 ON t_validator_epoch_summaries(f_epoch);
Release 0.8.2
This is a maintenance release for chaind 0.8.x. Changes include:
- do not include forks at
FAR_FUTURE_EPOCHin the fork schedule
Release 0.8.1
This is a maintenance release for chaind 0.8.x. Changes include:
- do not repeat summarization for epochs