forked from evmos/ethermint
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: bump up cosmos-sdk v0.50.6 and cometbft v0.38.6 #2
Open
dudong2
wants to merge
126
commits into
Canto-Network:main
Choose a base branch
from
b-harvest:dudong2/feat/cosmos-sdk@v0.50.x-cometbft@v0.38.0-2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: bump up cosmos-sdk v0.50.6 and cometbft v0.38.6 #2
dudong2
wants to merge
126
commits into
Canto-Network:main
from
b-harvest:dudong2/feat/cosmos-sdk@v0.50.x-cometbft@v0.38.0-2
Conversation
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
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
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.goValidateBasic
logic 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 level
soauthority
has been added to the required module.(ref. Add CLI command to submit new Gov proposals, using Msgs cosmos/cosmos-sdk#10952)KVStoreService
as 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.mod
are upgraded, need to ensure that there are no security issues.For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)