Alonzo [`TxInfoSpec`](https://github.com/IntersectMBO/cardano-ledger/blob/master/eras/alonzo/impl/test/Test/Cardano/Ledger/Alonzo/TxInfoSpec.hs) has two tests that [silently ignore byron txin and txout](https://github.com/IntersectMBO/cardano-ledger/blob/master/eras/alonzo/impl/test/Test/Cardano/Ledger/Alonzo/TxInfoSpec.hs#L150): ``` describe "Plutus V1" $ do it "silently ignore byron txout" $ silentlyIgnore (txEx shelleyInput byronOutput) it "silently ignore byron txin" $ silentlyIgnore (txEx byronInput shelleyOutput) ``` This ticket is to convert these two to Imp framework.