Skip to content

Commit 8ea8b17

Browse files
authored
Merge branch 'develop' into copilot/add-log-splitting-feature
2 parents 5fa0de6 + a24d47f commit 8ea8b17

103 files changed

Lines changed: 1174 additions & 843 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci_aarch64_build_ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ci-aarch64-cargo-
4040
- uses: dtolnay/rust-toolchain@master
4141
with:
42-
toolchain: 1.92.0
42+
toolchain: 1.95.0
4343
components: rustfmt
4444
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev build-essential
4545
- name: Build for aarch64

.github/workflows/ci_benchmarks_ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sudo docker image prune --all --force
3030
- uses: dtolnay/rust-toolchain@master
3131
with:
32-
toolchain: 1.92.0
32+
toolchain: 1.95.0
3333
components: rustfmt, clippy
3434
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev build-essential
3535
- uses: actions/checkout@v4

.github/workflows/ci_cargo_deny_ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ci-${{ runner.os }}-cargo-
4040
- uses: dtolnay/rust-toolchain@master
4141
with:
42-
toolchain: 1.85.0
42+
toolchain: 1.95.0
4343
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev build-essential
4444
- name: Run cargo deny checks
4545
run: |

.github/workflows/ci_integration_tests_ubuntu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sudo docker image prune --all --force
3636
- uses: dtolnay/rust-toolchain@master
3737
with:
38-
toolchain: 1.92.0
38+
toolchain: 1.95.0
3939
components: rustfmt, clippy
4040
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev build-essential tor
4141
- uses: actions/setup-go@v6
@@ -206,7 +206,7 @@ jobs:
206206
sudo docker image prune --all --force
207207
- uses: dtolnay/rust-toolchain@master
208208
with:
209-
toolchain: 1.92.0
209+
toolchain: 1.95.0
210210
components: rustfmt, clippy
211211
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev build-essential procps wget
212212
- uses: actions/checkout@v4

.github/workflows/ci_linters_ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- uses: dtolnay/rust-toolchain@master
3333
with:
34-
toolchain: 1.92.0
34+
toolchain: 1.95.0
3535
components: rustfmt, clippy
3636
- uses: actions/setup-go@v6
3737
with:

.github/workflows/ci_quick_checks_ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo docker image prune --all --force
3131
- uses: dtolnay/rust-toolchain@master
3232
with:
33-
toolchain: 1.92.0
33+
toolchain: 1.95.0
3434
components: rustfmt, clippy
3535
- uses: actions/setup-go@v6
3636
with:

.github/workflows/ci_unit_tests_ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo docker image prune --all --force
3131
- uses: dtolnay/rust-toolchain@master
3232
with:
33-
toolchain: 1.92.0
33+
toolchain: 1.95.0
3434
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev build-essential
3535
- name: Install nextest
3636
uses: taiki-e/install-action@nextest

.github/workflows/coverage_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: dtolnay/rust-toolchain@master
1818
with:
19-
toolchain: 1.92.0
19+
toolchain: 1.95.0
2020
components: rustfmt,llvm-tools-preview
2121
- run: sudo apt-get update && sudo apt-get install libssl-dev pkg-config libclang-dev -y && sudo apt-get install -y gcc-multilib build-essential
2222
- name: unit coverage

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Install Rust toolchain
3434
uses: dtolnay/rust-toolchain@master
3535
with:
36-
toolchain: 1.85.0
36+
toolchain: 1.95.0
3737
components: rustfmt
3838
- &generate-token
3939
name: Generate GitHub token

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.206.0](https://github.com/nervosnetwork/ckb/compare/v0.205.0...v0.206.0) - 2026-05-06
11+
12+
### Added
13+
14+
- add guide for running dev chain from existing data (#5125) (by @eval-exec)
15+
16+
### Changed
17+
18+
- bump rustls-webpki to 0.103.13 (#5186) (by @eval-exec)
19+
- update testnet bootnodes (#5176) (by @jiangxianliang007)
20+
- *(release)* reset version before changelog generation in bump.sh (#5131) (by @doitian)
21+
- update platform-support.md to reflect latest CI and build settings (#5142) (by @Copilot)
22+
- upgrade deps (#5132) (by @driftluo)
23+
24+
### Fixed
25+
26+
- preserve leading zero bytes and handle all-0xFF overflow in rich-indexer prefix search upper bound (#5166) (by @Copilot)
27+
- *(deps)* fix `make security-audit`: update keccak to 0.1.6 (#5158) (by @eval-exec)
28+
29+
### Security
30+
31+
- bump rustls-webpki to 0.103.12 (#5182) (by @eval-exec)
32+
- *(deps)* bump thin-vec from 0.2.14 to 0.2.16 (#5170) (by @dependabot[bot])
33+
- *(deps)* bump rustls-webpki from 0.103.7 to 0.103.10 (#5154) (by @dependabot[bot])
34+
35+
### Contributors
36+
37+
- @eval-exec
38+
- @jiangxianliang007
39+
- @doitian
40+
- @driftluo
41+
1042
## [0.205.0](https://github.com/nervosnetwork/ckb/compare/v0.204.0...v0.205.0) - 2026-03-17
1143

1244
### Added

0 commit comments

Comments
 (0)