Skip to content

Commit d40a645

Browse files
davidtaikochaDavid
andauthored
chore(clients): bump execution client dependencies (#21995)
Co-authored-by: David <cai@Davids-MacBook-Pro.local>
1 parent 0b9598f commit d40a645

16 files changed

Lines changed: 846 additions & 466 deletions

File tree

.github/workflows/taiko-client-rs--test.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Rust toolchain
3030
uses: dtolnay/rust-toolchain@master
3131
with:
32-
toolchain: 1.94.1
32+
toolchain: 1.95.0
3333

3434
- name: Check Cargo.lock
3535
working-directory: packages/taiko-client-rs
@@ -72,10 +72,16 @@ jobs:
7272
echo "LIBCLANG_PATH=$(llvm-config --libdir)" >> "$GITHUB_ENV"
7373
7474
- name: Install Rust toolchain
75+
uses: dtolnay/rust-toolchain@master
76+
with:
77+
toolchain: 1.95.0
78+
components: clippy
79+
80+
- name: Install Rust nightly toolchain
7581
uses: dtolnay/rust-toolchain@master
7682
with:
7783
toolchain: nightly-2025-09-27
78-
components: clippy, rustfmt
84+
components: rustfmt
7985

8086
- name: Setup Rust cache
8187
uses: Swatinem/rust-cache@v2
@@ -169,7 +175,7 @@ jobs:
169175
- name: Install Rust toolchain
170176
uses: dtolnay/rust-toolchain@master
171177
with:
172-
toolchain: nightly-2025-09-27
178+
toolchain: 1.95.0
173179

174180
- name: Setup Rust cache
175181
uses: Swatinem/rust-cache@v2
@@ -288,8 +294,7 @@ jobs:
288294
- name: Install Rust toolchain
289295
uses: dtolnay/rust-toolchain@master
290296
with:
291-
toolchain: nightly-2025-09-27
292-
components: clippy, rustfmt
297+
toolchain: 1.95.0
293298

294299
- name: Setup Rust cache
295300
uses: Swatinem/rust-cache@v2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ require (
305305
lukechampine.com/blake3 v1.3.0 // indirect
306306
)
307307

308-
replace github.com/ethereum/go-ethereum v1.15.5 => github.com/taikoxyz/taiko-geth v1.18.1-0.20260709024242-8f5abc6d0636
308+
replace github.com/ethereum/go-ethereum v1.15.5 => github.com/taikoxyz/taiko-geth v1.18.1-0.20260715122422-ca164c06e00c
309309

310310
replace github.com/ethereum-optimism/optimism v1.7.4 => github.com/taikoxyz/optimism v0.0.0-20260420065638-5490c5186828
311311

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,8 +883,8 @@ github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d h1:vfofYNRScrDd
883883
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d/go.mod h1:RRCYJbIwD5jmqPI9XoAFR0OcDxqUctll6zUj/+B4S48=
884884
github.com/taikoxyz/optimism v0.0.0-20260420065638-5490c5186828 h1:8TqBxcCsk7TNvGHjTuStB2waN3KPpTJYeqpk7JY5t+o=
885885
github.com/taikoxyz/optimism v0.0.0-20260420065638-5490c5186828/go.mod h1:V0VCkKtCzuaJH6qcL75SRcbdlakM9LhurMEJUhO6VXA=
886-
github.com/taikoxyz/taiko-geth v1.18.1-0.20260709024242-8f5abc6d0636 h1:PxU90oZ+B8SiiRqXYiYXqzjhf52tj7mnGIahQeExml0=
887-
github.com/taikoxyz/taiko-geth v1.18.1-0.20260709024242-8f5abc6d0636/go.mod h1:KHcRXfGOUfUmKg51IhQ0IowiqZ6PqZf08CMtk0g5K1o=
886+
github.com/taikoxyz/taiko-geth v1.18.1-0.20260715122422-ca164c06e00c h1:MlClusdfs6NYwzkhPbUmfyUrFiftDBxgfJoqglOMXRQ=
887+
github.com/taikoxyz/taiko-geth v1.18.1-0.20260715122422-ca164c06e00c/go.mod h1:KHcRXfGOUfUmKg51IhQ0IowiqZ6PqZf08CMtk0g5K1o=
888888
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07/go.mod h1:kDXzergiv9cbyO7IOYJZWg1U88JhDg3PB6klq9Hg2pA=
889889
github.com/testcontainers/testcontainers-go v0.40.0 h1:pSdJYLOVgLE8YdUY2FHQ1Fxu+aMnb6JfVz1mxk7OeMU=
890890
github.com/testcontainers/testcontainers-go v0.40.0/go.mod h1:FSXV5KQtX2HAMlm7U3APNyLkkap35zNLxukw9oBi/MY=

0 commit comments

Comments
 (0)