Open nazmulidris opened 1 year ago
did the first 2, looks easy enough. please assign
@shautvast That's awesome, all yours.
Please let us know if your have any questions as you explore. You can also ask questions on the contributors discord https://discord.ockam.io
submitted PR https://github.com/build-trust/ockam/pull/7169
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:
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.