-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Babbage: Translation #2633
Babbage: Translation #2633
Conversation
-- Auxiliary instances and functions | ||
-------------------------------------------------------------------------------- | ||
|
||
translateViaCBORAnn :: (ToCBOR a, FromCBOR (Annotator b)) => Text -> a -> Except DecoderError b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am trying to think of a good place for this function to live so that we don't have to copy it every era. Maybe in Cardano.Ledger.Serialization
from the cardano-ledger-core
package?
9de886c
to
bcb1bea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will be great as soon as CI is happy, thanks!
resolves #2470