File tree 4 files changed +10
-11
lines changed
ouroboros-consensus-cardano/src
byron/Ouroboros/Consensus/Byron
shelley/Ouroboros/Consensus/Shelley 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repository cardano-haskell-packages
14
14
-- update either of these.
15
15
index-state :
16
16
-- Bump this if you need newer packages from Hackage
17
- , hackage.haskell.org 2025-01-14T03:16 :27Z
17
+ , hackage.haskell.org 2025-03-18T17:41 :11Z
18
18
-- Bump this if you need newer packages from CHaP
19
19
, cardano-haskell-packages 2025-03-25T12:18 :59Z
20
20
@@ -75,3 +75,5 @@ if impl (ghc >= 9.12)
75
75
, ouroboros-network-api :base
76
76
, network-mux :base
77
77
, ouroboros-network :base
78
+
79
+ , with-utf8 :base
Original file line number Diff line number Diff line change @@ -280,8 +280,6 @@ instance SerialiseNodeToClient ByronBlock ByronPartialLedgerConfig where
280
280
<$> fromCBOR @ (LedgerConfig ByronBlock )
281
281
<*> decodeNodeToClient ccfg version
282
282
283
-
284
-
285
283
{- ------------------------------------------------------------------------------
286
284
Canonical TxIn
287
285
-------------------------------------------------------------------------------}
@@ -300,10 +298,10 @@ instance HasCanonicalTxIn '[ByronBlock] where
300
298
301
299
instance HasHardForkTxOut '[ByronBlock ] where
302
300
type instance HardForkTxOut '[ByronBlock ] = Void
303
- injectHardForkTxOut IZ txout = absurd txout
304
- injectHardForkTxOut (IS idx') _ = case idx' of {}
305
- ejectHardForkTxOut IZ txout = absurd txout
306
- ejectHardForkTxOut (IS idx') _ = case idx' of {}
301
+ injectHardForkTxOut IZ txout = absurd txout
302
+ injectHardForkTxOut (IS idx') _ = case idx' of {}
303
+ ejectHardForkTxOut IZ txout = absurd txout
304
+ ejectHardForkTxOut (IS idx') _ = case idx' of {}
307
305
308
306
deriving via Void
309
307
instance IndexedMemPack (LedgerState (HardForkBlock '[ByronBlock ]) EmptyMK ) Void
Original file line number Diff line number Diff line change @@ -152,9 +152,6 @@ class ( Core.EraSegWits era
152
152
153
153
, ToCBOR (Core. TranslationContext era )
154
154
, FromCBOR (Core. TranslationContext era )
155
- , DecCBOR SL. TxIn
156
- , EncCBOR SL. TxIn
157
-
158
155
) => ShelleyBasedEra era where
159
156
160
157
applyShelleyBasedTx ::
Original file line number Diff line number Diff line change 1
1
### Breaking
2
2
3
3
- Delete the ` K2 ` combinator.
4
- - Define ` Fn2 ` .
4
+ - Define ` Fn2 ` and add ` composeFromTo ` .
5
+ - Define ` telescopeMismatch ` .
6
+ - Define ` inPairsToTails ` and ` extendWithTails ` .
You can’t perform that action at this time.
0 commit comments