feat: bump up cosmos-sdk v0.50.6 and cometbft v0.38.6#2
Closed
dudong2 wants to merge 126 commits intoCanto-Network:mainfrom
Closed
feat: bump up cosmos-sdk v0.50.6 and cometbft v0.38.6#2dudong2 wants to merge 126 commits intoCanto-Network:mainfrom
dudong2 wants to merge 126 commits intoCanto-Network:mainfrom
Conversation
cosmos-sdk v0.47.0 cometbft v0.37.0 cometbft-db v0.7.0 ibc-go/v7 v7.0.0 cosmos-proto v1.0.0-beta.2 (downgrade) cosmossdk.io/simapp v0.0.0-20230323161446-0af178d721fffeat: bump up ibc-go/v7 v7.0.0
* Problem: localhost client param is not migrated for more info, https://github.com/cosmos/ibc-go/blob/v7.2.0/docs/migrations/v7-to-v7_1.md * add test * fix test * WithConsensusParamsGetter to MigrationModuleManager
…ng messages in check tx mode (evmos#327) * small fixes (evmos#310) * disable vesting account messages in check tx * Problem: don't support blocking addresses Solution: - support block addresses in mempool * fix error * put block address logic after validate basic * fix build * Apply suggestions from code review Signed-off-by: yihuang <huang@crypto.com> --------- Signed-off-by: yihuang <huang@crypto.com> * rm IsCheckTx check --------- Signed-off-by: yihuang <huang@crypto.com> Co-authored-by: yihuang <huang@crypto.com>
…vmos#350) Solution: - re-order ante handlers, use cached from address
* fix negative dynamic fee * Update app/ante/fee_checker.go Signed-off-by: yihuang <huang@crypto.com> * fix build --------- Signed-off-by: yihuang <huang@crypto.com>
This reverts commit a9803b2.
This reverts commit 71c8a78.
10 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes: #XXX
Description
Key dependency changes:
notable changed files
app
rpc
modules
autocli, so removes contents of tx.go, query.goValidateBasiclogic to msg_serverprotobuf. But in case ofMsgEthereumTx, GetSigners func is alive and implemented GetSignersFromMsgEthereumTxV2 func additionally.(ref. feat: bump up cosmos-sdk v0.50.x, cometbft v0.38.x b-harvest/Canto#53 (comment))msg levelsoauthorityhas been added to the required module.(ref. Add CLI command to submit new Gov proposals, using Msgs cosmos/cosmos-sdk#10952)KVStoreServiceas opposed to the prev way of accessing KVStore via store key.(ref. refactor(x/staking)!: KVStoreService, return errors and use context.Context cosmos/cosmos-sdk#16324, ...)NOTE
go.modare upgraded, need to ensure that there are no security issues.For contributor use:
docs/) or specification (x/<module>/spec/)godoccomments.Unreleasedsection inCHANGELOG.mdFiles changedin the Github PR explorerFor admin use:
WIP,R4R,docs, etc)