rooooooooob
rooooooooob
I've made Emurgo/cddl-codegen#28 that will allow us to respect ALL deserialization formats. This was previously an issue in particular with Plutus datums #317 #313 but would be good to have...
For **most** types we have the `to_bytes()` and `from_bytes()` formats using the direct CBOR format in the [alonzo.cddl binary spec](https://github.com/input-output-hk/cardano-ledger/blob/master/eras/alonzo/test-suite/cddl-files/alonzo.cddl). This causes some confusion for various types that are essentially...
Technical spec for wallet-dApp communication.
As of #103 we have resolved dependency ordering (#93), but this, as before, still leads to recursive structures potentially being directly stack-allocated within the rust structs generated. This is not...
`README.md` is quite outdated and could use an update. It hasn't been updated since before many major features such as the split wasm/rust crate structure, preserve-encodings, etc.
For example in `[a]` or `[* a]` it seems only for generics we ignore the `*` and always end up with a single element array. In the non-generic case this...
According to the CBOR RFC, if strict mode is not being followed, duplicate keys in CBOR maps are allowed. cddl-codegen only supports strict mode and can't handle duplicate keys. It...
Splits the existing `rust/core` and `rust/wasm` into multiple crates at a root workspace. This also adds in the `cip25-lib` repo.
# Context We are refactoring away from a single rust with `wasm_bindgen` taggings directly, over to a dedicated rust crate(s) and a separate wasm bindings crate, which should vastly improve...
# Context We are refactoring away from a single rust with `wasm_bindgen` taggings directly, over to a dedicated rust crate(s) and a separate wasm bindings crate, which should vastly improve...