Skip to content

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

feat: handle codec v8 #196

wants to merge 2 commits into from

Conversation

greged93
Copy link
Collaborator

Afaiu from l2geth, it doesn't seem like decoding as changed for codec v8.

Resolves #152.

@greged93 greged93 requested review from Thegaram and frisitano July 15, 2025 08:14
Copy link
Contributor

@Thegaram Thegaram left a 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.

@greged93 greged93 requested a review from colinlyguo July 15, 2025 13:11
@greged93
Copy link
Collaborator Author

@colinlyguo any changes that would be required on the decompression side? I think I need to pin zstd to 0.13.3?

@colinlyguo
Copy link
Member

@colinlyguo any changes that would be required on the decompression side? I think I need to pin zstd to 0.13.3?

Decompression is compatible. The da-codec repo also uses the same decompressor, so LGTM.

@greged93
Copy link
Collaborator Author

got it thanks! I'll just pin zstd to 0.13.3 to be sure we don't accidentally bump it.

Copy link
Collaborator

@frisitano frisitano left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement decoding for codecv8 batches
4 participants