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

Update to SDK 0.46.14, ibc-go 6.2.0, latest gravity #237

Merged
merged 31 commits into from
Dec 13, 2023
Merged

Conversation

EricBolten
Copy link
Contributor

  • Update to SDK 0.46.14
  • Update to ibc-go 6.2.0
  • Update to the latest commit on gravity-bridge main
  • A large number of fixes for the new APIs of the SDK/ibc-go

Some things to note:

  • Updating the way app options are done in cmd/sommelier/cmd/root.go could use a sanity check
  • Updating the params for the ICA host in the v7 upgrade to include all message types -- is there a reason we would want to stick to the old list?

Copy link
Member

@cbrit cbrit left a 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)
Copy link
Member

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.
@EricBolten EricBolten merged commit b327ad5 into main Dec 13, 2023
9 checks passed
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.

3 participants