Skip to content

fix(deps): pin alloy-signer-local to 1.x to fix CI#32

Merged
hydai merged 2 commits into
masterfrom
fix/alloy-signer-local-pin
Apr 27, 2026
Merged

fix(deps): pin alloy-signer-local to 1.x to fix CI#32
hydai merged 2 commits into
masterfrom
fix/alloy-signer-local-pin

Conversation

@hydai
Copy link
Copy Markdown
Member

@hydai hydai commented Apr 27, 2026

Summary

  • Pins alloy-signer-local back to ^1 to match the version used transitively by x402-chain-eip155 (still on 1.8.3). The 1->2 bump in chore(deps): bump the rust-dependencies group with 7 updates #31 produced two majors of alloy-signer-local in the dep graph and broke the SignerLike trait bound, failing both the clippy and build-and-test jobs.
  • Adds a dependabot ignore rule for alloy-signer-local major bumps so the same failing PR doesn't reopen weekly. Patch and minor updates still flow.

Test plan

  • cargo clippy --release -- -D warnings clean locally
  • cargo build --release succeeds
  • cargo test --release — all 36 tests pass
  • CI green on this branch

🤖 Generated with Claude Code

hydai and others added 2 commits April 27, 2026 16:47
x402-chain-eip155 still depends on alloy-signer-local 1.8.3, so the
2.0.1 bump from #31 produced two majors in the dep graph and broke the
SignerLike trait bound. Revert to ^1 until upstream upgrades.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Prevents the weekly re-open of the failing 1->2 bump until upstream
x402-chain-eip155 moves to alloy 2. Patch and minor updates still flow.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hydai hydai merged commit 172604f into master Apr 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant