eth2-beaconchain-explorer
eth2-beaconchain-explorer copied to clipboard
`ExecutionPayload` incompatible `BaseFeePerGas` type
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.
- [ ]
Hi kadir!
Just a quick heads up that i have added this to our v2 API backlog.
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.