-
Notifications
You must be signed in to change notification settings - Fork 25
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
chore(batcher): unify client implementations #2086
Conversation
313616e
to
706cef0
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## spr/main/5b800b4d #2086 +/- ##
=====================================================
- Coverage 55.82% 5.06% -50.76%
=====================================================
Files 8 141 +133
Lines 292 16885 +16593
Branches 292 16885 +16593
=====================================================
+ Hits 163 856 +693
- Misses 115 15957 +15842
- Partials 14 72 +58 ☔ View full report in Codecov by Sentry. |
706cef0
to
c040fb6
Compare
4f8d2b3
to
fba6bac
Compare
c040fb6
to
8c30faf
Compare
fba6bac
to
8d059be
Compare
8c30faf
to
812d81f
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: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @Itay-Tsabary-Starkware)
crates/starknet_batcher_types/src/communication.rs
line 103 at r1 (raw file):
#[async_trait] impl<T> BatcherClient for T
Please replace T with a more descriptive name, such as ClientType or something similar.
Code quote:
T
812d81f
to
2ed99b8
Compare
8d059be
to
45032b9
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: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @nadin-Starkware)
crates/starknet_batcher_types/src/communication.rs
line 103 at r1 (raw file):
Previously, nadin-Starkware (Nadin Jbara) wrote…
Please replace T with a more descriptive name, such as ClientType or something similar.
As a single pr at the end 🙏
commit-id:9a7ff36a
45032b9
to
05aa17c
Compare
2ed99b8
to
1d5ae1f
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 r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Itay-Tsabary-Starkware)
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 r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Itay-Tsabary-Starkware)
✓ Commit merged in pull request #2119 |
Stack: