-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cosmos-sdk-go: bump to v0.50.9 (#488)
Upgrades to the latest version
- Loading branch information
1 parent
7f6b8b0
commit 00a2b6d
Showing
66 changed files
with
6,833 additions
and
1,398 deletions.
There are no files selected for viewing
Submodule cosmos-sdk-go
updated
2684 files
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 +1 @@ | ||
v0.47.10 | ||
v0.50.9 |
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 |
---|---|---|
|
@@ -30,6 +30,21 @@ pub struct Module { | |
/// to be used in keeper construction. | ||
#[prost(message, repeated, tag = "6")] | ||
pub override_store_keys: ::prost::alloc::vec::Vec<StoreKeyConfig>, | ||
/// order_migrations defines the order in which module migrations are performed. | ||
/// If this is left empty, it uses the default migration order. | ||
/// <https://pkg.go.dev/github.com/cosmos/[email protected]/types/module#DefaultMigrationsOrder> | ||
#[prost(string, repeated, tag = "7")] | ||
pub order_migrations: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, | ||
/// precommiters specifies the module names of the precommiters | ||
/// to call in the order in which they should be called. If this is left empty | ||
/// no precommit function will be registered. | ||
#[prost(string, repeated, tag = "8")] | ||
pub precommiters: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, | ||
/// prepare_check_staters specifies the module names of the prepare_check_staters | ||
/// to call in the order in which they should be called. If this is left empty | ||
/// no preparecheckstate function will be registered. | ||
#[prost(string, repeated, tag = "9")] | ||
pub prepare_check_staters: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, | ||
} | ||
/// StoreKeyConfig may be supplied to override the default module store key, which | ||
/// is the module name. | ||
|
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
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.