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

#251 Fix eth_estimateGas value with leading zero #252

Merged
merged 1 commit into from
Jul 18, 2022
Merged

#251 Fix eth_estimateGas value with leading zero #252

merged 1 commit into from
Jul 18, 2022

Conversation

dioKaratzas
Copy link
Collaborator

@dioKaratzas dioKaratzas commented Jul 6, 2022

According to ethereum/go-ethereum#14682 we must no pass number arguments with leading zero digits.
Fix: #251

@dioKaratzas dioKaratzas requested a review from DarthMike July 6, 2022 18:35
@dioKaratzas dioKaratzas requested a review from DarthMike July 15, 2022 09:44
@dioKaratzas dioKaratzas marked this pull request as draft July 15, 2022 15:19
@dioKaratzas dioKaratzas marked this pull request as ready for review July 15, 2022 15:25
@DarthMike DarthMike merged commit 53090fa into argentlabs:develop Jul 18, 2022
@dioKaratzas dioKaratzas deleted the fix/value_with_leading_zero branch July 18, 2022 08:41
thantthet pushed a commit to thantthet/web3.swift that referenced this pull request Jul 25, 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.

I got an error when using eth_estimateGas with a value that started with zero like 0x012a05f200
2 participants