You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33-2Lines changed: 33 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,42 @@
2
2
3
3
## UNRELEASED
4
4
5
-
*[#1869](https://github.com/crypto-org-chain/cronos/pull/1869) Add missing tx context during vm initialisation
6
-
*[#1872](https://github.com/crypto-org-chain/cronos/pull/1872) Support 4byteTracer for tracer
7
5
*[#1875](https://github.com/crypto-org-chain/cronos/pull/1875) Support for preinstalls
8
6
*[#1882](https://github.com/crypto-org-chain/cronos/pull/1882) Support for eip2935
9
7
*[#1880](https://github.com/crypto-org-chain/cronos/pull/1880) Move module from v2 to v1 to follow semver convention
8
+
9
+
10
+
11
+
*Nov 30, 2025*
12
+
13
+
## v1.5.4
14
+
15
+
### Improvements
16
+
17
+
*[#1898](https://github.com/crypto-org-chain/cronos/pull/1898) Chore: cleanup release by reverting #1892, #1893 and #1850.
18
+
*[#1901](https://github.com/crypto-org-chain/cronos/pull/1901) Feat: add mempool.feebump and disable-tx-replacement flags.
19
+
*[#1911](https://github.com/crypto-org-chain/cronos/pull/1911) Fix: bug on multiple tx replacements
20
+
21
+
22
+
*Oct 30, 2025*
23
+
24
+
## v1.5.3
25
+
26
+
### Bug fixes
27
+
*[#1898](https://github.com/crypto-org-chain/cronos/pull/1898) Check authorisation list for blocklisted address.
28
+
29
+
## v1.5.2
30
+
31
+
*[#1892](https://github.com/crypto-org-chain/cronos/pull/1892) fix: disable memiavl cache when optimistic execution is enabled.
32
+
*[#1893](https://github.com/crypto-org-chain/cronos/pull/1893) Normalize cache validator queue key to be UTC.
33
+
*[#1850](https://github.com/crypto-org-chain/cronos/pull/1850) Optimize staking endblocker execution by caching queue entries from iterators. Upgrade RocksDB to `v10.4.2` and enable asyncIO.
34
+
35
+
*Oct 15, 2025*
36
+
37
+
## v1.5.1
38
+
39
+
*[#1869](https://github.com/crypto-org-chain/cronos/pull/1869) Add missing tx context during vm initialisation
40
+
*[#1872](https://github.com/crypto-org-chain/cronos/pull/1872) fix(evm): support 4byteTracer for tracer
0 commit comments