deps: core 679 deps alloy significantly behind the latest implementations#93
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 56 minutes and 11 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (15)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the project’s Rust/Ethereum bindings toolchain and dependencies to bring alloy-rs up to a current major release, including regenerated contract bindings reflecting the new codegen output.
Changes:
- Bump
alloyworkspace dependency from=1.0.42to=2.0.0. - Update pinned Rust toolchain version and Nix rust-overlay lock entry.
- Regenerate
ethereum/bindingscodegen output (module declarations and embedded bytecode constants).
Reviewed changes
Copilot reviewed 9 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| rust-toolchain.toml | Updates pinned Rust toolchain version. |
| flake.lock | Updates Nix rust-overlay lock metadata to match the new toolchain. |
| Cargo.toml | Bumps workspace alloy dependency to =2.0.0. |
| ethereum/bindings/src/codegen/mod.rs | Adjusts generated module declarations (removes raw-ident syntax). |
| ethereum/bindings/src/codegen/hopr_winning_probability_oracle.rs | Updates generated embedded bytecode constants. |
| ethereum/bindings/src/codegen/hopr_ticket_price_oracle.rs | Updates generated embedded bytecode constants. |
| ethereum/bindings/src/codegen/hopr_node_safe_registry.rs | Updates generated embedded bytecode constants. |
| ethereum/bindings/src/codegen/hopr_capability_permissions.rs | Updates generated embedded bytecode constants. |
| ethereum/bindings/src/codegen/hopr_announcements_proxy.rs | Updates generated embedded bytecode constants. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Bump alloy-rs to the latest version.
Close CORE-679