Skip to content

Releases: migalabs/goteth

v3.6.6

04 Jul 19:54
8e594e3
Compare
Choose a tag to compare

What's Changed

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

v3.6.5

24 Jun 15:56
ea59a81
Compare
Choose a tag to compare

What's Changed

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

v3.6.4

02 Jun 20:36
befdb6d
Compare
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
Compare
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

Ignited Arc

25 Apr 13:15
515487e
Compare
Choose a tag to compare

IMPORTANT

This release will change the way that t_validator_rewards_summary is filled. Previous releases had goteth fill the table with data on all validators. After v3.6.2, the table will only contain data on active validators. The rows from inactive validators previously filled will be left untouched but no new rows for inactive validators will be inserted.

DB Schema Updates

  • Added f_effective_balance columns to t_validator_last_status, t_validator_rewards_summary, and aggregated_effective_balance to t_pool_summary.

What's Changed

Full Changelog: v3.6.1...v3.6.2

Ignited Electrons

14 Apr 15:32
6850ae7
Compare
Choose a tag to compare

What's Changed

DB Schema Updates:

  • Created a new table t_consolidation_requests
  • Added a new column f_consolidation_requests_num to existing tables t_epoch_metrics_summary and t_block_metrics
  • Added new columns f_consolidations_processed_num and f_consolidations_processed_amount to the t_epoch_metrics_summary table.
  • Added a new table t_withdrawal_requests to store withdrawal request data.
  • Updated the t_epoch_metrics_summary and t_block_metrics tables to include the f_withdrawal_requests_num column.
  • Added f_num_compounding_vals to t_epoch_metrics_summary and number_compounding_vals to t_pool_summary to track the number of compounding validators.
  • Added f_withdrawal_prefix and f_withdrawal_credentials to t_validator_last_status and t_validator_rewards_summary to store withdrawal credentials details.
  • Created a new table t_deposit_requests to store deposit request data.
  • Added f_deposit_requests_num column to the t_epoch_metrics_summary and t_block_metrics tables.

Full Changelog: v3.6.0...v3.6.1

Ignited Electra

08 Apr 18:22
f3f8993
Compare
Choose a tag to compare

Description

This release contains PRs necessary to run goteth on electra hardfork. It was tested to work on holesky, sepolia, hoodi and mainnet.

What's Changed

Full Changelog: v3.5.0...v3.6.0

v3.6.0-alpha

02 Apr 15:10
f3f8993
Compare
Choose a tag to compare
v3.6.0-alpha Pre-release
Pre-release

Description

This alpha release contains PRs necessary to run goteth on electra hardfork. It was briefly tested to work on holesky, sepolia and hoodi but it hasn't ran long enough to verify its stability.

What's Changed

Full Changelog: v3.5.0...v3.6.0-alpha

Ignited Ember

19 Feb 17:09
f540a07
Compare
Choose a tag to compare

What's Changed

Important Notes

Three new tables were added t_bls_to_execution_changes, t_deposits and t_eth1_deposits. Refer to the table docs for more information on these.

Two new flags --max-request-retries and --beacon-contract-address with their corresponding .env variables GOTETH_ANALYZER_MAX_REQUEST_RETRIES and GOTETH_ANALYZER_BEACON_CONTRACT_ADDRESS were added.

Full Changelog: v3.4.0...v3.5.0

Ignited Knives

26 Nov 19:17
b31ba38
Compare
Choose a tag to compare

What's Changed

Important notes

Two new tables were added t_validator_rewards_aggregation and t_slashings. Refer to the table docs for more information on these.

A new flag --rewards-aggregation-epoch with its corresponding .env variable GOTETH_ANALYZER_REWARDS_AGGREGATION_EPOCHS were added.

Full Changelog: v3.3.0...v3.4.0