|
2 | 2 |
|
3 | 3 | ## UNRELEASED |
4 | 4 |
|
| 5 | +### Improvements |
| 6 | + |
| 7 | +* [#1779](https://github.com/crypto-org-chain/cronos/pull/1779) Upgrade rocksdb to `v9.11.2`. |
| 8 | + |
| 9 | +*Apr 9, 2025* |
| 10 | + |
| 11 | +## v1.4.6 |
| 12 | + |
| 13 | +### Bug Fixes |
| 14 | + |
| 15 | +* [#1783](https://github.com/crypto-org-chain/cronos/pull/1783) Fix eth_getLogs edge case with batch transaction. |
| 16 | +* [#1785](https://github.com/crypto-org-chain/cronos/pull/1785) Include ethermint bug fixes (https://github.com/crypto-org-chain/ethermint/pull/579). |
| 17 | + |
| 18 | +### Improvements |
| 19 | + |
| 20 | +* [#1780](https://github.com/crypto-org-chain/cronos/pull/1780) memiavl LoadVersion loads up to the target version instead of exact version. |
| 21 | + |
| 22 | +*Mar 13, 2025* |
| 23 | + |
| 24 | +## v1.4.5 |
| 25 | + |
| 26 | +### Bug Fixes |
| 27 | + |
| 28 | +* [#1759](https://github.com/crypto-org-chain/cronos/pull/1759) Fix version mismatch happen occasionally. |
| 29 | +* [#1766](https://github.com/crypto-org-chain/cronos/pull/1766) Include a security patch from ibc-go `v8.7.0`. |
| 30 | + |
| 31 | +*Feb 28, 2025* |
| 32 | + |
| 33 | +## v1.4.4 |
| 34 | + |
5 | 35 | ### Bug Fixes |
6 | 36 |
|
7 | | -* [#1720](https://github.com/crypto-org-chain/cronos/pull/1720) Include the fix of performance regression after upgrade in iavl. |
8 | | -* [#1725](https://github.com/crypto-org-chain/cronos/pull/1725) Include the fix of deadlock when close tree in iavl. |
9 | 37 | * [#1724](https://github.com/crypto-org-chain/cronos/pull/1724) Include the fix of nonce management in batch tx in ethermint. |
10 | 38 | * [#1748](https://github.com/crypto-org-chain/cronos/pull/1748) Query with GetCFWithTS to compare both timestamp and key to avoid run fixdata multiple times. |
11 | 39 | * (versiondb) [#1751](https://github.com/crypto-org-chain/cronos/pull/1751) Add missing Destroy for read options to properly hold and release options reference. |
| 40 | +* [#1753](https://github.com/crypto-org-chain/cronos/pull/1753) Support legacy global AccountNumber. |
12 | 41 | * (versiondb) [#1758](https://github.com/crypto-org-chain/cronos/pull/1758) Avoid ReadOptions mutated by reference release in iterator. |
13 | | -* [#1759](https://github.com/crypto-org-chain/cronos/pull/1759) Fix version mismatch happen occasionally. |
14 | | -* [#1766](https://github.com/crypto-org-chain/cronos/pull/1766) Include a security patch from ibc-go `v8.7.0`. |
| 42 | +* [#1761](https://github.com/crypto-org-chain/cronos/pull/1761) Include a security patch from ibc-go. |
15 | 43 |
|
16 | 44 | ### Improvements |
17 | 45 |
|
18 | 46 | * [#1747](https://github.com/crypto-org-chain/cronos/pull/1747) Skip batch initialization and flush when fixdata with dry-run. |
19 | | -* [#1779](https://github.com/crypto-org-chain/cronos/pull/1779) Upgrade rocksdb to `v9.11.2`. |
20 | | -* [#1780](https://github.com/crypto-org-chain/cronos/pull/1780) memiavl LoadVersion loads up to the target version instead of exact version. |
21 | 47 |
|
22 | | -### State Machine Breaking |
| 48 | +*Feb 3, 2025* |
| 49 | + |
| 50 | +## v1.4.3 |
23 | 51 |
|
| 52 | +### Bug Fixes |
| 53 | + |
| 54 | +* [#1736](https://github.com/crypto-org-chain/cronos/pull/1736) Update cometbft to v0.38.17. |
| 55 | + |
| 56 | +*Dec 19, 2024* |
| 57 | + |
| 58 | +## v1.4.2 |
| 59 | + |
| 60 | +### Bug Fixes |
| 61 | + |
| 62 | +* [#1720](https://github.com/crypto-org-chain/cronos/pull/1720) Include the fix of performance regression after upgrade in iavl. |
| 63 | +* [#1725](https://github.com/crypto-org-chain/cronos/pull/1725) Include the fix of deadlock when close tree in iavl. |
| 64 | +* [#1723](https://github.com/crypto-org-chain/cronos/pull/1723) Include the restriction of same sender tx appear in the same tx after contract creation in ethermint. |
24 | 65 | * [#1722](https://github.com/crypto-org-chain/cronos/pull/1722) Include a security patch from cosmos sdk. |
25 | 66 |
|
26 | 67 | *Dec 9, 2024* |
|
0 commit comments