Skip to content

Commit

Permalink
Update golden tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Jan 19, 2024
1 parent 9e558ac commit a2c8bef
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"maxTxSize": 2048,
"minPoolCost": 0,
"minFeeA": 0,
"maxBlockBodySize": 239857,
"maxBlockBodySize": 65535,
"minFeeB": 0,
"eMax": 0,
"extraEntropy": {
"tag": "NeutralNonce"
},
"maxBlockHeaderSize": 217569,
"maxBlockHeaderSize": 65535,
"keyDeposit": 0,
"nOpt": 100,
"rho": 0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
The redeemer pointer: RdmrPtr Mint 0 points to a Plutus script that does not exist.
The redeemer pointer: ScriptWitnessIndexMint 0 points to a Plutus script that does not exist.
The pointers that can be resolved are: ResolvablePointers ShelleyBasedEraBabbage (fromList [])
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The following scripts have execution failures:
the script for transaction input 1 (in ascending order of the TxIds) failed with:
The execution units required by this Plutus script overflows a 64bit word. In a properly configured chain this should be practically impossible. So this probably indicates a chain configuration problem, perhaps with the values in the cost model.
The execution units required by this Plutus script overflows a 64bit word. In a properly configured chain this should be practically impossible. So this probably indicates a chain configuration problem, perhaps with the values in the cost model.

0 comments on commit a2c8bef

Please sign in to comment.