Skip to content

Wire pots/v0 namespace in the cardano-ledger #215

@qnikst

Description

@qnikst

We need pots/v0 namespace to be supported in the cardano-ledger code.

In order to achieve that we need:

  • ensure that the CDDL types do not contradict with the ledger types (i.e. has all required information, do not have extra information that can be derived)
  • on-chain types persist the structure as much as possible (really that should be kept as-is because hashes calculation require exactly the same binary representation)
  • for each non BaseType and non on-chain type a proxy is introcuced
  • the code follows the structure requirements that would be created during communication with ledger team.

PR with existing work to be ported: IntersectMBO/cardano-ledger#5486

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions