You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eth_getTransactionByHash and txpool_content should return correct data for pending blob transactions.
Actual behaviour
Several fields are incorrectly set to null: v, r, s.
Some fields are missing: chainId, maxFeePerGas, maxPriorityFeePerGas, maxFeePerBlobGas, blobVersionedHashes
Some fields are invalid: from
System information
Erigon version: v2.57.3
OS & Version: Linux
Chain/Network: goerli
Expected behaviour
eth_getTransactionByHash
andtxpool_content
should return correct data for pending blob transactions.Actual behaviour
Several fields are incorrectly set to null:
v
,r
,s
.Some fields are missing:
chainId
,maxFeePerGas
,maxPriorityFeePerGas
,maxFeePerBlobGas
,blobVersionedHashes
Some fields are invalid:
from
Steps to reproduce the behaviour
Query RPC for any pending blob transaction with type
0x3
The text was updated successfully, but these errors were encountered: