Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
142 changes: 71 additions & 71 deletions Cargo.lock

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions block-filter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-block-filter-v1.1.0...ckb-block-filter-v1.1.1) - 2026-06-08

### Changed

- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)

### Contributors

- @eval-exec

## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-block-filter-v1.0.1...ckb-block-filter-v1.1.0) - 2026-03-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion block-filter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-block-filter"
version = "1.1.0"
version = "1.1.1"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
Expand Down
16 changes: 16 additions & 0 deletions chain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.2](https://github.com/nervosnetwork/ckb/compare/ckb-chain-v1.2.1...ckb-chain-v1.2.2) - 2026-06-08

### Changed

- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)

### Fixed

- fix overflows (by @chenyukang)
- improve timeout assertion message in test_package_txs_with_deps (#5211) (by @chenyukang)

### Contributors

- @chenyukang
- @eval-exec

## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-chain-v1.2.0...ckb-chain-v1.2.1) - 2026-04-24

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-chain"
version = "1.2.1"
version = "1.2.2"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
Expand Down
15 changes: 15 additions & 0 deletions ckb-bin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-bin-v1.1.0...ckb-bin-v1.1.1) - 2026-06-08

### Changed

- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)

### Fixed

- avoid replay profile zero-duration panic (#5217) (by @chenyukang)

### Contributors

- @chenyukang
- @eval-exec

## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-bin-v1.0.2...ckb-bin-v1.1.0) - 2026-03-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion ckb-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-bin"
version = "1.1.0"
version = "1.1.1"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
Expand Down
10 changes: 10 additions & 0 deletions db-migration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-db-migration-v1.1.0...ckb-db-migration-v1.1.1) - 2026-06-08

### Changed

- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)

### Contributors

- @eval-exec

## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-db-migration-v1.0.2...ckb-db-migration-v1.1.0) - 2026-03-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion db-migration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-db-migration"
version = "1.1.0"
version = "1.1.1"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
Expand Down
10 changes: 10 additions & 0 deletions db-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-db-schema-v1.1.0...ckb-db-schema-v1.1.1) - 2026-06-08

### Changed

- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)

### Contributors

- @eval-exec

## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-db-schema-v1.0.1...ckb-db-schema-v1.1.0) - 2026-03-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion db-schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-db-schema"
version = "1.1.0"
version = "1.1.1"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
Expand Down
10 changes: 10 additions & 0 deletions db/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-db-v1.1.0...ckb-db-v1.1.1) - 2026-06-08

### Changed

- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)

### Contributors

- @eval-exec

## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-db-v1.0.2...ckb-db-v1.1.0) - 2026-03-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-db"
version = "1.1.0"
version = "1.1.1"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
Expand Down
10 changes: 10 additions & 0 deletions error/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-error-v1.1.0...ckb-error-v1.1.1) - 2026-06-08

### Changed

- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)

### Contributors

- @eval-exec

## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-error-v1.0.2...ckb-error-v1.1.0) - 2026-03-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion error/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-error"
version = "1.1.0"
version = "1.1.1"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
Expand Down
10 changes: 10 additions & 0 deletions freezer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-freezer-v1.1.0...ckb-freezer-v1.1.1) - 2026-06-08

### Changed

- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)

### Contributors

- @eval-exec

## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-freezer-v1.0.1...ckb-freezer-v1.1.0) - 2026-03-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion freezer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-freezer"
version = "1.1.0"
version = "1.1.1"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
Expand Down
10 changes: 10 additions & 0 deletions miner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-miner-v1.1.0...ckb-miner-v1.1.1) - 2026-06-08

### Changed

- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)

### Contributors

- @eval-exec

## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-miner-v1.0.2...ckb-miner-v1.1.0) - 2026-03-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion miner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-miner"
version = "1.1.0"
version = "1.1.1"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
Expand Down
10 changes: 10 additions & 0 deletions network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.2](https://github.com/nervosnetwork/ckb/compare/ckb-network-v1.2.1...ckb-network-v1.2.2) - 2026-06-08

### Changed

- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)

### Contributors

- @eval-exec

## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-network-v1.2.0...ckb-network-v1.2.1) - 2026-04-24

### Changed
Expand Down
2 changes: 1 addition & 1 deletion network/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-network"
version = "1.2.1"
version = "1.2.2"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
Expand Down
10 changes: 10 additions & 0 deletions notify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-notify-v1.1.0...ckb-notify-v1.1.1) - 2026-06-08

### Changed

- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)

### Contributors

- @eval-exec

## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-notify-v1.0.2...ckb-notify-v1.1.0) - 2026-03-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion notify/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-notify"
version = "1.1.0"
version = "1.1.1"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
license = "MIT"
Expand Down
10 changes: 10 additions & 0 deletions pow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-pow-v1.1.0...ckb-pow-v1.1.1) - 2026-06-08

### Changed

- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)

### Contributors

- @eval-exec

## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-pow-v1.0.2...ckb-pow-v1.1.0) - 2026-03-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion pow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-pow"
version = "1.1.0"
version = "1.1.1"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
license = "MIT"
Expand Down
10 changes: 10 additions & 0 deletions resource/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.2](https://github.com/nervosnetwork/ckb/compare/ckb-resource-v1.1.1...ckb-resource-v1.1.2) - 2026-06-08

### Changed

- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)

### Contributors

- @eval-exec

## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-resource-v1.1.0...ckb-resource-v1.1.1) - 2026-04-24

### Changed
Expand Down
2 changes: 1 addition & 1 deletion resource/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-resource"
version = "1.1.1"
version = "1.1.2"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
Expand Down
18 changes: 18 additions & 0 deletions rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.3](https://github.com/nervosnetwork/ckb/compare/ckb-rpc-v1.2.2...ckb-rpc-v1.2.3) - 2026-06-08

### Changed

- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)

### Fixed

- fix overflows (by @chenyukang)
- Fix RPC test chain service teardown on Windows (#5213) (by @chenyukang)
- fix some comments to improve readability (#5209) (by @caltechustc)

### Contributors

- @chenyukang
- @caltechustc
- @eval-exec

## [1.2.2](https://github.com/nervosnetwork/ckb/compare/ckb-rpc-v1.2.1...ckb-rpc-v1.2.2) - 2026-04-24

### Changed
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-rpc"
version = "1.2.2"
version = "1.2.3"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
Expand Down
18 changes: 18 additions & 0 deletions script/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-script-v1.1.0...ckb-script-v1.1.1) - 2026-06-08

### Changed

- Merge commit from fork (by @Officeyutong)
- Merge commit from fork (by @Officeyutong)
- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)

### Fixed

- fix overflows (by @chenyukang)

### Contributors

- @Officeyutong
- @chenyukang
- @eval-exec

## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-script-v1.0.2...ckb-script-v1.1.0) - 2026-03-02

### Added
Expand Down
Loading
Loading