Skip to content

Commit bcec245

Browse files
HuangYiyihuang
authored andcommitted
Problem: parallel tx execution not integrated
Solution: - update ethermint and dependencies - fix sdk 50 integration fix tests cleanup remove export test fix versiondb build fix versiondb Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> fix test fix devnet Update memiavl/db.go Signed-off-by: yihuang <[email protected]> Update memiavl/db.go Signed-off-by: yihuang <[email protected]> Update memiavl/db.go Signed-off-by: yihuang <[email protected]> fix rocksdb build fix proto cosmos-db merged fix lint fix precompile Update cmd/cronosd/cmd/root.go Co-authored-by: mmsqe <[email protected]> Signed-off-by: yihuang <[email protected]> validate proto fix syncinfo fix cmd fix query_bank_send fix wait fix keyring fix build fix sync info fix ica add signer tags update ethermint update sdk add missing signer tag fix ibc update ethermint fix python lint fix lint ibc-go v8.2.0 fix gov fix ibc fix invariant fix sync info improve benchmark fix golint dedicated versiondb config section fix lint fix memiavl test fix root cmd
1 parent c2a1198 commit bcec245

File tree

124 files changed

+4852
-4745
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+4852
-4745
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## UNRELEASED
44

5+
### State Machine Breaking
6+
7+
* [#1377](https://github.com/crypto-org-chain/cronos/pull/1377) Upgrade sdk to 0.50, and integrate block-stm parallel tx execution.
8+
59
### Improvements
610

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

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

20-
2124
*April 2, 2024*
2225

2326
## v1.2.0-rc0
@@ -30,7 +33,6 @@
3033

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

33-
3436
*March 26, 2024*
3537

3638
## v1.1.1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ endif
270270
###############################################################################
271271

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

0 commit comments

Comments
 (0)