Skip to content

Commit 9a38b45

Browse files
authored
chore: Update to Lighthouse v8.0.0 (#723)
Update to Lighthouse's stable release `v8.0.0`, which sets the Mainnet Pectra fork epoch. Co-Authored-By: Daniel Knopik <[email protected]>
1 parent c204563 commit 9a38b45

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

Cargo.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -64,24 +64,24 @@ ssv_types = { path = "anchor/common/ssv_types" }
6464
subnet_service = { path = "anchor/subnet_service" }
6565
version = { path = "anchor/common/version" }
6666

67-
# Lighthouse commit is `v8.0.0-rc.2`
68-
beacon_node_fallback = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
69-
bls = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
70-
eth2 = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
71-
eth2_keystore = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
72-
eth2_network_config = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
73-
health_metrics = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
74-
metrics = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
75-
network_utils = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
76-
sensitive_url = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
77-
slashing_protection = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
78-
slot_clock = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
79-
task_executor = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
80-
types = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
81-
validator_metrics = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
82-
validator_services = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
83-
validator_store = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
84-
workspace_members = { git = "https://github.com/sigp/lighthouse", rev = "b59feb04" }
67+
# Lighthouse commit is `v8.0.0`
68+
beacon_node_fallback = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
69+
bls = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
70+
eth2 = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
71+
eth2_keystore = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
72+
eth2_network_config = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
73+
health_metrics = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
74+
metrics = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
75+
network_utils = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
76+
sensitive_url = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
77+
slashing_protection = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
78+
slot_clock = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
79+
task_executor = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
80+
types = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
81+
validator_metrics = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
82+
validator_services = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
83+
validator_store = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
84+
workspace_members = { git = "https://github.com/sigp/lighthouse", rev = "e3ee7feb" }
8585

8686
alloy = { version = "1.0.22", features = [
8787
"sol-types",

0 commit comments

Comments
 (0)