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

Make List Limits effective before serialization #159

Open
zilm13 opened this issue Jul 10, 2019 · 0 comments
Open

Make List Limits effective before serialization #159

zilm13 opened this issue Jul 10, 2019 · 0 comments
Labels

Comments

@zilm13
Copy link
Member

zilm13 commented Jul 10, 2019

In spec v0.8.0 list limits were introduced. We've decided to control limit in ssz during serialization however it's not the same rule which were proposed in specification. This decision was made to make it simpler to control list limits using spec constants in static language, java. To use the same limit configuration like in python forces us to build lists using some factory or reflection constructor or any other complex solution. So it was postponed as such solution requires more time.

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

No branches or pull requests

2 participants