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
Currently we have CanSerializeLedgerTables that provides a CodecMK. CodecMK was an artifact from when the tables were abstract, but now they are a newtype, so maybe it can be reduced to only requiring normal CBOR typeclasses.
Also worth revisiting SerializeHardForkTxOut as this can also probably be removed as DefaultHardForkTxOut is defined.
The text was updated successfully, but these errors were encountered:
Currently we have
CanSerializeLedgerTables
that provides aCodecMK
.CodecMK
was an artifact from when the tables were abstract, but now they are a newtype, so maybe it can be reduced to only requiring normal CBOR typeclasses.Also worth revisiting
SerializeHardForkTxOut
as this can also probably be removed asDefaultHardForkTxOut
is defined.The text was updated successfully, but these errors were encountered: