-
Notifications
You must be signed in to change notification settings - Fork 351
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
Problem: cosmos-sdk 0.46 is not used #828
Merged
Merged
Changes from 2 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
7834930
ugprade dependencies and tidy
yihuang d213eb2
fix build
yihuang 2e3ddda
fix go lint
yihuang c9c7578
go test ./x/nft/...
yihuang 6e199b8
make test
yihuang 4ed8dc8
update gomod2nix.toml
yihuang 2b52324
remove build time db_backend
yihuang e1e921a
fixup! fix go lint
yihuang 567cfa3
fixup! remove build time db_backend
yihuang aa6e445
fix instrumented binary
yihuang 126228a
fix nix build
yihuang ae5613e
fix integration tests
yihuang 055edb5
fix gov test, deposit not get burn
yihuang 7729321
fix upgrade integration test
yihuang 93d4346
posthandler scaffolding
yihuang 720c5cd
fix upgrade integration test
yihuang cf37877
fix cmd in integration test
yihuang 9d3ec19
init cmd of ClusterCLI
yihuang a7d1c44
fix empty upgrade_info
yihuang 62d73b0
Merge branch 'master' into sdk-46
yihuang bf99a30
go mod tidy and gomod2nix
yihuang 5c96dab
fix build
yihuang 9e26bbc
fixup! fix empty upgrade_info
yihuang 1651de4
Merge remote-tracking branch 'origin/master' into sdk-46
yihuang b48e949
fix upgrade integration test
yihuang f884d9f
Merge branch 'master' into sdk-46
yihuang d1cf1c5
remove wasmvm build tag
yihuang 4adfb00
fix upgrade failure
yihuang 93dee51
update cosmos-sdk for upgrade fix
yihuang dd02033
Merge remote-tracking branch 'origin/master' into sdk-46
yihuang 8cf0f04
increase sim build timeout
yihuang a026553
fix sim test
yihuang 30cbacc
cleanup modules
yihuang 4f0cf37
Merge branch 'master' into sdk-46
yihuang 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 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
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.
wouldn't there be a conflict on the store?
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.
as long as we don't enable the SDK module, it might be fine?
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.
but we will want to migrate to it / enable it?
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.
https://github.com/crypto-org-chain/chain-main/blob/master/doc/architecture/adr-004.md
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.
hmm, maybe do that in another PR: #829