Skip to content

Commit ebf009b

Browse files
committed
Marlowe validators without preserved traces
1 parent 2be75be commit ebf009b

File tree

3 files changed

+202
-200
lines changed

3 files changed

+202
-200
lines changed

plutus-benchmark/marlowe/src/PlutusBenchmark/Marlowe/Scripts/RolePayout.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
{-# OPTIONS_GHC -Wno-name-shadowing #-}
66
{-# OPTIONS_GHC -fno-ignore-interface-pragmas #-}
77
{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:defer-errors #-}
8+
{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:no-preserve-logging #-}
89
{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:target-version=1.0.0 #-}
910

1011
module PlutusBenchmark.Marlowe.Scripts.RolePayout (

plutus-benchmark/marlowe/src/PlutusBenchmark/Marlowe/Scripts/Semantics.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
{-# LANGUAGE ViewPatterns #-}
99
{-# OPTIONS_GHC -Wno-name-shadowing #-}
1010
{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:context-level=0 #-}
11+
{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:no-preserve-logging #-}
1112
{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:defer-errors #-}
1213
{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:target-version=1.0.0 #-}
1314

0 commit comments

Comments
 (0)