From 3dcc46d3edb0e1368f11b9c7a92840270cf9e70d Mon Sep 17 00:00:00 2001 From: Luke Macauley Date: Thu, 9 Jul 2026 18:41:03 +0200 Subject: [PATCH] chore: bump eth.zig to v0.8.1 Picks up the KMS stale-connection retry, verified broadcast, and real signer errors from eth.zig v0.8.1 (StrobeLabs/eth.zig#104). Required so downstream consumers (gator-liquidators) can bump their own eth to v0.8.1 without pulling two divergent eth copies: Zig dedupes packages by hash, so a consumer and this SDK must reference the identical eth version or the vendored C crypto compiles twice and collides at link. No source changes; the removed WalletError.SigningFailed is unused here. Co-Authored-By: Claude Fable 5 --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 3d2efd6..ebe98a2 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -5,8 +5,8 @@ .fingerprint = 0xfab90a2f402a7502, .dependencies = .{ .eth = .{ - .url = "git+https://github.com/StrobeLabs/eth.zig.git?ref=v0.8.0#8c9a20dfa60963b9c3014ad32a24038b249daea1", - .hash = "eth_zig-0.7.0-efEm-gYDcQBfkqH1Yx6xmnLsZufWa1Jw55R-_grP-oBB", + .url = "git+https://github.com/StrobeLabs/eth.zig.git?ref=v0.8.1#0b5a320c1d702b6265bbfaaecf58c01bca84112f", + .hash = "eth_zig-0.7.0-efEm-lYScQAx-05ZxFxX_4wxwsWPw1kify_xo34z1lin", }, }, .paths = .{