Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: bump up cosmos sdk v0.50.x and cometbft v0.38.0 (#2)
* feat: update go.mod 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 * build: go mod tidy * build: fix build errors * test: fix tests * test: fix lint * feat: cherry-pick crypto-org-chain/ethermint v47 integration pr * feat: apply cosmos-sdk v0.47.x upgrade docs * docs: update gomod2nix.toml * Problem: localhost client param is not migrated (evmos#306) * 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 * Problem: recent version of SetPreBlocker is not used (evmos#326) * feat: support blocking list of addresses in mempool and disable vesting 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> * Revert blocking list feature from "feat: support blocking list of addresses in mempool and disable vesting messages in check tx mode (evmos#327)" This reverts commit 1533fc1. * Problem: performance regression because of un-cached sender recovery (evmos#350) Solution: - re-order ante handlers, use cached from address * Revert antehandler ordering from "Problem: performance regression because of un-cached sender recovery (evmos#350)" This reverts commit f0c4147. * fix negative dynamic fee (evmos#351) * 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> * test: fix lint * feat: update go.mod * build: fix build * test: fix tests * test: fix lint * build: bump up golang ver to 1.21 * test: update nix go ver to 1.21 * Revert "test: update nix go ver to 1.21" This reverts commit a9803b2. * Revert "build: bump up golang ver to 1.21" This reverts commit 71c8a78. * test: fix test-import * test: bump up golang ver to 1.21 * test: fix deploy-contract, lint checker * test: debug go ver for deploy-contract, fix lint checker * test: debug go ver for deploy-contract * test: go version order change * test: change go version from makefile-release, fix lint * chore: remove todo comments * feat: fix add prefix, replace test-contract to test-solidity * feat: fix genesis doc type error * test: fix test-rpc * test: fix test-solidity * test: fix test-solidity re-add export gopath, path * test: fix test-solidity replace goroot too * test: fix test-solidity add debug go env * test: fix test-solidity remove debug test, add go version command * test: fix test-solidity, split tools and test * test: fix test-solidity, add go version debug * test: fix test-solidity, add go env, remove sudo * test: fix test-solidity, add -E option to sudo * test: fix test-solidity, add env path * test: fix test-solidity, remove debug lines, add path * bug: fix tx, query commands * feat: match app.go with original code(cosmos-sdk v0.50.1) * test: fix lint * test: fix lint * test: fix lint * test: fix lint * test: fix lint * chore: re-enable resetta * test: update nix * test: update nix * test: update nix go ver to 1.21 * test: revert nix changes * test: update nix go ver to 1.21 * test: update gomod2nix.toml, add poetry2nix * test: fix poetry * test: fix integration test(env, cosmovisor, ...) * test: fix tests(finalize block, commit) * test: fix consensus-params-block-max_gas path in json * test: fix integration test(broken test - patch file, SyncInfo -> sync_info * test: fix integration test - test_account * test: fix test_account.py lint * test: fix warning * test: fix integration test - remove tx priority test * test: fix integration test - comment test_priority.py * test: fix integration test lint * test: fix base fee test * chore: uncomment or fix necessary parts * chore: change migrate funcs * chore: fix migration tests * feat: remove handler.go * test: fix lint * chore: fix get proof and signmode * chore: remove double-quote from go ver * chore: rename log and import * refactor: get signers from msg v2 * test: revert changed num * chore: update upgrades.go * chore: refactor testutil/network codes * refactor: split cmd/root.go to cmd/commands.go and cmd/root.go * test: fix lint * chore: remove nil check of consensusparam.abci, fix eip1559 base fee test * refactor: testutil/network codes * refactor: server/start file * chore: remove gitleaksignore * test: fix lint * test: fix integration test purned node error message * chore: modify comments * chore: fix python lint * chore: add config, purning, snapshot commands * test: fix python lint, gomod2nix * chore: apply simple reviews * feat: apply autocli.go * feat: set ibc fee keeper in app.go * fix: evm query store, code use custom query args * chore: fix ethereum rpc PUblicFilterAPI.NewHeads * chore: change EnhanceCusomCommand from false to true to restore Params query command * test: revert test_account.py * chore: remove x/nft, x/group, x/circuit * feat: fix subscribeNewHeads to use baseFee of block event * fix: testnet keyring option * test: restore multi send test * test: debug trace * chore: apply zsystem comments * feat: bump up cosmos-sdk v0.50.5 * feat: Move ValidateBasic logic from method func of msg to msg handler * feat: remove ibcfee module * feat: add new vesting account msg to disabled authz msgs * feat: enable gov module to receive external tokens * chore: bump cosmos-sdk v0.50.6 * chore: update gomod2nix.toml * chore: update gomod2nix.toml for cosmos-sdk v0.50.6 * test: fix lint * chore: Remove RegisterRESTRoutes from module.go * feat: bump ibc-go up from v8.0.0 to v8.2.1 * fix: Upgrade handler bug fix * docs: changelog --------- Signed-off-by: yihuang <huang@crypto.com> Co-authored-by: mmsqe <tqd0800210105@gmail.com> Co-authored-by: yihuang <huang@crypto.com>
- Loading branch information