-
Notifications
You must be signed in to change notification settings - Fork 21
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(blockifier): account_tx from enum to struct w api::executable_tx #1688
refactor(blockifier): account_tx from enum to struct w api::executable_tx #1688
Conversation
Artifacts upload triggered. View details here |
43f0616
to
057567e
Compare
Artifacts upload triggered. View details here |
Benchmark movements: |
057567e
to
f3b0e65
Compare
Artifacts upload triggered. View details here |
f3b0e65
to
16be6ad
Compare
Artifacts upload triggered. View details here |
Artifacts upload triggered. View details here |
166b9ed
to
c01142e
Compare
16be6ad
to
e7fd5f5
Compare
Artifacts upload triggered. View details here |
e7fd5f5
to
39c6b2b
Compare
Artifacts upload triggered. View details here |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1688 +/- ##
==========================================
+ Coverage 40.10% 46.84% +6.73%
==========================================
Files 26 222 +196
Lines 1895 25593 +23698
Branches 1895 25593 +23698
==========================================
+ Hits 760 11988 +11228
- Misses 1100 12810 +11710
- Partials 35 795 +760 ☔ View full report in Codecov by Sentry. |
39c6b2b
to
bd75e0d
Compare
c01142e
to
b9d906d
Compare
bd75e0d
to
c71386b
Compare
Artifacts upload triggered. View details here |
011775d
to
340ab90
Compare
c71386b
to
48d8645
Compare
Artifacts upload triggered. View details here |
48d8645
to
136ae0c
Compare
Artifacts upload triggered. View details here |
340ab90
to
977f134
Compare
136ae0c
to
b4217e2
Compare
e44509b
to
0425ea9
Compare
896b70a
to
a472a82
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 12 of 14 files at r12.
Reviewable status: 27 of 29 files reviewed, 3 unresolved discussions (waiting on @avivg-starkware and @noaov1)
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 2 of 14 files at r12, all commit messages.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @avivg-starkware and @noaov1)
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: all files reviewed, 3 unresolved discussions (waiting on @noaov1)
crates/blockifier/src/transaction/account_transaction.rs
line 87 at r9 (raw file):
Previously, noaov1 (Noa Oved) wrote…
Can this be public? If so, consider removing the
new
andnew_for_query
methods.
Yes, will take care in a separate PR
crates/blockifier/src/transaction/account_transaction.rs
line 100 at r9 (raw file):
Previously, noaov1 (Noa Oved) wrote…
Consider moving some of the logic (e.g. the
match
) to theTransaction
enum in starknet api.
Sounds good, adding a todo, to consider this change separately.
crates/blockifier/src/transaction/account_transaction.rs
line 131 at r9 (raw file):
Previously, noaov1 (Noa Oved) wrote…
Consider moving this logic to starknet api
Applies to all the getters methods in this file.
(can be done in a separate PR)
Will address in a separate PR
some elaboration: I was considering doing so ( for each fn it's slightly different and there wasn't any simple conversion that worked for all).
I chose to keep it simple for now to make all changes here easier to follow.
0425ea9
to
13baecd
Compare
a472a82
to
9733a98
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 1 of 2 files at r13, all commit messages.
Reviewable status: 28 of 29 files reviewed, all discussions resolved (waiting on @meship-starkware)
13baecd
to
39f1077
Compare
9733a98
to
3f08cb4
Compare
Artifacts upload triggered. View details here |
39f1077
to
7a0a1f9
Compare
3f08cb4
to
2330759
Compare
Artifacts upload triggered. View details here |
Artifacts upload triggered. View details here |
2330759
to
038d7b3
Compare
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 5 of 24 files at r3, 2 of 7 files at r4, 1 of 12 files at r5, 1 of 6 files at r6, 3 of 6 files at r7, 3 of 14 files at r10, 12 of 14 files at r12, 2 of 2 files at r13, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @avivg-starkware)
all addressed. approved verbally. Noa on days off
No description provided.