Skip to content
New issue

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

cmd/evm: make t9n intrinsicGas output hex, fixes #23883 #23889

Merged
merged 1 commit into from Nov 19, 2021

Conversation

holiman
Copy link
Contributor

@holiman holiman commented Nov 11, 2021

current output

  {
    "error": "gasPrice exceeds 256 bits",
    "address": "0x54b0dfad82e7660aa185dbd371c359757fc3e656",
    "hash": "0x63cc78c654a6cc5f8ab4f17d03caef02d49ef43275282b12d432880f1192b987",
    "intrinsicGas": 21000
  }

new output:

  {
    "error": "gasPrice exceeds 256 bits",
    "address": "0x54b0dfad82e7660aa185dbd371c359757fc3e656",
    "hash": "0x63cc78c654a6cc5f8ab4f17d03caef02d49ef43275282b12d432880f1192b987",
    "intrinsicGas": "0x5208"
  }

Copy link
Member

@MariusVanDerWijden MariusVanDerWijden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@holiman holiman merged commit e761255 into ethereum:master Nov 19, 2021
sidhujag pushed a commit to syscoin/go-ethereum that referenced this pull request Nov 19, 2021
yongjun925 pushed a commit to DODOEX/go-ethereum that referenced this pull request Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants