-
Notifications
You must be signed in to change notification settings - Fork 5k
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
PLEASE PROVIDE SENSIBLE ERRORS #1543
Comments
Your demand might be legit, but the way you demand it is not. They work for you, at least respect it. |
:) |
So, in other words, it's not a priority to fix this, even though pretty much all dApp developers need to target MetaMask, which uses v0.2.x. v1 is great and I love the design and can't wait to use it... but It's really annoying that you don't seem to care about making actual development easier, and quite telling that your response is "it's open source, take it or leave it" On an unrelated note, v1 could have been made to wrap 0.2.x, allowing it to be backward compatible, and allowing everyone in the world to immediately use it with MetaMask. Not a priority, I suppose. |
@Andromelus what do you mean "they work for you"? |
@beether you can use v1 with MetaMask https://guillaumeduveau.com/en/blockchain/ethereum/metamask-web3 |
@beether I will implement the Winston logger for a better and consistent error handling. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions |
"Invalid number of solidity arguments" is AIDS.
You have the freaking ABI that defines which inputs are expected, their order, and their type. Why such a miserable error message? FFS... it's so unnecessarily difficult to debug this error, especially since you (rather idiotically) try to infer the different inputs (which CAN be objects) from the transaction options (which IS an object).
It infuriates me, and countless others.
JUST FREAKING FIX THIS. LET ME PASS AN ARRAY OF INPUTS.
The text was updated successfully, but these errors were encountered: