Skip to content

bump nimbus-eth2 to de75f6d3d4f18ea35220439384835f03bbd7a217 #3248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/fluffy_docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fluffy
# Copyright (c) 2023-2024 Status Research & Development GmbH
# Copyright (c) 2023-2025 Status Research & Development GmbH
# Licensed and distributed under either of
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ GIT_SUBMODULE_UPDATE := git -c submodule."vendor/nimbus-eth2".update=none submod
git $(GIT_SUBMODULE_CONFIG) submodule update --init vendor/eth2-networks; \
git $(GIT_SUBMODULE_CONFIG) submodule update --init vendor/holesky; \
git $(GIT_SUBMODULE_CONFIG) submodule update --init vendor/sepolia; \
git $(GIT_SUBMODULE_CONFIG) submodule update --init vendor/hoodi; \
git $(GIT_SUBMODULE_CONFIG) submodule update --init vendor/gnosis-chain-configs; \
git $(GIT_SUBMODULE_CONFIG) submodule update --init --recursive vendor/nim-kzg4844; \
git $(GIT_SUBMODULE_CONFIG) submodule update --init vendor/mainnet; \
Expand Down
5 changes: 4 additions & 1 deletion nimbus_verified_proxy/nimbus_verified_proxy.nim
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func getConfiguredChainId(networkMetadata: Eth2NetworkMetadata): UInt256 =
of mainnet: 1.u256
of sepolia: 11155111.u256
of holesky: 17000.u256
of hoodi: 560048.u256
return chainId
else:
return networkMetadata.cfg.DEPOSIT_CHAIN_ID.u256
Expand Down Expand Up @@ -271,7 +272,9 @@ proc run*(
for gossipFork in newGossipForks:
let forkDigest = forkDigests[].atConsensusFork(gossipFork)
network.subscribe(
getBeaconBlocksTopic(forkDigest), blocksTopicParams, enableTopicMetrics = true
getBeaconBlocksTopic(forkDigest),
getBlockTopicParams(),
enableTopicMetrics = true,
)

blocksGossipState = targetGossipState
Expand Down
2 changes: 1 addition & 1 deletion vendor/nim-libp2p
2 changes: 1 addition & 1 deletion vendor/nimbus-eth2
Submodule nimbus-eth2 updated 183 files
Loading