Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plutus Datum JSON to use Cardano Node format #311

Merged
merged 3 commits into from
Mar 12, 2024

Conversation

rooooooooob
Copy link
Contributor

To replace the redundant auto-generated plutus datum JSON format with a standardized one even when used from within other structures.

To replace the redundant auto-generated plutus datum JSON format with a
standardized one even when used from within other structures.
Having this in cml-core/cml-core-wasm was causing issues implementing
traits on the types and it is disjoint from the rest of the on-chain
types.

It was originally moved to cml-core with the idea of metadata-specific
libraries (e.g. cip25, cip36) could use this without needing to import
the much, much heavier cml-chain (+cml-crypto). In the end both of those
libraries ened up pulling in cml-chain in order to hook into things like
`PolicyId` and `AssetName`.
@SebastienGllmt SebastienGllmt merged commit d86d842 into develop Mar 12, 2024
1 check failed
@SebastienGllmt SebastienGllmt deleted the better-datum-json branch March 12, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants