Skip to content

bump nim-eth #3364

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

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
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
6 changes: 3 additions & 3 deletions nimbus_verified_proxy/tests/test_header_store.nim
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ import
stint/endians2,
eth/common/headers_rlp,
../header_store,
beacon_chain/spec/forks,
beacon_chain/spec/helpers
beacon_chain/spec/[forks, digest, helpers]

func headerGenerator(number: int): ForkedLightClientHeader =
ForkedLightClientHeader(
kind: LightClientDataFork.Capella,
capellaData: capella.LightClientHeader(
beacon: default(capella.BeaconBlockHeader),
execution: capella.ExecutionPayloadHeader(
block_number: uint64(number), block_hash: Hash32(toBytesBE(u256(number)))
block_number: uint64(number),
block_hash: Eth2Digest(data: toBytesBE(u256(number))),
),
execution_branch: default(capella.ExecutionBranch),
),
Expand Down
2 changes: 0 additions & 2 deletions portal/tools/eth_data_exporter/cl_data_exporter.nim
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ import
./exporter_common,
./downloader

from beacon_chain/el/el_manager import toBeaconBlockHeader

export beacon_clock

const
Expand Down
2 changes: 1 addition & 1 deletion vendor/nimbus-eth2
Submodule nimbus-eth2 updated 163 files
Loading