test(erc4626): assert non-integer vault Float reverts before vault call#216
test(erc4626): assert non-integer vault Float reverts before vault call#216thedavidmeister wants to merge 1 commit into
Conversation
Closes #77 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 42 minutes and 42 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses rolling per-developer review limits. Reviews become available again as older review attempts age out of the rolling limit window. 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 selected for processing (1)
✨ 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 |
Summary
_decode()inLibERC4626callstoFixedDecimalLossless(vaultFloat, 0)to extract the vault address. A Float with a non-integer value (e.g.packLossless(15, -1)= 1.5) cannot be losslessly converted to 0 decimal places, so the call reverts before any vault interaction occurs.LibERC4626Testdocumenting and pinning this behavior:testConvertToAssetsRevertsOnNonIntegerVaultFloattestConvertToSharesRevertsOnNonIntegerVaultFloatCloses #77
🤖 Generated with Claude Code
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com