Skip to content

Commit 5e504bd

Browse files
committed
Merge branch 'misha/ex-units-for-plutip' into misha/return-ex-units
2 parents e7bee9d + 9681566 commit 5e504bd

File tree

16 files changed

+9
-457
lines changed

16 files changed

+9
-457
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ main = do
9696
, -- Dry run mode will build the tx, but skip the submit step
9797
pcDryRun = False
9898
, pcLogLevel = Debug
99-
, -- | Forced budget for scripts, as optional (CPU Steps, Memory Units)
100-
pcForceBudget = Nothing
10199
, -- Protocol params file location relative to the cardano-cli working directory (needed for the cli)
102100
, pcProtocolParamsFile = "./protocol.json"
103101
, pcEnableTxEndpoint = True

cabal.project

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ packages: ./bot-plutus-interface.cabal
44
./examples/plutus-game/plutus-game.cabal
55
./examples/plutus-transfer/plutus-transfer.cabal
66
./examples/plutus-nft/plutus-nft.cabal
7-
./examples/ex-units/ex-units.cabal
87

98
tests: true
109
benchmarks: true

examples/ex-units/.gitignore

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

examples/ex-units/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/ex-units/app/Main.hs

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

examples/ex-units/cabal.project

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

examples/ex-units/ex-units.cabal

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

examples/ex-units/hie.yaml

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

0 commit comments

Comments
 (0)