-
Notifications
You must be signed in to change notification settings - Fork 16
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
Decompressor Library #31
Conversation
Delta Summary - Kotlin Code Coverage
|
73abfa9
to
e8456cb
Compare
Hi @Tabaie I made a release of the decompressor lib from this branch and created a basic test but it fails with error. Maybe I am initializing the decompressor wrongly. Please take a take a look at the test. You can run them with
|
^ seems like you've already done all that. I'll take a look today or tomorrow. 👍 |
Signed-off-by: Pedro Novais <[email protected]>
Co-authored-by: Gaurav Ahuja <[email protected]> Signed-off-by: Arya Tabaie <[email protected]>
Closed in favor of #229 due to merge conflicts |
This PR implements creates a decompressor library capable of managing different blob versions and dictionaries. Its output consists of an RLP encoded list of blocks. Due to some information loss during compression, two pieces of information are represented "hackily":
ParentHash
field, not the hash field itself, asgo-ethereum
computes that field itself, not allowing users to set it manually.from
address is in thesignature.R
field.NOTE Only the Go side has been tested. Need contribution from a Kotlin developer to make this merge-ready.
Checklist