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
Could you please return intrinsict gas as string in json. in case by any chance we need to handle values >int
current output
{ "error": "gasPrice exceeds 256 bits", "address": "0x54b0dfad82e7660aa185dbd371c359757fc3e656", "hash": "0x63cc78c654a6cc5f8ab4f17d03caef02d49ef43275282b12d432880f1192b987", "intrinsicGas": 21000 }
want:
{ "error": "gasPrice exceeds 256 bits", "address": "0x54b0dfad82e7660aa185dbd371c359757fc3e656", "hash": "0x63cc78c654a6cc5f8ab4f17d03caef02d49ef43275282b12d432880f1192b987", "intrinsicGas": "0x5208" }
The text was updated successfully, but these errors were encountered:
cmd/evm: make t9n intrinsicGas output hex, fixes ethereum#23883
91e850c
e761255
cmd/evm: make t9n intrinsicGas output hex, fixes ethereum#23883 (ethe…
aa9fdd1
…reum#23889)
a89f110
holiman
No branches or pull requests
Could you please return intrinsict gas as string in json. in case by any chance we need to handle values >int
current output
want:
The text was updated successfully, but these errors were encountered: