Skip to content

Commit de4790d

Browse files
committed
chore(main): release taiko-alethia-client-rs 2.3.0
1 parent 0b9598f commit de4790d

4 files changed

Lines changed: 28 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"packages/snaefell-ui": "1.1.0",
99
"packages/supplementary-contracts": "1.0.0",
1010
"packages/taiko-client": "2.6.0",
11-
"packages/taiko-client-rs": "2.2.0",
11+
"packages/taiko-client-rs": "2.3.0",
1212
"packages/taikoon-ui": "1.3.0",
1313
"packages/ui-lib": "1.0.0"
1414
}

packages/taiko-client-rs/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-alethia-client-rs-v2.2.0...taiko-alethia-client-rs-v2.3.0) (2026-08-06)
4+
5+
6+
### Features
7+
8+
* **taiko-client-rs:** harden event scanner against transient L1 stalls ([#21969](https://github.com/taikoxyz/taiko-mono/issues/21969)) ([9ef35dd](https://github.com/taikoxyz/taiko-mono/commit/9ef35dd36a7de9092ac5ceeedac092145456f20f))
9+
* **taiko-client-rs:** optimize discv5 discovery + 20–30 peer management for the whitelist driver ([#21971](https://github.com/taikoxyz/taiko-mono/issues/21971)) ([c1d4b3c](https://github.com/taikoxyz/taiko-mono/commit/c1d4b3cf909ecb4b5d721048172aab0188392ebf))
10+
11+
12+
### Bug Fixes
13+
14+
* **taiko-client-rs:** extend preconfirmation timeout ([#21992](https://github.com/taikoxyz/taiko-mono/issues/21992)) ([ce7c2e8](https://github.com/taikoxyz/taiko-mono/commit/ce7c2e89580fcb181a3a76a4ca97d759eae337c7))
15+
* **taiko-client-rs:** support SP1 fixed-k signer ([#21990](https://github.com/taikoxyz/taiko-mono/issues/21990)) ([4dbf352](https://github.com/taikoxyz/taiko-mono/commit/4dbf3522c5b2e2daa3e5de8045cc4a6b60aae118))
16+
17+
18+
### Chores
19+
20+
* **taiko-client-rs:** expose FixedKSigner without the net feature ([#21981](https://github.com/taikoxyz/taiko-mono/issues/21981)) ([fbe6716](https://github.com/taikoxyz/taiko-mono/commit/fbe6716c43c833b1bd9dfa80c784f67ed44df273))
21+
* **taiko-client,taiko-client-rs:** refuse shutdown ahead of imminent sequencing windows ([#22000](https://github.com/taikoxyz/taiko-mono/issues/22000)) ([7684747](https://github.com/taikoxyz/taiko-mono/commit/76847471d067509c3d137c29a2b6abe4dd7bbd2d))
22+
23+
24+
### Tests
25+
26+
* **taiko-client-rs:** stabilize the e2e lane and harden the test suite ([#21967](https://github.com/taikoxyz/taiko-mono/issues/21967)) ([abbc29d](https://github.com/taikoxyz/taiko-mono/commit/abbc29d0e9a521481fe259fa47713b0b03ad3501))
27+
328
## [2.2.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-alethia-client-rs-v2.1.0...taiko-alethia-client-rs-v2.2.0) (2026-07-15)
429

530

packages/taiko-client-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
resolver = "2"
1313

1414
[workspace.package]
15-
version = "2.2.0"
15+
version = "2.3.0"
1616
edition = "2024"
1717
rust-version = "1.94"
1818
authors = ["Taiko Labs"]

packages/taiko-client-rs/crates/bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bindings"
3-
version = "2.2.0"
3+
version = "2.3.0"
44
edition = "2021"
55
license.workspace = true
66

0 commit comments

Comments
 (0)