test: find sigma - cover all branches with member from V0#72
test: find sigma - cover all branches with member from V0#72noa-starkware merged 1 commit intomainfrom
Conversation
f212092 to
ce66cd6
Compare
2ce70ac to
c8bfe33
Compare
c8bfe33 to
c62bd2b
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #72 +/- ##
=======================================
Coverage 95.71% 95.71%
=======================================
Files 42 42
Lines 9959 9959
=======================================
Hits 9532 9532
Misses 427 427 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
NirLevi-starkware
left a comment
There was a problem hiding this comment.
@NirLevi-starkware reviewed 3 of 3 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @noa-starkware)
src/flow_test/flow_ideas.md line 37 at r2 (raw file):
- find sigma: Enter V0, change in V2, catch all ifs. - find sigma_edge_cases: catch the comments. - find sigma - cover all branches with member from V0, V1, V2(V2 DONE).
Why these tests down cover all branches with member?
noa-starkware
left a comment
There was a problem hiding this comment.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @NirLevi-starkware)
src/flow_test/flow_ideas.md line 37 at r2 (raw file):
Previously, NirLevi-starkware (Nir Levi) wrote…
Why these tests down cover all branches with member?
Dont understand the question , lets talk in slack
NirLevi-starkware
left a comment
There was a problem hiding this comment.
Reviewable status:
complete! all files reviewed, all discussions resolved (waiting on @noa-starkware)
c62bd2b to
073d2a8
Compare
NirLevi-starkware
left a comment
There was a problem hiding this comment.
@NirLevi-starkware reviewed 3 of 3 files at r3, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @noa-starkware)
7519bc0 to
a6a9e37
Compare
Note
Adds two flow tests covering delegator-from-V0 find-sigma scenarios (zero rewards and cross-version rewards) with corresponding MAINNET_LATEST tests.
DelegatorV0FindSigmaZeroFlow: validates zero unclaimed/claimed rewards for delegator originating inV0across epochs.DelegatorRewardsV0FindSigmaFlow: validates delegator rewards when accrued inV0andV3, asserting view/claim consistency across epochs.delegator_v0_find_sigma_zero_flow_testanddelegator_rewards_v0_find_sigma_flow_testinsrc/flow_test/fork_test.cairo(MAINNET_LATEST).src/flow_test/flow_ideas.md(minor cleanup).Written by Cursor Bugbot for commit a6a9e37. This will update automatically on new commits. Configure here.
This change is