-
Notifications
You must be signed in to change notification settings - Fork 592
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
Move osmoutils into its own go mod #3827
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
C:app-wiring
Changes to the app folder
C:CLI
C:simulator
Edits simulator or simulations
C:x/epochs
C:x/gamm
Changes, features and bugs related to the gamm module.
C:x/incentives
C:x/lockup
C:x/mint
C:x/pool-incentives
C:x/superfluid
C:x/swaprouter
C:x/tokenfactory
C:x/twap
Changes to the twap module
C:x/txfees
labels
Dec 22, 2022
ValarDragon
added
V:state/compatible/backport
State machine compatible PR, should be backported
A:backport/v13.x
backport patches to v13.x branch
labels
Dec 22, 2022
nicolaslara
approved these changes
Dec 22, 2022
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.
LGTM!
Linking this pre-requisite here for future reference: #3817 |
mergify bot
pushed a commit
that referenced
this pull request
Dec 22, 2022
* Move osmoutils into its own go mod * go mod tidy * Add changelog (cherry picked from commit 93181a4) # Conflicts: # app/modules.go # go.work.sum # tests/ibc-hooks/ibc_middleware_test.go # x/downtime-detector/client/cli/query.go # x/downtime-detector/client/cli/query_test.go # x/downtime-detector/store.go # x/ibc-hooks/genesis.go # x/ibc-hooks/wasm_hook.go # x/swaprouter/client/cli/cli_test.go # x/swaprouter/create_pool.go # x/swaprouter/keeper.go # x/twap/logic_test.go # x/twap/strategy_test.go # x/valset-pref/client/cli/query.go # x/valset-pref/client/cli/tx.go # x/valset-pref/keeper.go # x/valset-pref/types/msgs.go
ValarDragon
added a commit
that referenced
this pull request
Dec 23, 2022
* Move osmoutils into its own go mod (#3827) * Move osmoutils into its own go mod * go mod tidy * Add changelog (cherry picked from commit 93181a4) # Conflicts: # app/modules.go # go.work.sum # tests/ibc-hooks/ibc_middleware_test.go # x/downtime-detector/client/cli/query.go # x/downtime-detector/client/cli/query_test.go # x/downtime-detector/store.go # x/ibc-hooks/genesis.go # x/ibc-hooks/wasm_hook.go # x/swaprouter/client/cli/cli_test.go # x/swaprouter/create_pool.go # x/swaprouter/keeper.go # x/twap/logic_test.go # x/twap/strategy_test.go # x/valset-pref/client/cli/query.go # x/valset-pref/client/cli/tx.go # x/valset-pref/keeper.go # x/valset-pref/types/msgs.go * tryfix conflicts Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by: Dev Ojha <dojha@berkeley.edu>
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A:backport/v13.x
backport patches to v13.x branch
C:app-wiring
Changes to the app folder
C:CLI
C:simulator
Edits simulator or simulations
C:x/epochs
C:x/gamm
Changes, features and bugs related to the gamm module.
C:x/incentives
C:x/lockup
C:x/mint
C:x/pool-incentives
C:x/superfluid
C:x/swaprouter
C:x/tokenfactory
C:x/twap
Changes to the twap module
C:x/txfees
V:state/compatible/backport
State machine compatible PR, should be backported
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
Completes the move of osmoutils into its own go.mod
Brief Changelog
Testing and Verifying
This change is already covered by existing tests
Documentation and Release Note
Unreleased
section inCHANGELOG.md
? yes