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

Add maxSize helper #102

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Add maxSize helper #102

merged 1 commit into from
Jan 10, 2025

Conversation

etan-status
Copy link
Contributor

As requested in #20, add a helper to compute maximum theoretical length of an SSZ object. Note that there is an extra limit of 4GB due to offset size that is not considered by the function.

As requested in #20, add a helper to compute maximum theoretical length
of an SSZ object. Note that there is an extra limit of 4GB due to offset
size that is not considered by the function.
@etan-status etan-status linked an issue Jan 9, 2025 that may be closed by this pull request
@tersec tersec merged commit 4bb7d23 into master Jan 10, 2025
18 checks passed
@tersec tersec deleted the dev/etan/sz-maxlen branch January 10, 2025 08:56
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.

Create helper for max size, as bounded by Limit
2 participants