Skip to content

Commit

Permalink
workbench: extend V2 costmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeier committed Jun 20, 2024
1 parent 0dfd9c6 commit bd3aa4f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions nix/workbench/profile/pparams/epoch-timeline.jq
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,26 @@ def epochs:
"verifySchnorrSecp256k1Signature-memory-arguments": 10
}
}
},
"492": {
"epoch": 492,
"description": "V2 Cost Model - new mandatory parameters - speculative/not yet deployed",
"costModels": {
"PlutusV2": {
"byteStringToInteger-cpu-arguments-c0": 1006041,
"byteStringToInteger-cpu-arguments-c1": 43623,
"byteStringToInteger-cpu-arguments-c2": 251,
"byteStringToInteger-memory-arguments-intercept": 0,
"byteStringToInteger-memory-arguments-slope": 1,
"indexByteString-cpu-arguments": 13169,
"indexByteString-memory-arguments": 4,
"integerToByteString-cpu-arguments-c0": 1293828,
"integerToByteString-cpu-arguments-c1": 28716,
"integerToByteString-cpu-arguments-c2": 63,
"integerToByteString-memory-arguments-intercept": 0,
"integerToByteString-memory-arguments-slope": 1
}
}
}
};

Expand Down

0 comments on commit bd3aa4f

Please sign in to comment.