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

txapp: report insufficient balance for new accounts #735

Merged
merged 1 commit into from
May 15, 2024

Conversation

jchappelow
Copy link
Member

When a transaction is submitted to mempool while gas is enabled, a new account (which has no balance) now has the transaction rejected with an "insufficient balance" error instead of reporting that the account was not found.

Resolves #653

When a transaction is submitted to mempool while gas is enabled,
a new account (which has no balance) now has the transaction
rejected with an "insufficient balance" error instead of reporting
that the account was not found.
@jchappelow jchappelow added this to the v0.8.0 milestone May 15, 2024
@jchappelow jchappelow merged commit 9edff60 into kwilteam:main May 15, 2024
2 checks passed
@jchappelow jchappelow deleted the insufficient-balance branch May 15, 2024 15:58
@jchappelow jchappelow restored the insufficient-balance branch November 7, 2024 19:55
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.

Problem: Confusing error message when a user has no gas
2 participants