Skip to content

Commit 72db710

Browse files
committed
Remove old code due to hard fork Dec 2024
1 parent 070a307 commit 72db710

File tree

16 files changed

+10
-1731
lines changed

16 files changed

+10
-1731
lines changed

cardano-chain-gen/cardano-chain-gen.cabal

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -130,27 +130,6 @@ test-suite cardano-chain-gen
130130
other-modules: Test.Cardano.Db.Mock.Config
131131
Test.Cardano.Db.Mock.Examples
132132
Test.Cardano.Db.Mock.Property.Property
133-
Test.Cardano.Db.Mock.Unit.Alonzo
134-
Test.Cardano.Db.Mock.Unit.Alonzo.Config
135-
Test.Cardano.Db.Mock.Unit.Alonzo.Plutus
136-
Test.Cardano.Db.Mock.Unit.Alonzo.PoolAndSmash
137-
Test.Cardano.Db.Mock.Unit.Alonzo.Reward
138-
Test.Cardano.Db.Mock.Unit.Alonzo.Simple
139-
Test.Cardano.Db.Mock.Unit.Alonzo.Stake
140-
Test.Cardano.Db.Mock.Unit.Alonzo.Tx
141-
Test.Cardano.Db.Mock.Unit.Babbage
142-
Test.Cardano.Db.Mock.Unit.Babbage.CommandLineArg.ConfigFile
143-
Test.Cardano.Db.Mock.Unit.Babbage.CommandLineArg.EpochDisabled
144-
Test.Cardano.Db.Mock.Unit.Babbage.Config.MigrateConsumedPruneTxOut
145-
Test.Cardano.Db.Mock.Unit.Babbage.Config.Parse
146-
Test.Cardano.Db.Mock.Unit.Babbage.InlineAndReference
147-
Test.Cardano.Db.Mock.Unit.Babbage.Other
148-
Test.Cardano.Db.Mock.Unit.Babbage.Plutus
149-
Test.Cardano.Db.Mock.Unit.Babbage.Reward
150-
Test.Cardano.Db.Mock.Unit.Babbage.Rollback
151-
Test.Cardano.Db.Mock.Unit.Babbage.Simple
152-
Test.Cardano.Db.Mock.Unit.Babbage.Stake
153-
Test.Cardano.Db.Mock.Unit.Babbage.Tx
154133
Test.Cardano.Db.Mock.Unit.Conway
155134
Test.Cardano.Db.Mock.Unit.Conway.CommandLineArg.ConfigFile
156135
Test.Cardano.Db.Mock.Unit.Conway.CommandLineArg.EpochDisabled

cardano-chain-gen/test/Main.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import System.Directory (getCurrentDirectory)
77
import System.Environment (lookupEnv, setEnv)
88
import System.FilePath ((</>))
99
import qualified Test.Cardano.Db.Mock.Property.Property as Property
10-
import qualified Test.Cardano.Db.Mock.Unit.Alonzo as Alonzo
11-
import qualified Test.Cardano.Db.Mock.Unit.Babbage as Babbage
1210
import qualified Test.Cardano.Db.Mock.Unit.Conway as Conway
1311
import Test.Tasty
1412
import Test.Tasty.QuickCheck (testProperty)
@@ -30,8 +28,6 @@ tests iom = do
3028
testGroup
3129
"cardano-chain-gen"
3230
[ Conway.unitTests iom knownMigrationsPlain
33-
, Babbage.unitTests iom knownMigrationsPlain
34-
, Alonzo.unitTests iom knownMigrationsPlain
3531
, testProperty "QSM" $ Property.prop_empty_blocks iom knownMigrationsPlain
3632
]
3733
where

cardano-chain-gen/test/Test/Cardano/Db/Mock/Unit/Alonzo.hs

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)