-
Notifications
You must be signed in to change notification settings - Fork 398
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
Finalize protobuf encodings #275
Comments
Some opinions:
In conclusion, the preferred set of types is |
Why? Merkle proofs, for example, often won't be constant-length. |
Only when there is no ambiguation, for example, simple For example: message M {
bytes F1 = 1;
bytes F2 = 2;
}
|
I see what you mean; in the single- |
Adding a document describing the canonical encoding to the spec. |
Such that all encoded data in the provable store has a canonical encoding defined by the spec.
The text was updated successfully, but these errors were encountered: