Bump revm 25 -> 36#228
Conversation
Unifies on the same revm major as rain-forker/rainlang-eval so downstream consumers (raindex) don't end up linking two revm versions, whose duplicate revm_precompile C symbols (c-kzg/blst/secp256k1) break the linker. revm 36 dropped the pure-Rust kzg-rs feature; the wasm target uses no KZG backend (DecimalFloat doesn't use the point-evaluation precompile). evm.rs uses the MainnetEvm type alias (the Evm struct gained a 5th generic). alloy -> 1.8.3. Native tests pass (112) and the wasm build compiles. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 16 minutes and 12 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
✨ 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 |
…m 36) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
@coderabbitai assess this PR size classification for the totality of the PR with the following criterias and report it in your comment: S/M/L PR Classification Guidelines:This guide helps classify merged pull requests by effort and complexity rather than just line count. The goal is to assess the difficulty and scope of changes after they have been completed. Small (S)Characteristics:
Review Effort: Would have taken 5-10 minutes Examples:
Medium (M)Characteristics:
Review Effort: Would have taken 15-30 minutes Examples:
Large (L)Characteristics:
Review Effort: Would have taken 45+ minutes Examples:
Additional Factors to ConsiderWhen deciding between sizes, also consider:
Notes:
|
Unifies rain-math-float on the same revm major as rain-forker / rainlang-eval. Without this, a consumer like raindex links two revm versions (25 + 36), whose two
revm_precompilebuilds emit duplicate c-kzg/blst/secp256k1 C symbols and the linker (cc/ld) fails.kzg-rsfeature; the wasm target uses no KZG backend (DecimalFloat doesn't use the point-evaluation precompile).MainnetEvmtype alias (theEvmstruct gained a 5th generic in revm 36).Native tests pass (112) and the wasm build compiles.
🤖 Generated with Claude Code