We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add next fields (and maybe logic related to them from geth):
EffectiveGasPrice *big.Int `json:"effectiveGasPrice"` // required, but tag omitted for backwards compatibility BlobGasUsed uint64 `json:"blobGasUsed,omitempty" BlobGasPrice *big.Int `json:"blobGasPrice,omitempty"`
do we store enough data in ReceiptDomain?
ReceiptDomain
receiptMarshaling also need add:
receiptMarshaling
EffectiveGasPrice *hexutil.Big BlobGasUsed hexutil.Uint64 BlobGasPrice *hexutil.Big
run make gencodec
make gencodec
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add next fields (and maybe logic related to them from geth):
do we store enough data in
ReceiptDomain
?receiptMarshaling
also need add:run
make gencodec
The text was updated successfully, but these errors were encountered: