Conversation
|
Warning Review limit reached
Next review available in: 19 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?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 reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus 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 |
069765e to
5f2e206
Compare
4ca553c to
acaa6bc
Compare
7e5e39f to
3a3fc5a
Compare
92243c6 to
8d31e2b
Compare
3a3fc5a to
4007ad1
Compare
4007ad1 to
22fd6ae
Compare
8d31e2b to
7088a74
Compare
7088a74 to
c16b3ea
Compare
22fd6ae to
9c10ba3
Compare
c16b3ea to
fff2221
Compare
9c10ba3 to
e47e0db
Compare
Merge activity
|

Motivation
The scheduled freeze-window implementation in #239 dispatches idempotent
FreezeandUnfreezetoggles. Two overlapping or adjacent windows cantherefore release each other: an earlier window's unfreeze can enable the asset
while a later window still requires the supply gate to remain closed.
Records the architectural decision discovered while reviewing
RAI-1045.
Solution
TokenizedAssetaggregate.hold.
not enforce the domain invariant.
This PR contains the proposed ADR only. The implementation is intentionally
stacked as a separate draft so both the decision and its consequences remain
independently reviewable.
Checks
By submitting this for review, I'm confirming I've done the following: