fix(pm-parity): admit trade-completion records in shadow parity verification - #588
Merged
Merged
Conversation
…ication Refs #587 The production Rust collector writes polymarket_trade_collection_complete proofs for every finalized market, but the parity verifier's KINDS allowlist only knew metadata/trades/settlements, so the first Rust->Rust shadow gate died with 'invalid update kind'. Completion proofs are per-lane polling bookkeeping emitted on independent schedules, not shared market evidence: admit them in the tape parser but exclude them from the comparison window. Legacy->Rust gates never hit this because the legacy Python lane did not emit completion records. Counterexample test: completion rows in both lanes still pass parity.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe collector now accepts ChangesPolymarket completion parity
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change contract
Let
verify-shadow-parityaccept reference tapes containingpolymarket_trade_collection_completerows, so a Rust→Rust shadow gate can run. Refs #587.The production Rust collector (since dc26acd) writes completion proofs for every finalized market; the parity
KINDSallowlist only covered metadata/trades/settlements, so the first Rust→Rust gate died withinvalid update kind. Completion proofs are per-lane polling bookkeeping emitted on independent schedules — admitted by the parser, excluded from the comparison window. Metadata/trade/settlement comparison semantics unchanged. Legacy→Rust gates never hit this because the legacy lane does not emit completion records.Issue relationship
Refs #587
Out of scope
Dependencies and merge order
None.
Focused validation
cargo test -p hft-collector polymarket_parity::— 29 passed, 0 failed.trade_completion_rows_are_admitted_and_excluded_from_parity).Rollout and rollback
Scope exception
None
Summary by CodeRabbit