Skip to content

Commit

Permalink
chore: add deprecated option to create_localhost (#3892)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Jun 19, 2023
1 parent cf519bc commit b60617d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 35 deletions.
68 changes: 35 additions & 33 deletions modules/core/02-client/types/genesis.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions proto/ibc/core/client/v1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ message GenesisState {
// metadata from each client
repeated IdentifiedGenesisMetadata clients_metadata = 3 [(gogoproto.nullable) = false];
Params params = 4 [(gogoproto.nullable) = false];
// create localhost on initialization
bool create_localhost = 5;
// Deprecated: create_localhost has been deprecated.
// The localhost client is automatically created at genesis.
bool create_localhost = 5 [deprecated = true];
// the sequence for the next generated client identifier
uint64 next_client_sequence = 6;
}
Expand Down

0 comments on commit b60617d

Please sign in to comment.