Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: wealdtech/chaind

Release 0.10.1

14 Oct 09:39
b2ab3f3

Choose a tag to compare

This is a patch release with the following fix:

  • fix block handlers for fulu block event

Release 0.10.0

29 Sep 12:45
ca2ec32

Choose a tag to compare

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

11 Mar 14:39
v0.9.1
84c21bd

Choose a tag to compare

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

16 Feb 17:17
v0.9.0
0834ddc

Choose a tag to compare

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

05 Feb 20:28
v0.8.9
c14183c

Choose a tag to compare

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

23 Jan 21:40
v0.8.8
c863f9b

Choose a tag to compare

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

18 Jun 11:17
ae0f7cc

Choose a tag to compare

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

  • fix off-by-one error when generating partitions

Release 0.8.3

08 Apr 11:02

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

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

Choose a tag to compare

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

  • do not repeat summarization for epochs