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

serde_json does not work for RangeProof #25

Open
Stentonian opened this issue Jun 24, 2024 · 2 comments · May be fixed by #26
Open

serde_json does not work for RangeProof #25

Stentonian opened this issue Jun 24, 2024 · 2 comments · May be fixed by #26

Comments

@Stentonian
Copy link

Stentonian commented Jun 24, 2024

Error("invalid type: sequence, expected a valid RangeProof", line: 2, column: 2)

Basically the visitor does not know what do do with a sequence of numbers, it only knows how to handle raw bytes.

See example here Stentonian#1

@Stentonian
Copy link
Author

I have a fix, just going to add some more unit tests before making a pr

@Stentonian Stentonian linked a pull request Jun 24, 2024 that will close this issue
@Stentonian
Copy link
Author

@cathieyun

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.

1 participant