-
Notifications
You must be signed in to change notification settings - Fork 2
feat: handle codec v8 #196
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
Conversation
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.
No changes in decoding, but there might be some subtleties around decompression / zstd version, please check with @colinlyguo.
@colinlyguo any changes that would be required on the decompression side? I think I need to pin |
Decompression is compatible. The da-codec repo also uses the same decompressor, so LGTM. |
got it thanks! I'll just pin zstd to 0.13.3 to be sure we don't accidentally bump it. |
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.
optional nit: could add a test for a v8 batch if one is easily accessible.
lgtm
05a47ae
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.
lgtm
Afaiu from l2geth, it doesn't seem like decoding as changed for codec v8.
Resolves #152.