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
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,36 @@
2
2
3
3
## UNRELEASED
4
4
5
+
*[#1907](https://github.com/crypto-org-chain/cronos/pull/1907) fix: Optimize staking endblocker with an in-memory KV store and standardize gas consumption for staking related messages
6
+
7
+
*Nov 30, 2025*
8
+
9
+
## v1.5.4
10
+
11
+
### Improvements
12
+
13
+
*[#1898](https://github.com/crypto-org-chain/cronos/pull/1898) Chore: cleanup release by reverting #1892, #1893 and #1850.
14
+
*[#1901](https://github.com/crypto-org-chain/cronos/pull/1901) Feat: add mempool.feebump and disable-tx-replacement flags.
15
+
*[#1911](https://github.com/crypto-org-chain/cronos/pull/1911) Fix: bug on multiple tx replacements
16
+
17
+
18
+
*Oct 30, 2025*
19
+
20
+
## v1.5.3
21
+
22
+
### Bug fixes
23
+
*[#1898](https://github.com/crypto-org-chain/cronos/pull/1898) Check authorisation list for blocklisted address.
24
+
25
+
## v1.5.2
26
+
27
+
*[#1892](https://github.com/crypto-org-chain/cronos/pull/1892) fix: disable memiavl cache when optimistic execution is enabled.
28
+
*[#1893](https://github.com/crypto-org-chain/cronos/pull/1893) Normalize cache validator queue key to be UTC.
29
+
*[#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.
30
+
31
+
*Oct 15, 2025*
32
+
33
+
## v1.5.1
34
+
5
35
*[#1869](https://github.com/crypto-org-chain/cronos/pull/1869) Add missing tx context during vm initialisation
6
36
*[#1872](https://github.com/crypto-org-chain/cronos/pull/1872) Support 4byteTracer for tracer
7
37
*[#1875](https://github.com/crypto-org-chain/cronos/pull/1875) Support for preinstalls
0 commit comments