-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(depinject): support for core (#5976)
* wip: depinject ibc core module configuration * fix import cosmos/app/v1alpha1 import * fix wrong merge * add generation of pulsar files * remove previously generated proto file * add api import in go.mod * add api import to e2e * remove wrong import * some go.mod chores * remove code that should come in a different PR * update pulsar files * api go mod tidy * move to depinject.go * lint fix * replace api for 08-wasm * replace api for callbacks * e2e go mod tidy * copy api module to /go * chore: consolidate protogen scripts * review comments * replace staking keeper with consensus host in module inputs * downgrade api module to go 1.21 * Revert "downgrade api module to go 1.21" This reverts commit b56e330. * downgrade go to 1.21 in api module and update ics23 replace commit * remove pb.go files --------- Co-authored-by: Damian Nolan <[email protected]>
- Loading branch information
1 parent
71233e5
commit fdb29a2
Showing
13 changed files
with
687 additions
and
10 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
Oops, something went wrong.