You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A regression exists in BaseApp due to the errors handling refactor where if a message's ValidateBasic fails, it will panic during CheckTx as the gas meter is nil.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary of Bug
https://github.com/cosmos/cosmos-sdk/blob/master/baseapp/baseapp.go#L583-L586
A regression exists in BaseApp due to the errors handling refactor where if a message's
ValidateBasic
fails, it will panic during CheckTx as the gas meter is nil.For Admin Use
The text was updated successfully, but these errors were encountered: