Releases: wealdtech/chaind
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_EPOCH
in 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
Release 0.8.0
This is a feature release of chaind, including the following changes:
- support Deneb
- add
t_blob_sidecars
for Deneb - add
f_blob_kzg_commitments
to t_blocks for Deneb - add
f_blob_gas_used to t_block_execution_payloads
for Deneb - add
f_excess_blob_gas to t_block_execution_payloads
for Deneb
Release 0.7.7
This is a maintenance release for chaind 0.7.x. Changes include:
- add attestations provider
- do not attempt to summarize ahead of finalized epoch
- update PGX to version 5
Release 0.7.6
This is a maintenance release for chaind 0.7.x Changes include:
- fix issue in
Blocks()
provider returning execution payloads
Release 0.7.5
This is a maintenance release for chaind 0.7.x Changes include:
- Add provider for epoch summaries
- Add withdrawals to epoch summaries table
- Add withdrawals to validator day summaries table
- Add excess data gas to block execution payload table
Release 0.7.4
This is a maintenance release for chaind 0.7.x. The only change is:
- Ensure that only canonical withdrawals are included in summaries
Release 0.7.2
This is a maintenance release for chaind 0.7.x. The only change is:
- fix upgrade issue from significantly earlier version of database