Library - Validate CBOR structs according to the cddl schema for nodes/models/portal
#6691
Labels
Component: API
ockam_api
hacktoberfest
Apply to issues you want contributors to help with
help wanted
Implementation: Rust
The
ockam_api
crate exchanges many structs with theController
. Those structs are serialized using CBOR and should conform to thecddl
schema.Currently there are only a handful of structs tested for conformance to the schema:
The purpose of this issue is to complete the testing by:
quickcheck
properties similar to the ones aboveschema.cddl
definitions where necessaryCowStr<'a>
withString
)To the following list of structs:
Note
Related epic: #6235
We love helping new contributors! ❤️
If you have questions or need help as you explore, please join us on Discord. If you're looking for other issues to contribute to, please checkout our good first issues.
The text was updated successfully, but these errors were encountered: