-
Notifications
You must be signed in to change notification settings - Fork 60
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
Coordinator: generic upstream client interface #232
Conversation
1aefad5
to
dd3e8b8
Compare
14b9f70
to
7ad31ba
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #232 +/- ##
============================================
+ Coverage 70.76% 70.87% +0.11%
- Complexity 1074 1075 +1
============================================
Files 298 299 +1
Lines 12070 12078 +8
Branches 1068 1070 +2
============================================
+ Hits 8541 8560 +19
+ Misses 3049 3042 -7
+ Partials 480 476 -4
*This pull request uses carry forward flags. Click here to find out more.
|
8deb66f
to
d40aa4d
Compare
# Conflicts: # jvm-libs/generic/extensions/kotlin/src/test/kotlin/build/linea/URIExtensionsTest.kt # jvm-libs/generic/vertx-helper/src/main/kotlin/net/consensys/linea/vertx/ClientOptions.kt # jvm-libs/linea/blob-decompressor/src/test/kotlin/net/consensys/linea/blob/BlobDecompressorDataDecodingTest.kt # jvm-libs/linea/blob-decompressor/src/test/kotlin/net/consensys/linea/blob/GoNativeBlobDecompressorTest.kt
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.
I looked at the next PR as well, but this new interface is not used there. Can you please explain the idea behind the generic client interface? Where it could be useful?
I discussed that in our coordinator meetings: The idea is for the Request class implements |
This PR implements issue(s) #
Checklist