Skip to content

Releases: wealdtech/chaind

Release 0.8.3

08 Apr 11:02
Compare
Choose a tag to compare

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

30 Jan 10:13
Compare
Choose a tag to compare

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

19 Jan 23:00
Compare
Choose a tag to compare

This is a maintenance release for chaind 0.8.x. Changes include:

  • do not repeat summarization for epochs

Release 0.8.0

16 Jan 11:17
95d8a69
Compare
Choose a tag to compare

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

14 Nov 18:20
Compare
Choose a tag to compare

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

20 Jun 10:55
Compare
Choose a tag to compare

This is a maintenance release for chaind 0.7.x Changes include:

  • fix issue in Blocks() provider returning execution payloads

Release 0.7.5

20 Jun 10:29
Compare
Choose a tag to compare

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

15 Mar 09:07
Compare
Choose a tag to compare

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

07 Mar 15:14
Compare
Choose a tag to compare

This is a maintenance release for chaind 0.7.x. The only change is:

  • fix upgrade issue from significantly earlier version of database

Release 0.7.1

03 Mar 11:18
v0.7.1
69b1ccc
Compare
Choose a tag to compare

This is a maintenance release for chaind 0.7.x. Highlights include:

  • fix issue where capella fork was not detected
  • add validator index to BLS to execution changes (thanks to @samlaf)
  • add withdrawal credentials to validators (thanks to @samlaf)