We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Proposed by @ebuchman - this can check positive gas, positive fee, not-too-many multisigs, etc. in a self-contained stateless abstraction.
The text was updated successfully, but these errors were encountered:
It should be on the Tx interface, not just StdTx.
Basically any input coming from a user ever should have ValidateBasic method to sanity check the values in a stateless manner.
We already have it on Msg, but Txs can contain data beyond the Msgs, so tx.ValidateBasic should check those as well.
Unclear whether tx.ValidateBasic should run msg.ValidateBasic for all msgs - probably not, let the baseapp handle that for everyone.
Sorry, something went wrong.
deps: bump pfm to v4.1.1 (cosmos#2779)
8a7fdfe
* bump pfm to 4.1.1 * add changelog entries
alexanderbez
Successfully merging a pull request may close this issue.
Proposed by @ebuchman - this can check positive gas, positive fee, not-too-many multisigs, etc. in a self-contained stateless abstraction.
The text was updated successfully, but these errors were encountered: