-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
backendTopics: Encoding, Arithmetic constraints, Verification, LayoutingTopics: Encoding, Arithmetic constraints, Verification, LayoutingfrontendTopics: Language, Syntactic Sugar, UsabilityTopics: Language, Syntactic Sugar, Usability
Milestone
Description
Currently Statement and Operation are defined with a Vector of arguments that can take different types, but each operation and statement as specified takes a fixed number of arguments of fixed type each.
The devcon implementation had this typed like this:
https://github.com/0xPARC/parcnet/blob/f7ef5e2fedea10f349c6343fb24d84374edbbad2/pod2/src/pod/statement.rs#L79-L90
Explore if we can do the same in this implementation, what are the tradeoffs of each implementation, etc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendTopics: Encoding, Arithmetic constraints, Verification, LayoutingTopics: Encoding, Arithmetic constraints, Verification, LayoutingfrontendTopics: Language, Syntactic Sugar, UsabilityTopics: Language, Syntactic Sugar, Usability