Skip to content

Commit

Permalink
Merge branch 'rc/v0.119.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Oct 29, 2024
2 parents ea56ee6 + 69d4df8 commit c6b35cf
Show file tree
Hide file tree
Showing 154 changed files with 2,578 additions and 2,208 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_integration_tests_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
shell: bash
- name: upload log files
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}_integration.log
path: ${{ env.CKB_INTEGRATION_TEST_TMP }}/integration.log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_integration_tests_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
shell: bash
- name: upload log files
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}_integration.log
path: ${{ env.CKB_INTEGRATION_TEST_TMP }}/integration.log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_integration_tests_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
shell: bash
- name: upload log files
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}_integration.log
path: ${{ env.CKB_INTEGRATION_TEST_TMP }}/integration.log
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# CHANGELOG

## [v0.119.0](https://github.com/nervosnetwork/ckb/compare/v0.118.0...v0.119.0) (2024-10-25)

### Features

- #4635: Intro preview chain (@zhangsoledad)

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.

### Bug Fixes

- #4623: Fix atomic ordering in multi-thread (@driftluo)
- #4664 **script:** Remove isa a in version 2 (@mohanson)
- #4677: fix(script): fixed panic when calling `inherited_fds` in root process (@zhangsoledad)

### Improvements

- #4561: Recover possible transaction in conflicted cache when RBF (@chenyukang)
- #4641: Let BlockFilter exit if ckb has received exit signal (@eval-exec)
- #4654: `get_fee_rate_statistics` should aware `block_ext.txs_sizes` length is `block_ext.txs_fees` length + 1 (@eval-exec)
- #4509: Improve query performance of `get_cells` in rich-indexer (@EthanYuan)
- #4674: Remove empty entry for `OrphanPool` (@eval-exec)

## [v0.118.0](https://github.com/nervosnetwork/ckb/compare/v0.117.0...v0.118.0) (2024-09-12)

### Features
Expand Down
Loading

0 comments on commit c6b35cf

Please sign in to comment.