-
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
Blob Decompressor and Some Helpers #230
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #230 +/- ##
=========================================
Coverage 71.01% 71.01%
- Complexity 1074 1075 +1
=========================================
Files 292 296 +4
Lines 12017 12055 +38
Branches 1058 1063 +5
=========================================
+ Hits 8534 8561 +27
- Misses 3004 3015 +11
Partials 479 479
*This pull request uses carry forward flags. Click here to find out more.
|
00bd24f
to
3e02856
Compare
...ibs/linea/blob-compressor/src/main/kotlin/net/consensys/linea/blob/GoNativeBlobCompressor.kt
Show resolved
Hide resolved
...linea/blob-decompressor/src/main/kotlin/net/consensys/linea/blob/GoNativeBlobDecompressor.kt
Show resolved
Hide resolved
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.
Just two quesstions from my side, other looks good to me
@jonesho questions addressed. Please take a 2nd look. |
} | ||
rlpWriter.endList() | ||
}.toArray() | ||
} |
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.
@jpnovais A late question, not a blocker to this PR, why not put them in ByteArrayExtension
?
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.
Because generic/extensions/XYZ, must be vanila packages that do not bring extra dependencies. To do that, I would need to add Besu libraries to generic/extensions/kotlin
.
This PR implements issue(s) #
Checklist