@@ -18,13 +18,13 @@ import Cardano.Ledger.Babbage.Rules (BabbageUtxoPredFailure, BabbageUtxowPredFai
1818import Cardano.Ledger.Babbage.TxInfo (BabbageContextError )
1919import Cardano.Ledger.BaseTypes (Inject )
2020import Cardano.Ledger.Binary (DecCBOR )
21+ import Cardano.Ledger.Conway (ConwayEra )
2122import Cardano.Ledger.Conway.Core (
2223 AlonzoEraScript (.. ),
2324 AsIx ,
2425 EraRule ,
2526 EraTx (.. ),
2627 EraTxBody (.. ),
27- EraTxCert (.. ),
2828 EraTxWits (.. ),
2929 InjectRuleEvent ,
3030 InjectRuleFailure ,
@@ -42,7 +42,6 @@ import Cardano.Ledger.Conway.Rules (
4242 ConwayNewEpochEvent ,
4343 ConwayUtxoPredFailure ,
4444 )
45- import Cardano.Ledger.Conway.TxCert (ConwayTxCert )
4645import Cardano.Ledger.Conway.TxInfo (ConwayContextError )
4746import Cardano.Ledger.Plutus (Language (.. ))
4847import Cardano.Ledger.Shelley.API (ApplyTx )
@@ -73,7 +72,6 @@ import Test.Cardano.Ledger.Core.JSON (roundTripJsonEraSpec)
7372spec ::
7473 forall era .
7574 ( EraPlutusTxInfo PlutusV2 era
76- , EraPlutusTxInfo PlutusV3 era
7775 , RuleListEra era
7876 , ConwayEraImp era
7977 , ApplyTx era
@@ -108,7 +106,6 @@ spec ::
108106 , ToExpr (Event (EraRule " ENACT" era ))
109107 , Eq (Event (EraRule " ENACT" era ))
110108 , Typeable (Event (EraRule " ENACT" era ))
111- , TxCert era ~ ConwayTxCert era
112109 ) =>
113110 Spec
114111spec =
@@ -127,4 +124,4 @@ spec =
127124 describe " TxWits" $ do
128125 TxWitsSpec. spec @ era
129126 Regression. spec @ era
130- TxInfo. spec @ era
127+ TxInfo. spec @ ConwayEra
0 commit comments