This repository has been archived by the owner on May 13, 2024. It is now read-only.
forked from evmos/ethermint
-
Notifications
You must be signed in to change notification settings - Fork 1
sdk0.47 update #2
Merged
Merged
Changes from 105 commits
Commits
Show all changes
123 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 5151e65
add return limit for call (#269)
mmsqe 0c41d20
fix(rpc): align block number input behaviour for eth_getProof (backpo…
mmsqe 6622b20
fix: fee history api (backport: #1720) (#271)
mmsqe 03441c3
feat: integrate tendermint bootstrap cmd (#242) (#272)
mmsqe 266040f
fix: parse for websocket connID (backport: #1685) (#239) (#273)
mmsqe 8982163
fix: avoid channel get changed when concurrent subscribe happens (bac…
mmsqe 1a879ae
feat: call Close method on app to cleanup resource on graceful shutdo…
mmsqe afb1039
fix: decode filtered logs in ws (backport: #1781) (#251) (#277)
mmsqe 2c58a53
get consParams from keeper if not in ctx
mmsqe 331a437
point back cometbft
mmsqe bcde07c
fix broadcast mode
mmsqe 6222d09
Merge branch 'sdk_v47' into develop
mmsqe 119caa7
fix lint
mmsqe d14eada
fix: add nil check for consParams.Block (backport: #1790) (#279)
mmsqe 59b2a0d
Merge branch 'develop' into backport-1782
mmsqe 32d9aef
update default params for test
mmsqe 1426287
cleanup deps
mmsqe 120dde5
fix ibc client route in gov router
mmsqe 09058f8
fix broadcast mode
mmsqe 7dfd2b2
update default params for test (#287)
mmsqe 7597dac
Merge remote-tracking branch 'origin/develop' into backport-1782
mmsqe d3da450
fix ibctm
mmsqe 7600741
point to sdk cp fix
mmsqe 2d64b85
Update rpc/backend/utils.go
mmsqe ff04b84
Update rpc/types/utils.go
mmsqe 3dd402f
fix build
mmsqe 949c059
revert get params by consensusparamkeeper
mmsqe 8ebf0e8
Problem: rocksdb 8.0 is not used (#302)
mmsqe d62ea3f
Merge remote-tracking branch 'origin/develop' into backport-1782
mmsqe 20253ce
keep validator err msg
mmsqe 7d47f70
Revert "keep validator err msg"
mmsqe 766b724
test with more retries
mmsqe 6226643
add expect_cb
mmsqe 2e1ffaa
fix hooks
mmsqe 2f297f9
rm RandomizedParams ProposalContents
mmsqe a08af41
prune expire state
mmsqe f14c208
Fixes
skosito d8c69a4
get consensus params from module
skosito f99cf16
Return proper error on revert
skosito e65c79d
Revert add return limit for call (#269)
skosito 9fb24e4
Revert "fix(rpc): align block number input behaviour for eth_getProof…
skosito ecfc1a7
Revert "fix: fee history api (backport: #1720) (#271)"
skosito e71fa27
Revert "feat: integrate tendermint bootstrap cmd (#242) (#272)"
skosito 4e76cf5
Revert "fix: parse for websocket connID (backport: #1685) (#239) (#273)"
skosito 94bef4f
Revert "fix: avoid channel get changed when concurrent subscribe happ…
skosito 9dd1323
Revert "fix: decode filtered logs in ws (backport: #1781) (#251) (#277)"
skosito 78197dd
Fix go.mod
skosito 952b055
Revert entry from changelog
skosito 20ee767
Merge pull request #5 from zeta-chain/backport-1782-revert-non-upgrad…
skosito 70f3c6b
Bump cosmos sdk to 0.47.10
skosito 14a947d
Merge pull request #6 from zeta-chain/backport-1782-revert-non-upgrad…
skosito 83484d5
Revert cons params changes
skosito b226333
Fix some lint issues
skosito e913971
More lint fixes
skosito 5a33e15
Fix error in tests
skosito 91442e9
CI fixes
skosito dd4810a
trying to fix integration tests with backports fixes
skosito 2a53382
Try out fix for test upgrade
skosito 3ee919a
Add timeout to integration tests
skosito 33e3392
comment test upgrade
skosito 2617283
comment more tests
skosito 0e87873
test
skosito b5ea75b
fix assertion in test pruned node integration test
skosito 7e2e1e5
test
skosito 5295e34
test
skosito 3aed267
add timeout to websocket tests
skosito 30674c3
proper timeout
skosito 8f4fb9e
remove websockets integration tests that are not part of original repo
skosito 747f128
lint
skosito 07e174b
formatting
skosito 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ | |
- (app) [#1739](https://github.com/evmos/ethermint/pull/1739) Remove distribution module perms | ||
- (ante) [#1741](https://github.com/evmos/ethermint/pull/1741) Add authz ante handler | ||
- (eip712) [#1746](https://github.com/evmos/ethermint/pull/1746) Add EIP712 support for multiple messages and schemas | ||
- (feemarket) [#1790](https://github.com/evmos/ethermint/pull/1790) Raise error when get invalid consensus params | ||
- (deps) [#1782](https://github.com/evmos/ethermint/pull/1782) Bump Cosmos-SDK to v0.47.3 and ibc-go to v7.1.0. | ||
|
||
### Bug Fixes | ||
|
||
|
@@ -51,6 +53,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ | |
### Improvements | ||
|
||
- (ante) [#1717](https://github.com/evmos/ethermint/pull/1717) Reuse sender recovery result. | ||
- (cli) [#246](https://github.com/crypto-org-chain/ethermint/pull/246) Call app.Close to cleanup resource on graceful shutdown. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. keep this additional change since it is low impact |
||
|
||
|
||
## [v0.21.0] - 2023-01-26 | ||
|
||
|
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.
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.
keep this additional change since it is needed for consensus params