Verify sealed Polymarket evidence semantics - #109
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reached
Next review available in: 31 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: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ 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 |
Change contract
Consume a descriptor-bound
SealedPolymarketEvidenceTripletand produce the sole trust-bearingVerifiedPolymarketEvidencehandle only after event-local contracts, books, Chainlink references, Polymarket trades, and official settlements pass fail-closed semantic validation.Out of scope
Research-snapshot mapping, OSS selection/download, trusted-digest acquisition, database import, collector publication, runtime activation, deployment, and live execution. Projection row structs are explicitly non-authoritative carriers; only the top-level verified handle carries trust.
Dependencies and merge order
Depends on merged #106. This PR is rebased directly onto
mainand supersedes #107, which GitHub auto-closed when the original stacked base branch was deleted after squash merge. Merge this PR before the verifier-test hardening and research-consumer layers.Focused validation
cargo fmt --all -- --checkcargo metadata --locked --no-deps --format-version 1cargo test --locked -p ploy-market-data(18 passed on exact rebased head)cargo clippy --locked -p ploy-market-data --all-targets --no-deps -- -D warningscargo check --locked -p ploy-research --bin monday-prediction-researchRollout and rollback
No runtime path, database, collector, deployment, or execution behavior changes. Rollout exposes a read-only verified handle for the next research-consumer layer. Roll back by reverting this PR; #106 may remain safely as a private unused decoder.
Scope exception
None. This layer is 743 non-generated changed lines (736 insertions, 7 deletions), below the 750-line split threshold.