Skip to content

Releases: migalabs/goteth

v3.8.0

25 Feb 10:56
82a6cee

Choose a tag to compare

What's Changed

Bug Fixes (PR #221)

  • Historical mode deadlock — context cancellation in AgnosticMap.Wait() prevents goroutines from hanging forever (#145)
  • Attestation included always false — read from currentState instead of prevState in GetMaxReward (#167)
  • Concurrent map panic — mutex protection for validatorsRewardsAggregations map (#176)
  • Orphaned block proposer duties — use block cache Proposed field instead of MissedBlocks (#197)
  • RequestStateRoot panic — replace log.Panicf with error return (#223)
  • Block downloader shutdown — context-aware channel send + deferred cancel (#224)
  • NewEpochData nil pointer — nil guards for API responses (#225)
  • Migration dirty state — proper ALTER migration instead of modifying init schema (#226)
  • Consolidation reward calculation — replay spec logic for deposits and consolidations (#228)

Bug Fixes (PR #230)

  • Stale block pointers after reorgAdvanceFinalized now refreshes cached state block pointers and reprocesses dependent epochs (#229)

Full Changelog: v3.7.2...v3.8.0

v3.7.2

03 Dec 15:05
2430735

Choose a tag to compare

What's changed

Full Changelog: v3.7.1...v3.7.2

v3.7.1

07 Nov 13:06
547af61

Choose a tag to compare

What's Changed

Full Changelog: v3.7.0...v3.7.1

v3.7.0

15 Oct 19:42
173f52c

Choose a tag to compare

Breaking Changes

From v3.7.0 onward, downloading blob sidecars will be optional since after Fulu Hardfork, it will be required to have a supernode to query for blob sidecars from the CL client. A new option for --metrics was added blob_sidecars which enables this.

What's Changed

Full Changelog: v3.6.8...v3.7.0

v3.6.8

13 Oct 19:20
8f4ac51

Choose a tag to compare

This version includes support for lighthouse v8.0.0-rc.0.

What's Changed

Full Changelog: v3.6.7...v3.6.8

v3.6.7

16 Sep 15:42
2df5e11

Choose a tag to compare

What's Changed

Full Changelog: v3.6.6...v3.6.7

v3.6.6

04 Jul 19:54
8e594e3

Choose a tag to compare

What's Changed

Full Changelog: v3.6.5...v3.6.6

v3.6.5

24 Jun 15:56
ea59a81

Choose a tag to compare

What's Changed

Full Changelog: v3.6.4...v3.6.5

v3.6.4

02 Jun 20:36
befdb6d

Choose a tag to compare

Full Changelog: v3.6.3...v3.6.4

What's Changed

Full Changelog: v3.6.3...v3.6.4

v3.6.3

16 May 15:57
c875fba

Choose a tag to compare

Schema Updates:

  • Added a new column f_sync_committee_participations_included to the tables t_validator_rewards_summary, t_validator_rewards_aggregation, and count_sync_committee_participations_included to table t_pool_summary to store sync committee participation data (000032_track_sync_committee_participation.up.sql).

What's Changed

Full Changelog: v3.6.2...v3.6.3