-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change module name to addresses to avoid key prefix collision
- Loading branch information
Showing
10 changed files
with
188 additions
and
189 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
proto/addressmap/v1/addressmap.proto → proto/addresses/v1/addresses.proto
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
syntax = "proto3"; | ||
package addresses.v1; | ||
|
||
option go_package = "github.com/peggyjv/sommelier/v7/x/addresses/types/v1"; | ||
|
||
import "addresses/v1/addresses.proto"; | ||
|
||
message GenesisState { | ||
repeated AddressMapping address_mappings = 1; | ||
} |
12 changes: 6 additions & 6 deletions
12
proto/addressmap/v1/query.proto → proto/addresses/v1/query.proto
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 was deleted.
Oops, something went wrong.
92 changes: 46 additions & 46 deletions
92
x/addressmap/types/v1/addressmap.pb.go → x/addresses/types/v1/addresses.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
38 changes: 19 additions & 19 deletions
38
x/addressmap/types/v1/genesis.pb.go → x/addresses/types/v1/genesis.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.