From fdae5fd272ebe6351b64a1985301ebb2fd019c9b Mon Sep 17 00:00:00 2001 From: Michael Karg Date: Thu, 20 Jun 2024 12:25:07 +0200 Subject: [PATCH] workbench: extend V2 costmodel --- .../profile/pparams/epoch-timeline.jq | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/nix/workbench/profile/pparams/epoch-timeline.jq b/nix/workbench/profile/pparams/epoch-timeline.jq index 322e8dafc52..8fdd824fd61 100644 --- a/nix/workbench/profile/pparams/epoch-timeline.jq +++ b/nix/workbench/profile/pparams/epoch-timeline.jq @@ -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 + } + } } };