Skip to content

Commit

Permalink
Problem: parallel tx execution not integrated
Browse files Browse the repository at this point in the history
Solution:
- update ethermint and dependencies
- fix sdk 50 integration

Co-authored-by: mmsqe <[email protected]>
Signed-off-by: yihuang <[email protected]>

recover client

for more info, cosmos/ibc-go#3674

fix ibc

for more info, https://ibc.cosmos.network/main/migrations/v7-to-v8#params-migration

update deps

fix app hash mismatch

cleanup send_enable test
  • Loading branch information
yihuang committed Apr 15, 2024
1 parent 6986727 commit 72394ab
Show file tree
Hide file tree
Showing 196 changed files with 11,166 additions and 7,310 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## UNRELEASED

### State Machine Breaking

* [#1377](https://github.com/crypto-org-chain/cronos/pull/1377) Upgrade sdk to 0.50, and integrate block-stm parallel tx execution.

### Improvements

* (test) [#1380](https://github.com/crypto-org-chain/cronos/pull/1380) Upgrade cosmovisor to 1.5.0 in integration test.
Expand All @@ -17,7 +21,6 @@

* (rpc) [#1371](https://github.com/crypto-org-chain/cronos/pull/1371) Add param keytable in evm for old upgrade.


*April 2, 2024*

## v1.2.0-rc0
Expand All @@ -30,7 +33,6 @@

* [#1366](https://github.com/crypto-org-chain/ethermint/pull/1366) Keep behavior of random opcode as before.


*March 26, 2024*

## v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ endif
###############################################################################

HTTPS_GIT := https://github.com/crypto-org-chain/cronos.git
protoVer=0.11.6
protoVer=0.14.0
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)

Expand All @@ -286,7 +286,7 @@ proto-gen:

proto-lint:
@echo "Linting Protobuf files"
@$(protoImage) buf lint --error-format=json
@$(protoImage) buf lint ./proto --error-format=json

proto-swagger-gen:
@echo "Generating Protobuf Swagger"
Expand Down
Loading

0 comments on commit 72394ab

Please sign in to comment.