-
Notifications
You must be signed in to change notification settings - Fork 607
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename(osmoutils/coins): rename
coins
package to coinutil
(backport
#6584) (#6600) * rename(osmoutils/coins): rename `coins` package to `coinutil` (#6584) * rename coins to coinutil * update deps * change import path * selfrev: remove named improt path * more changes of import paths * unblock ci * Revert "unblock ci" This reverts commit cb7b5f1. * minor * Auto: update go.mod after push to pysel/coins-rename that modified dependencies locally * unblock * Revert "unblock" This reverts commit f1189a5. --------- Co-authored-by: github-actions <[email protected]> (cherry picked from commit 1ead3dc) # Conflicts: # go.mod # go.sum # x/epochs/go.mod # x/epochs/go.sum # x/ibc-hooks/go.mod # x/ibc-hooks/go.sum # x/incentives/keeper/distribute.go # x/incentives/keeper/distribute_test.go # x/incentives/keeper/hooks_test.go # x/pool-incentives/keeper/distr_test.go * clean * remove file --------- Co-authored-by: Ruslan Akhtariev <[email protected]> Co-authored-by: Ruslan Akhtariev <[email protected]>
- Loading branch information
1 parent
057a0dc
commit 6642120
Showing
8 changed files
with
49 additions
and
50 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package coins | ||
package coinutil | ||
|
||
import ( | ||
sdk "github.com/cosmos/cosmos-sdk/types" | ||
|
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
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
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
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
Oops, something went wrong.