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

bug: cbor decoding options missing #178

Closed
gbotrel opened this issue Nov 16, 2021 · 0 comments
Closed

bug: cbor decoding options missing #178

gbotrel opened this issue Nov 16, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gbotrel
Copy link
Collaborator

gbotrel commented Nov 16, 2021

INFO[2021-11-16T12:18:11+01:00] load circuit from Data dir circuits/bn254/mo_create_50
FATA[2021-11-16T12:19:01+01:00] Can't deserialize gnark object: &{0xc3033aa060} err: cbor: exceeded max number of key-value pairs 131072 for CBOR map
exit status 1

current decoder options specify only large arrays: dm, err := cbor.DecOptions{MaxArrayElements: 134217728}.DecMode()

@gbotrel gbotrel added the bug Something isn't working label Nov 16, 2021
@gbotrel gbotrel added this to the v0.6.0 milestone Nov 16, 2021
@gbotrel gbotrel self-assigned this Nov 16, 2021
@gbotrel gbotrel closed this as completed Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant