-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
refactor: update core module to depinject changes #13115
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
e4b5846
refactor(depinject)!: require exported functions
aaronc 555c6fe
unexport ProviderDescriptor
aaronc 88f0935
WIP on tests
aaronc 1f9f6c7
fix tests and check for bound instance methods
aaronc 4fbf97a
Merge branch 'main' of github.com:cosmos/cosmos-sdk into aaronc/depin…
aaronc b1f0c98
address merge issues
aaronc 6e5ee43
WIP on checking valid types
aaronc 9925907
WIP on checking valid types
aaronc 5f2b439
WIP
aaronc 30ffdb9
tests passing
aaronc 8db2564
Merge branch 'main' of github.com:cosmos/cosmos-sdk into aaronc/depin…
aaronc ec9e610
revert changes outside module
aaronc 6546067
docs
aaronc 75b4456
docs
aaronc 0459519
docs
aaronc 0c0e801
Merge branch 'main' into aaronc/depinject-codegen-require-export
julienrbrt 6861c58
add comment
aaronc 5975b98
Merge remote-tracking branch 'origin/aaronc/depinject-codegen-require…
aaronc 2788ed0
Merge branch 'main' into aaronc/depinject-codegen-require-export
aaronc 227c7cf
Merge branch 'main' of github.com:cosmos/cosmos-sdk into aaronc/depin…
aaronc 30c67e9
Merge branch 'aaronc/depinject-codegen-require-export' of github.com:…
aaronc da5a0a1
revert
aaronc 8950c3f
update depinject go.mod versions
aaronc c83d045
Merge branch 'main' of github.com:cosmos/cosmos-sdk into aaronc/depin…
aaronc a5c4048
remove go.work
aaronc 811b316
Merge branch 'main' of github.com:cosmos/cosmos-sdk into aaronc/depin…
aaronc d037fa0
add go.work back
aaronc cf3bd20
update modules to require exported providers
aaronc ea328ed
Merge branch 'main' of github.com:cosmos/cosmos-sdk into aaronc/depin…
aaronc 40796f1
revert
aaronc 1f3e2d5
update go mods
aaronc 627c188
only update core, fix core tests
aaronc 895adce
Merge branch 'main' into aaronc/depinject-codegen-require-export2
aaronc 9e9303a
Merge branch 'main' into aaronc/depinject-codegen-require-export2
julienrbrt 009f3cb
Merge branch 'main' into aaronc/depinject-codegen-require-export2
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
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
This file was deleted.
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.
I needed to move this here because depinject complained that it was in an
internal
package before.