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

Merged
merged 5 commits into from
Jul 16, 2025
Merged

feat: handle codec v8 #196

merged 5 commits into from
Jul 16, 2025

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
Thegaram
Thegaram previously approved these changes Jul 15, 2025
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.

colinlyguo
colinlyguo previously approved these changes Jul 15, 2025
@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.

frisitano
frisitano previously approved these changes Jul 15, 2025
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

@greged93 greged93 dismissed stale reviews from frisitano, colinlyguo, and Thegaram via 05a47ae July 16, 2025 11:24
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.

lgtm

@greged93 greged93 merged commit ef66f41 into main Jul 16, 2025
12 checks passed
@greged93 greged93 deleted the feat/codec-v8 branch July 16, 2025 12:20
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