Skip to content
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

fix(derive): Span batch bitlist encoding #122

Merged
merged 1 commit into from
Apr 19, 2024
Merged

Commits on Apr 19, 2024

  1. fix(derive): Span batch bitlist encoding

    ## Overview
    
    Fixes the spanbatch bitlist encoding by following the spec of Golang's
    `big.Int`. Internally, this type uses a big-endian, zero-padded array of
    u8s, and when the number grows, it extends itself left in memory.
    
    **Metadata**
    closes #112
    clabby committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    54a1cb0 View commit details
    Browse the repository at this point in the history