-
Notifications
You must be signed in to change notification settings - Fork 45
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
Update to SDK 0.46.14, ibc-go 6.2.0, latest gravity #237
Conversation
need to fix IBC middleware mocks
needs regenerated mocks for staking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment, will help investigate the tests
// baseapp.SetIAVLCacheSize(cast.ToInt(appOpts.Get(FlagIAVLCacheSize))), | ||
// baseapp.SetIAVLDisableFastNode(cast.ToBool(appOpts.Get(FlagDisableIAVLFastNode))), | ||
// baseapp.SetIAVLLazyLoading(cast.ToBool(appOpts.Get(FlagIAVLLazyLoading))), | ||
baseappOptions := server.DefaultBaseappOptions(appOpts) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only one I couldn't find (in this file) a mapping for was SetQueryGasLimit
, which is in the new defaults, but other than that it seems correct to me.
Invalid legacy proposals do not seem to return a specific error code, but rather fail silently. For the initial invalid proposal test, we submit it and then query the gov module to see that no props have been created.
Some things to note:
cmd/sommelier/cmd/root.go
could use a sanity check