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
Right now, the Result class (found in Result.py) is very much specific to our specific Rust use case. We need to make it more generalized to the different use cases. Specifically, we should allow for the returning of code to encode data + code to route data + code to decode data
Acceptance Criteria
It should build with Calypso and should accurately represent the different types of code that we are generating
Proposed Solution
Maybe leverage polymorphism for this like we've been doing for other data types?
The text was updated successfully, but these errors were encountered:
Description
Right now, the Result class (found in Result.py) is very much specific to our specific Rust use case. We need to make it more generalized to the different use cases. Specifically, we should allow for the returning of code to encode data + code to route data + code to decode data
Acceptance Criteria
It should build with Calypso and should accurately represent the different types of code that we are generating
Proposed Solution
Maybe leverage polymorphism for this like we've been doing for other data types?
The text was updated successfully, but these errors were encountered: