Skip to content

blob_sidecars data missing #22429

Description

@YuXiaoCoder

System information

Erigon version: erigon version 3.5.1-bed215a4

OS & Version: Linux

Erigon Command (with flags/config): /opt/ethmain/core/erigon --chain=mainnet --networkid=1 --datadir=/mnt/ethmain/node --prune.mode=archive --torrent.download.rate=64mb --http --http.addr=0.0.0.0 --http.port=8545 --http.vhosts=* --http.api=admin,eth,net,web3,debug,trace,txpool,erigon --trace.maxtraces=2000 --ws --ws.port=8546 --rpc.batch.limit=10000 --rpc.returndata.limit=1000000 --rpc.gascap=0 --rpc.txfeecap=0 --beacon.api.addr=0.0.0.0 --be acon.api.port=3500 --beacon.api.cors.allow-origins=* --beacon.api=beacon,builder,config,debug,events,node,validator,lighthouse --port=30303 --nodekey=/mnt/ethmain/node/nodekey --caplin.blobs-immediate-backfill --caplin.states-archive --ca plin.blocks-archive --caplin.blobs-archive --caplin.blobs-no-pruning

Consensus Layer: Caplin

Consensus Layer Command (with flags/config): No

Chain/Network: 1

Expected behaviour

Data can be obtained through the following interfaces.

curl -X GET http://127.0.0.1:3500/eth/v1/beacon/blob_sidecars/14670000

Actual behaviour

ErigonV3 actually returned empty data, but I used Prysm to return data.

{"data":[]}

Steps to reproduce the behaviour

Running an archive node from scratch

Metadata

Metadata

Assignees

Labels

CaplinCaplin: Consensus Layer, Beacon APIDencun

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions