Skip to content

Wire snapshots/v0 namespace into cardano-ledger repo #223

@qnikst

Description

@qnikst

We need snapshots/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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions