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

bug: Don't fail ante handler on simulate tx with no fee #120

Merged
merged 1 commit into from
Jun 16, 2024

Conversation

Eric-Warehime
Copy link
Contributor

We didn't intend to deny simulate requests with no fee set, but the only way we previously tested it was with a valid fee, but gas=auto it seems.

I've tried to case around the simulate in the ante handler so that min gas price still gets set on the context, but we don't fail on no fee coins in the tx.

@aljo242 aljo242 merged commit d2f4f3b into main Jun 16, 2024
9 checks passed
@aljo242 aljo242 deleted the eric/fix-simulation branch June 16, 2024 04:03
mergify bot pushed a commit that referenced this pull request Jun 16, 2024
Eric-Warehime added a commit that referenced this pull request Jun 16, 2024
(cherry picked from commit d2f4f3b)

Co-authored-by: Eric Warehime <[email protected]>
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.

3 participants