eth2-beaconchain-explorer icon indicating copy to clipboard operation
eth2-beaconchain-explorer copied to clipboard

`ExecutionPayload` incompatible `BaseFeePerGas` type

Open mkykadir opened this issue 2 years ago • 1 comments

Explorer type for BaseFeePerGas is uint64, but the consensus specification states it should be uint256. Thus, Prysm implementation returns a byte array of size 32, which we need it to be parsed into uint64 to parse a bellatrix block.

mkykadir avatar Aug 22 '22 06:08 mkykadir

  • [ ]

Zackaryjacob avatar Aug 26 '22 05:08 Zackaryjacob

Hi kadir!

Just a quick heads up that i have added this to our v2 API backlog.

Buttaa avatar Jun 01 '23 07:06 Buttaa

Hi @mkykadir

After rethinking this, it is easier to work with the current return value. The exception is when, as you described, one also wants to interact simultaneously with Prysm. We don't plan to add support for prysm in the foreseeable future, thus, we don't plan to add support for this in v2 either.

Buttaa avatar Jun 20 '23 11:06 Buttaa