Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move moment index into circuit message (#7008)
* Move moment index into circuit message - This addresses design review comments that the moment_index should be outside the Moment message to be consistent and avoid a message construction. - This PR also simplifies the code to deserialize all the constants first, which removes the need for lookup tables and logic later. - In addition, this puts the deserialization of a moment into its own function. * types * typo]]]] * Fix build protos to whatever version thing I was missing. * Address review comments.
- Loading branch information