-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
Return all wei values as HEX #377
Comments
tony-ricciardi
pushed a commit
to tony-ricciardi/go-ethereum
that referenced
this issue
Jan 20, 2022
tanishqjasoria
pushed a commit
to tanishqjasoria/go-ethereum
that referenced
this issue
Oct 31, 2023
* add sepolia flag and configuration * bump patch version * Update params/version.go Co-authored-by: Péter Garamvölgyi <peter@scroll.io> * Update params/config.go Co-authored-by: Péter Garamvölgyi <peter@scroll.io> * Update params/config.go Co-authored-by: Péter Garamvölgyi <peter@scroll.io> * explicitly set l1.confirmations and l1.sync.startblock for sepolia * update config --------- Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
marioevz
pushed a commit
to marioevz/go-ethereum
that referenced
this issue
Feb 13, 2024
* simulate snapshot in t8n * fixes: generate the MPT state as well
mralj
pushed a commit
to NethermindEth/rollup-geth
that referenced
this issue
Oct 1, 2024
s1na
pushed a commit
to s1na/go-ethereum
that referenced
this issue
Dec 2, 2024
fix issue ethereum#377 and a bug in queue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be done for transactions which you get from
web3.eth.getBlock(1234)
and other functionsThis ticket is only a reminder for me to look at it in detail.
The text was updated successfully, but these errors were encountered: