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

scale: properly handle arrays when decoding #584

Closed
noot opened this issue Jan 30, 2020 · 0 comments · Fixed by #587
Closed

scale: properly handle arrays when decoding #584

noot opened this issue Jan 30, 2020 · 0 comments · Fixed by #587
Assignees

Comments

@noot
Copy link
Contributor

noot commented Jan 30, 2020

currently, scale cannot create new fields of an array when decoding, it can only assign to the object that's passed in. however, we don't always know how many items are in the array before decoding it. scale should be able to handle this by creating new fields.
eg. bootnodes, digests

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 a pull request may close this issue.

2 participants