-
Notifications
You must be signed in to change notification settings - Fork 3.9k
App to not run messages on CheckTx #1120
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
Comments
|
@rigelrozanski I've started to work on implementing this fix in this WIP PR https://github.com/cosmos/cosmos-sdk/pull/1172/files . I got a few questions outlined in the PR if you get a chance to answer them. |
this issue is related #518 |
Thanks as per newest discussion within #518 we should implement this within the |
@davekaj I've commented in detail on your PR questions - also see my PR comments - thanks for putting in the time here! |
let's keep validate basic! nice to have a check on the message without requiring access to state - good convention |
Being addressed in #1172 |
@ebuchman can we close this? |
No it hasn't actually been addressed yet :) |
May be a duplicate issue?
As discussed many times previously we need checkTx to only check that fees can be paid, from there on the messages should not run validate basic to waste unpaid time - the transactions should then pass checktx and be allowed to fail on delivertx.
The text was updated successfully, but these errors were encountered: