Skip to content

Commit 43cd979

Browse files
authored
Merge branch 'master' into sam/update-ci
2 parents e0400ea + d882ffb commit 43cd979

File tree

21 files changed

+502
-469
lines changed

21 files changed

+502
-469
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ Top-level configuration file fields:
126126
collectStats: `true` or `false`
127127
Save some stats during contract run (only transactions execution
128128
budgets supported atm) (default: false)
129+
collectLogs: `true` or `false`
130+
Save logs from contract execution: pab request logs and contract
131+
logs (default: false)
132+
budgetMultiplier: rational multiplier in form `1` or `1 % 2`
133+
(default: 1)
129134
```
130135

131136
To run the fake PAB, you need to prepare a few more things:

bot-plutus-interface.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ test-suite bot-plutus-interface-test
177177
Spec.BotPlutusInterface.Contract
178178
Spec.BotPlutusInterface.ContractStats
179179
Spec.BotPlutusInterface.Server
180+
Spec.BotPlutusInterface.TxStatusChange
180181
Spec.BotPlutusInterface.UtxoParser
181182
Spec.MockContract
182183

examples/plutus-game/pabConfig.value

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ enableTxEndpoint: true
2929

3030
-- Save some stats during contract run (only transactions execution budgets supported atm)
3131
collectStats: false
32+
33+
-- Save logs from contract execution: pab request logs and contract logs
34+
collectLogs: false

examples/plutus-nft/pabConfig.value

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ enableTxEndpoint: true
2929

3030
-- Save some stats during contract run (only transactions execution budgets supported atm)
3131
collectStats: false
32+
33+
-- Save logs from contract execution: pab request logs and contract logs
34+
collectLogs: false

examples/plutus-transfer/pabConfig.value

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ enableTxEndpoint: true
2929

3030
-- Save some stats during contract run (only transactions execution budgets supported atm)
3131
collectStats: false
32+
33+
-- Save logs from contract execution: pab request logs and contract logs
34+
collectLogs: false

0 commit comments

Comments
 (0)