-
Notifications
You must be signed in to change notification settings - Fork 94
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
Gas Errors Are Unhelpful #1614
Comments
Hi @Luzzotica, is this coming from pact-lang-api or perhaps chainweaver? If so, please move this issue to the relevant repository. |
It is not, that screenshot is from KadenaKode The above error is the one you get from submitting a transaction to the Pact API. |
Do you see this sending the transaction or |
@Luzzotica is this still an issue? Those links don't work for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, if you make one of the following mistakes with gas:
You receive this error:
This error is not helpful when trying to debug the actual problem: Gas.
I spent more than a couple of hours just trying to figure out what this error meant.
Now that I know I can quickly iterate over the 4 to make sure they are all satisfied and debug quickly.
But the error needs to be more clear.
The text was updated successfully, but these errors were encountered: