Skip to content

Commit 69d4df8

Browse files
committed
chore: CHANGELOG for v0.119.0
1 parent 8753881 commit 69d4df8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# CHANGELOG
22

3+
## [v0.119.0](https://github.com/nervosnetwork/ckb/compare/v0.118.0...v0.119.0) (2024-10-25)
4+
5+
### Features
6+
7+
- #4635: Intro preview chain (@zhangsoledad)
8+
9+
Introduces a new chain operation to provide a preview environment for the upcoming hardfork on the Nervos CKB network. The new chain allows users and developers to test and review the hardfork changes before they are officially deployed on the mainnet, ensuring all updates and features are thoroughly validated. This preview chain helps improve the security and reliability of the hard fork process, minimizing potential risks before the main deployment.
10+
11+
### Bug Fixes
12+
13+
- #4623: Fix atomic ordering in multi-thread (@driftluo)
14+
- #4664 **script:** Remove isa a in version 2 (@mohanson)
15+
- #4677: fix(script): fixed panic when calling `inherited_fds` in root process (@zhangsoledad)
16+
17+
### Improvements
18+
19+
- #4561: Recover possible transaction in conflicted cache when RBF (@chenyukang)
20+
- #4641: Let BlockFilter exit if ckb has received exit signal (@eval-exec)
21+
- #4654: `get_fee_rate_statistics` should aware `block_ext.txs_sizes` length is `block_ext.txs_fees` length + 1 (@eval-exec)
22+
- #4509: Improve query performance of `get_cells` in rich-indexer (@EthanYuan)
23+
- #4674: Remove empty entry for `OrphanPool` (@eval-exec)
24+
325
## [v0.118.0](https://github.com/nervosnetwork/ckb/compare/v0.117.0...v0.118.0) (2024-09-12)
426

527
### Features

0 commit comments

Comments
 (0)