chore: bump eth.zig to v0.9.1, release 0.6.1 - #39
Conversation
eth.zig v0.9.1 adds HttpTransport.lastFailure() diagnostics (StrobeLabs/eth.zig#115). Downstream gator-liquidators needs this SDK release to bump eth.zig without duplicate-instance link collisions. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: 9 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 10 reviews per hour. 📝 WalkthroughWalkthroughThe package version is now 0.6.1. The eth.zig dependency is upgraded to v0.9.1. The changelog records the dependency update, transport diagnostics, and matching-version requirement. ChangesPackage release
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This is a localized dependency and release-notes update with the test suite reported passing; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Bumps eth.zig v0.9.0 -> v0.9.1, which adds
HttpTransport.lastFailure()diagnostics for transport-level failures (StrobeLabs/eth.zig#115, from the 2026-08-19 gator liquidator incident).gator-liquidators pins both this SDK and eth.zig directly; two different eth.zig instances collide at link time (duplicate blst symbols), so its eth.zig bump has to move through an SDK release first. Plan: merge this, tag
v0.6.1, then bump both pins in gator-liquidators (its feature-detected diagnostics branch activates on that bump).Tests: 103/103 pass against v0.9.1.
🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Updates