Skip to content

Wire pool_stake/v0 namespace in Cardano-ledger repo #221

@qnikst

Description

@qnikst

We need utxo/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

Labels

No labels
No labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions