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

fix: parse out of gas error #719

Merged
merged 1 commit into from
Oct 18, 2024
Merged

fix: parse out of gas error #719

merged 1 commit into from
Oct 18, 2024

Conversation

aforaleka
Copy link
Contributor

@aforaleka aforaleka commented Oct 18, 2024

when a tx failed because of the 'out of gas' result, it isn't treated as an error when it should
'out of gas' happens when our gas estimation is somehow off -- cosmos gas estimation is known to be inaccurate, and we had to bump gas multiplier to account for it. hopefully this should be rare, but at least this will stop the place order to go through when transfer fails during isolated market order

image

@ruixhuang ruixhuang merged commit 2c965e1 into main Oct 18, 2024
3 checks passed
@ruixhuang ruixhuang deleted the out-of-gas-error branch October 18, 2024 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants