You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
We need
snapshots/v0namespace to be supported in the cardano-ledger code.In order to achieve that we need: