Open julienrbrt opened 1 day ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Opening but need to add a changelog
Description
While debugging we the issue with gRPC state that got found in https://github.com/cosmos/cosmos-sdk/pull/22392 We realized that the double sdk context in the integration framework was super confusing.
This changed it to simply use one. Additionally, as the integration framework call initchainer, which calls init genesis, setting the default params isn't needed.
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.
I have...
!
in the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.
Please see Pull Request Reviewer section in the contributing guide for more information on how to review a pull request.
I have...
Summary by CodeRabbit
New Features
CreateMultiStore
for setting up multiple stores for modules.Bug Fixes
GetParams
method to clarify potential issues with parameter retrieval.Refactor
App
and updated related function signatures to enhance clarity.