Review comments
Co-authored-by: teodanciu <[email protected]>
Co-authored-by: teodanciu <[email protected]>
Repeat the same additions as core, shelley, allegra, mary, alonzo, babbage.
Currently using ghc-9.14.0.20251028 (-rc1).
This commit introduces Cardano.Ledger.Dijkstra.BlockBody.Internal as a spiritual copy of Cardano.Ledger.Alonzo.BlockBody.Internal that can be later extended with new fields needed by Peras. With the exception of `AlonzoEraTx`, which was kept verbatim, the differences between the original and copied module are: - `s/Alonzo/Dijkstra/g` - `s/alonzo/dijkstra/g` - `s/abb/dbb/g`