-
Notifications
You must be signed in to change notification settings - Fork 165
Labels
💳 technical-debtIssues related to technical debt we introducedIssues related to technical debt we introduced
Description
Unlike #4999, Tx
has changed only twice, since shelley: ShelleyEra
and AlonzoEra
. Therefore this ticket will likely add a little bit more boiler plate. However, it will be very useful, since it will allow us to get rid of superficial newtype
wrappers around the Tx
in a whole varieties of places:
During translation in ledger:
newtype Tx era = Tx {unTx :: Core.Tx era} newtype Tx era = Tx {unTx :: Core.Tx era} - ...
In consensus:
There is probably some more that I am missing.
Metadata
Metadata
Assignees
Labels
💳 technical-debtIssues related to technical debt we introducedIssues related to technical debt we introduced
Type
Projects
Status
Done
Status
Done