-
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
refactor: wrap executable tx in account/l1handler enum #1788
Conversation
Artifacts upload triggered. View details here |
Benchmark movements: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1788 +/- ##
==========================================
+ Coverage 40.10% 45.36% +5.25%
==========================================
Files 26 254 +228
Lines 1895 30967 +29072
Branches 1895 30967 +29072
==========================================
+ Hits 760 14047 +13287
- Misses 1100 16099 +14999
- Partials 35 821 +786 ☔ View full report in Codecov by Sentry. |
4d00569
to
dd144cb
Compare
44d4e91
to
efcdbfc
Compare
Artifacts upload triggered. View details here |
dd144cb
to
dc514f9
Compare
efcdbfc
to
579bc18
Compare
Artifacts upload triggered. View details here |
dc514f9
to
710db0e
Compare
579bc18
to
cff8057
Compare
Artifacts upload triggered. View details here |
cff8057
to
b0da47a
Compare
Artifacts upload triggered. View details here |
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 9 of 20 files at r1, 11 of 11 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @ArniStarkware)
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 11 files at r2.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @yair-starkware)
Shouldn't the Suggestion: Ok(Transaction::L1Handler(tx)) |
b0da47a
to
6201fee
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: 18 of 20 files reviewed, 1 unresolved discussion (waiting on @alonh5 and @ArniStarkware)
crates/blockifier/src/transaction/transaction_execution.rs
line 50 at r2 (raw file):
Previously, ArniStarkware (Arnon Hod) wrote…
Shouldn't the
TryFrom
take ownership of the struct?
Done.
Artifacts upload triggered. View details here |
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 2 files at r3.
Reviewable status: 19 of 20 files reviewed, 1 unresolved discussion (waiting on @alonh5 and @yair-starkware)
710db0e
to
7ad1b50
Compare
6201fee
to
1a245f8
Compare
Artifacts upload triggered. View details here |
1a245f8
to
c944056
Compare
Artifacts upload triggered. View details here |
Benchmark movements: |
c944056
to
1641e09
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: 11 of 20 files reviewed, 1 unresolved discussion (waiting on @alonh5 and @ArniStarkware)
crates/blockifier/src/transaction/transaction_execution.rs
line 50 at r2 (raw file):
Previously, ArniStarkware (Arnon Hod) wrote…
Remove the clone :)
Done.
Artifacts upload triggered. View details here |
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 2 files at r5.
Reviewable status: 12 of 20 files reviewed, 1 unresolved discussion (waiting on @alonh5)
7ad1b50
to
5a28eb1
Compare
1641e09
to
7bba7db
Compare
Artifacts upload triggered. View details here |
7bba7db
to
75fcd63
Compare
Artifacts upload triggered. View details here |
Artifacts upload triggered. View details here |
Artifacts upload triggered. View details here |
Artifacts upload triggered. View details here |
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 11 files at r2, 1 of 8 files at r4.
Reviewable status: 13 of 20 files reviewed, all discussions resolved (waiting on @alonh5)
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 6 of 20 files at r1, 4 of 11 files at r2, 6 of 8 files at r4, 1 of 2 files at r5, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @alonh5)
Merge activity
|
No description provided.