-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(blockifier_reexecution): add support for l1 handler tx #1765
build(blockifier_reexecution): add support for l1 handler tx #1765
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1765 +/- ##
==========================================
+ Coverage 40.10% 41.76% +1.66%
==========================================
Files 26 197 +171
Lines 1895 23309 +21414
Branches 1895 23309 +21414
==========================================
+ Hits 760 9736 +8976
- Misses 1100 13116 +12016
- Partials 35 457 +422 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @aner-starkware and @AvivYossef-starkware)
crates/blockifier_reexecution/src/state_reader/reexecution_state_reader.rs
line 45 at r1 (raw file):
Transaction::Invoke(_) | Transaction::DeployAccount(_) => { BlockifierTransaction::from_api(tx, tx_hash, None, None, None, false) .map_err(ReexecutionError::from)
do you really need these?
why not replace with ?
?
times 3
Code quote:
.map_err(ReexecutionError::from)
crates/blockifier_reexecution/src/state_reader/reexecution_state_reader.rs
line 68 at r1 (raw file):
tx_hash, None, Some(Fee(u128::MAX)),
there is a constant MAX_FEE
in the blockifier, isn't it public?
Suggestion:
Some(Fee(MAX_FEE))
96eeca3
to
f31706d
Compare
c85ea0e
to
cad4312
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @aner-starkware and @AvivYossef-starkware)
f31706d
to
d339e52
Compare
cad4312
to
ff501b0
Compare
12fe759
to
208e455
Compare
ff501b0
to
55cae6b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 3 of 4 files reviewed, 1 unresolved discussion (waiting on @aner-starkware and @dorimedini-starkware)
crates/blockifier_reexecution/src/state_reader/reexecution_state_reader.rs
line 45 at r1 (raw file):
Previously, dorimedini-starkware wrote…
do you really need these?
why not replace with?
?times 3
it works
crates/blockifier_reexecution/src/state_reader/reexecution_state_reader.rs
line 68 at r1 (raw file):
Previously, dorimedini-starkware wrote…
there is a constant
MAX_FEE
in the blockifier, isn't it public?
Are you sure? I don't find it
208e455
to
07d6e9e
Compare
55cae6b
to
5c024b1
Compare
07d6e9e
to
6458aac
Compare
5c024b1
to
55bf24c
Compare
6458aac
to
a2eb905
Compare
55bf24c
to
6caff94
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r3, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @aner-starkware and @AvivYossef-starkware)
crates/blockifier_reexecution/src/state_reader/reexecution_state_reader.rs
line 68 at r1 (raw file):
Previously, AvivYossef-starkware wrote…
Are you sure? I don't find it
a2eb905
to
625dd68
Compare
6caff94
to
5e03cc0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 3 of 4 files reviewed, 1 unresolved discussion (waiting on @aner-starkware and @dorimedini-starkware)
crates/blockifier_reexecution/src/state_reader/reexecution_state_reader.rs
line 68 at r1 (raw file):
Previously, dorimedini-starkware wrote…
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r4, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @aner-starkware)
625dd68
to
b93bc31
Compare
5e03cc0
to
4b59672
Compare
b93bc31
to
c728fca
Compare
87a168f
to
ca502ec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r5, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @aner-starkware)
c728fca
to
5993328
Compare
ca502ec
to
396ba95
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 4 of 4 files at r7, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @aner-starkware)
97eee29
to
68a18f9
Compare
396ba95
to
a095dc1
Compare
68a18f9
to
a64cf6c
Compare
a095dc1
to
2efb4d5
Compare
2efb4d5
to
5e0f94a
Compare
Merge activity
|
No description provided.