Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add utility to generate cardano CDDL files.
This addresses issue #4461 We add two things: - A haskell tool to generate the CDDL files - A script which verifies if any Cuddle specs have changed, and invokes the tool if so. Both of these would need to be updated in case additional Cuddle specs were added. The tool can be invoked with `cabal run cardano-cddl`.
- Loading branch information