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

Which hex numbers no longer permit zero digit prefix? #14477

Closed
danfinlay opened this issue May 15, 2017 · 3 comments
Closed

Which hex numbers no longer permit zero digit prefix? #14477

danfinlay opened this issue May 15, 2017 · 3 comments

Comments

@danfinlay
Copy link

Geth recently got strict about hex numbers with leading zero digits after ‘0x’, with the error invalid argument 0: hex number has leading zero digits after 0x.

Can I get a list of parameters that are now more strict than they were before? We’re getting MetaMask users spontaneously reporting each individual parameter, would be nice to fix them all at once.

@danfinlay
Copy link
Author

@bas-vk
Copy link
Member

bas-vk commented May 18, 2017

Basically all methods that accept a quantity cannot have leading zero's.

@danfinlay
Copy link
Author

Okay, thank you. Also, as a client developer (MetaMask), it would be really great to be made aware of pending deprecations and breaking API changes before they're implemented. Is there a place I can subscribe to that newsletter?

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

No branches or pull requests

2 participants