-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
feat: migrate x/crisis use app wiring #12270
Merged
julienrbrt
merged 47 commits into
epic/app-wiring
from
JeancarloBarrios/migrate_crisis_use_app_wiring
Jun 29, 2022
Merged
Changes from 35 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
ff12daa
feat: migrate x/crisis to use app wiring
JeancarloBarrios 3b91f50
remove crisis from app
JeancarloBarrios 94edd50
Merge branch 'main' into JeancarloBarrios/migrate_crisis_use_app_wiring
JeancarloBarrios 518738a
comment import
JeancarloBarrios cadf47f
change config to pointer
JeancarloBarrios 9a275ec
remove double param
JeancarloBarrios b098923
Merge branch 'main' into JeancarloBarrios/migrate_crisis_use_app_wiring
JeancarloBarrios 8502184
remove slashing keeper
JeancarloBarrios 557c503
remove comments
JeancarloBarrios afcd47d
Update x/crisis/module.go
JeancarloBarrios 2dd2442
Merge branch 'JeancarloBarrios/migrate_crisis_use_app_wiring' of http…
JeancarloBarrios 80a51b4
change type for auth types
JeancarloBarrios 38b42b3
t
JeancarloBarrios cdb5f9a
Merge branch 'main' into JeancarloBarrios/migrate_crisis_use_app_wiring
JeancarloBarrios 1a243a3
Merge branch 'main' into JeancarloBarrios/migrate_crisis_use_app_wiring
JeancarloBarrios f9f8f76
depinject flag
JeancarloBarrios d551e98
remove crisis
JeancarloBarrios 808fad2
Merge branch 'main' into JeancarloBarrios/migrate_crisis_use_app_wiring
JeancarloBarrios 8a00c1e
add skip genesis invariant
JeancarloBarrios 59c29a6
changed the default app opts to have invalid check period
JeancarloBarrios 7bdbc5a
change app options to include flag period in tests
JeancarloBarrios cf525d3
updated proto removed config
JeancarloBarrios b7a5247
Merge branch 'main' into JeancarloBarrios/migrate_crisis_use_app_wiring
JeancarloBarrios aeb92e7
added free collector name to config
JeancarloBarrios 22995aa
register invariants
JeancarloBarrios b27cec5
add proto
JeancarloBarrios d59ff9b
change keeper to pointer
JeancarloBarrios 0c09cde
change keeper to pointer
JeancarloBarrios 22b50fc
change to pointer bug
JeancarloBarrios 8f88b94
remove print
JeancarloBarrios 32f7727
remove key and comments
JeancarloBarrios 24fe029
remove key and comments
JeancarloBarrios 7633b81
remove comments
JeancarloBarrios a097c48
remove comments
JeancarloBarrios a7363c0
Merge branch 'main' into JeancarloBarrios/migrate_crisis_use_app_wiring
JeancarloBarrios 747c7a6
Delete debug_container.dot
JeancarloBarrios ba7200f
Update simapp/app.go
JeancarloBarrios c3ec174
Update simapp/app.go
JeancarloBarrios 8bcc228
update docs
JeancarloBarrios da19557
Merge branch 'main' into JeancarloBarrios/migrate_crisis_use_app_wiring
JeancarloBarrios f736ecf
updated changelog
JeancarloBarrios 87e0516
Merge branch 'JeancarloBarrios/migrate_crisis_use_app_wiring' of http…
JeancarloBarrios 675dd40
change order back to norma;
JeancarloBarrios 1d4f9fe
updated docs
JeancarloBarrios 969acf9
implement comments
julienrbrt 2e8d0d0
Merge branch 'epic/app-wiring' into JeancarloBarrios/migrate_crisis_u…
julienrbrt d81378e
updates
julienrbrt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,3 @@ | ||
digraph "" { | ||
} | ||
|
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,14 @@ | ||
syntax = "proto3"; | ||
|
||
package cosmos.crisis.module.v1; | ||
|
||
import "cosmos/app/v1alpha1/module.proto"; | ||
|
||
// Module is the config object of the crisis module. | ||
message Module { | ||
option (cosmos.app.v1alpha1.module) = { | ||
go_import: "github.com/cosmos/cosmos-sdk/x/crisis" | ||
}; | ||
aaronc marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
string fee_collector_name = 1; | ||
} |
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.
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.
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.
this probably shouldn't be here
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.
Haha true sorry