-
Notifications
You must be signed in to change notification settings - Fork 93
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
Code cleanups prior to stabilizing protobufs feature #1348
Comments
we also need to carefully consider what implementation details the protobuf format effectively makes public. E.g.: #1345 (comment) The protobuf format is based on our internal structures rather than our external data formats. This is fine for diff testing, but not necessarily for public consumption. The validator structures in particular contain a lot of details that users shouldn't be aware of. |
Another note #1366 (comment) |
We will also need a longer-term solution for the docs.rs build, so as to not require One possibility is that we can have the build script be aware of when we're building for docs purposes (I think this is |
Linking another comment #1506 (comment) current entities protobuf assume TC is already computed. We probably want to include a flag to allow the parser to compute TC |
Describe the improvement you'd like to request
The code for the
protobufs
experimental needs several small cleanups before stabilization. At a minimum,PANIC SAFETY
comments that today just explain "it's an experimental feature". Panics might be acceptable in experimental features but are not for stabilized features.Describe alternatives you've considered
No response
Additional context
No response
Is this something that you'd be interested in working on?
The text was updated successfully, but these errors were encountered: