Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Cherry-pick go.mod changes into dev-upgrade-15 (#9264)
## Description Includes commits from the following PRs: * #9030 (partial cherry-pick; refactors go.mod) * #9251 * #9263 Constructed using the following `git rebase -i HEAD` todo list: ``` # pull request #9030 branch mfig-ibc-revamp ## Replace this commit with just its refactoring of golang/cosmos/go.mod ## and subsequent `go mod tidy`. edit fff392b build(cosmos): add `ibc-go` fork and `go mod tidy` exec git commit --amend --reset-author -m 'build(cosmos): Refactor go.mod to match master' # pull request #9251 branch 9224-u15-changes label base-9224-u15-changes ## Resolve conflict using `go mod tidy`. pick 548e758 fix: various fixes and features for u15 label 9224-u15-changes reset base-9224-u15-changes merge -C c1ec5f1 9224-u15-changes # fix: various fixes and features for u15 (#9251) # pull request #9263 branch 9224-abci-flag-tests label base-9224-abci-flag-tests pick 0d9a63d test: pick up cosmos-sdk with more abci flag tests label 9224-abci-flag-tests reset base-9224-abci-flag-tests merge -C 947973c 9224-abci-flag-tests # test: pick up cosmos-sdk with more abci flag tests (#9263) ``` ### Security Considerations None in particular. ### Scaling Considerations This brings in the ability to switch between "local" and "committing" query client behavior. ### Documentation Considerations Adopted by reference. ### Testing Considerations No additions. ### Upgrade Considerations To be included in agoric-upgrade-15.
- Loading branch information