This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 562
feat: Cosmos SDK v47 integration #1782
Closed
Closed
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
a1d60e4
integrate with sdk V47 & ibc-go V7
JayT106 95f3be6
update proto-gen and proto files
JayT106 f783e5f
fix e2e tests
JayT106 b99bf1e
tmp
JayT106 27aa7cb
working tmp
JayT106 3d99e64
fix rebase conflict
JayT106 5b6a3db
fix merge conflict
JayT106 e3f2974
fix test
JayT106 70e6557
recover makefile changes
JayT106 e5d1a63
fix lint
JayT106 285353d
fix protoc-gen-tool script
JayT106 1cc8df7
update tendermint dependency
JayT106 1290d89
update btcsuite/btcutil path
JayT106 b2d5b8b
update gomod2nix
JayT106 7947fa4
fix Makefile,regen proto files and remove third_party proto
JayT106 bce7c75
update gomod2nix
JayT106 1a5af18
fix lint
JayT106 a35f950
update nix
mmsqe 543ed5e
Merge branch 'sdk-v47-ibc-v7'
mmsqe 39fa7eb
replace cometbft tm-db
mmsqe 270cf86
algo -> key-type
mmsqe ba22e6d
set mempool
mmsqe d579f73
set chainId
mmsqe 2a5fefb
update protobuf
mmsqe fddafc0
fix import
mmsqe 5d170e4
fix test
mmsqe 419d1c0
debug test
mmsqe 94c6694
update nix
mmsqe a223267
fix btcsuite
mmsqe a9dbbfe
make proto-gen follow by UPGRADING.md
mmsqe 4dd3e1d
fix sync issue with latest blk
mmsqe 937a3e1
disable depguard
mmsqe 77aaa58
gogo/protobuf -> cosmos/gogoproto
mmsqe a6ba5d4
no pass chain_id after setup
mmsqe 067c390
fix lint
mmsqe 24d8c2e
fix err msg due to empty version check fix
mmsqe 4722e01
add the crisis store in store upgrades
mmsqe 54aac17
fix lint
mmsqe 9be2499
add consensus upgrade
mmsqe b90016f
migrate consensus parameters
mmsqe bc3fbfd
fix lint
mmsqe e41e077
allow flag overwrite chainId
mmsqe b739244
fix ConsensusParams
mmsqe c0371da
fix lint
mmsqe 4c612a3
add paramKeyTable
mmsqe 7227022
add change log
mmsqe 99c004b
err code change due to nested msg check
mmsqe a0487ff
fix lint
mmsqe 856c815
cleanup mod
mmsqe 30980bb
add nil check for consParams.Block
mmsqe ad23f7a
Revert "fix ConsensusParams"
mmsqe aed8238
sdk to v0.47.3 and ibc-go to v7.1.0
mmsqe d09961e
point to logger fix
mmsqe 2c58a53
get consParams from keeper if not in ctx
mmsqe 331a437
point back cometbft
mmsqe bcde07c
fix broadcast mode
mmsqe 90b6b76
Revert "get consParams from keeper if not in ctx"
mmsqe 373b493
point to sdk cp fix
mmsqe 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
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.
err code change, for more info