blockifier: get proof_facts_length from tx#11998
blockifier: get proof_facts_length from tx#11998avivg-starkware merged 1 commit intomain-v0.14.2from
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
18019c2 to
fcaf8e0
Compare
ebbbd61 to
36df384
Compare
fcaf8e0 to
dbba779
Compare
0c7a7d5 to
f1ae88f
Compare
dbba779 to
0a034a9
Compare
f1ae88f to
df6a7d6
Compare
0a034a9 to
a9a2230
Compare
df6a7d6 to
fffccef
Compare
a9a2230 to
7c7f37e
Compare
fffccef to
67805fa
Compare
2018def to
d4e9ba8
Compare
67805fa to
05d9bb4
Compare
05d9bb4 to
f55342b
Compare
456ccf5 to
ec8a534
Compare
f55342b to
e7947fd
Compare
ec8a534 to
f966a86
Compare
e7947fd to
58d50f5
Compare
f966a86 to
4311172
Compare
58d50f5 to
cf6e9d2
Compare
4311172 to
98ff288
Compare
b376ab4 to
5b13127
Compare
98ff288 to
daa5428
Compare
5b13127 to
f2a33b3
Compare
meship-starkware
left a comment
There was a problem hiding this comment.
@meship-starkware reviewed 3 files and made 1 comment.
Reviewable status: 3 of 4 files reviewed, 1 unresolved discussion (waiting on @avivg-starkware and @noaov1).
crates/blockifier/src/transaction/transactions_test.rs line 629 at r3 (raw file):
// Skip impossible combination: proof_facts only exist in V3 transactions, // and V3 uses AllResourceBounds (L1Gas is legacy-only). ValidResourceBounds::L1Gas(_) => return,
I think we should panic here; no test should cover this case.
Code quote:
// Skip impossible combination: proof_facts only exist in V3 transactions,
// and V3 uses AllResourceBounds (L1Gas is legacy-only).
ValidResourceBounds::L1Gas(_) => return,
meship-starkware
left a comment
There was a problem hiding this comment.
@meship-starkware reviewed 1 file and all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @avivg-starkware and @noaov1).
f2a33b3 to
77d0fd0
Compare
daa5428 to
9de48e0
Compare
77d0fd0 to
92eef52
Compare
9de48e0 to
1303a29
Compare
avivg-starkware
left a comment
There was a problem hiding this comment.
@avivg-starkware made 1 comment.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @meship-starkware and @noaov1).
crates/blockifier/src/transaction/transactions_test.rs line 629 at r3 (raw file):
Previously, meship-starkware (Meshi Peled) wrote…
I think we should panic here; no test should cover this case.
I used return here so the parametrized test skips an invalid combination (proof_facts + L1Gas) that can’t occur in production. If we panic!/unreachable!, this specific generated case will fail the suite even though it’s not a meaningful scenario to test.
1303a29 to
7c12ba9
Compare
92eef52 to
3c253cb
Compare
meship-starkware
left a comment
There was a problem hiding this comment.
@meship-starkware resolved 1 discussion.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @noaov1).

No description provided.