Skip to content

Commit a5903a0

Browse files
authored
chore(main): release taiko-alethia-client 2.3.0 (#21516)
1 parent 211bddc commit a5903a0

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"packages/relayer": "0.13.1",
88
"packages/snaefell-ui": "1.1.0",
99
"packages/supplementary-contracts": "1.0.0",
10-
"packages/taiko-client": "2.2.0",
10+
"packages/taiko-client": "2.3.0",
1111
"packages/taiko-client-rs": "2.0.0",
1212
"packages/taikoon-ui": "1.3.0",
1313
"packages/ui-lib": "1.0.0",

packages/taiko-client/CHANGELOG.md

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

3+
## [2.3.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-alethia-client-v2.2.0...taiko-alethia-client-v2.3.0) (2026-04-02)
4+
5+
6+
### Features
7+
8+
* **taiko-client:** add p2p allow-all-sequencers flag ([#21510](https://github.com/taikoxyz/taiko-mono/issues/21510)) ([666ee5b](https://github.com/taikoxyz/taiko-mono/commit/666ee5b32a24598f3a0cb8f0d35d39845c8085c7))
9+
10+
11+
### Bug Fixes
12+
13+
* **taiko-client:** introduce `AnchorCheckSkipProposalOffset` ([#21529](https://github.com/taikoxyz/taiko-mono/issues/21529)) ([211bddc](https://github.com/taikoxyz/taiko-mono/commit/211bddcccfcf0044ed381d090dec49b4c26eb9b4))
14+
* **taiko-client:** stalled finalized block height ([#21523](https://github.com/taikoxyz/taiko-mono/issues/21523)) ([0328692](https://github.com/taikoxyz/taiko-mono/commit/0328692b5b6af057cf36c0da42dce88f9bf3314b))
15+
* **taiko-client:** use certain l1 origin when wait shasta header ([#21515](https://github.com/taikoxyz/taiko-mono/issues/21515)) ([45ec041](https://github.com/taikoxyz/taiko-mono/commit/45ec041317aeab69262ab738cecfd397108c67b8))
16+
17+
18+
### Chores
19+
20+
* **taiko-client:** improve checks in syncer ([#21525](https://github.com/taikoxyz/taiko-mono/issues/21525)) ([4db63e1](https://github.com/taikoxyz/taiko-mono/commit/4db63e1929770bd18c567d4257303cb849905b24))
21+
322
## [2.2.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-alethia-client-v2.1.1...taiko-alethia-client-v2.2.0) (2026-03-25)
423

524

packages/taiko-client/internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
// Version info.
4-
const Version = "2.2.0" // x-release-please-version
4+
const Version = "2.3.0" // x-release-please-version
55

66
var meta = "dev"
77

packages/taiko-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "taiko-client",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"private": true
55
}

0 commit comments

Comments
 (0)