You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
0 commit comments