Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Unreleased changes are in the `master` branch.

## [Unreleased]

### Deprecated

- `cost_models` field in `/epochs/:number/parameters` response. Use `cost_models_raw` instead.

## [0.1.87] - 2026-03-31

### Added
Expand Down
55 changes: 52 additions & 3 deletions blockfrost-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7971,25 +7971,74 @@ components:
additionalProperties: true
type: object
nullable: true
deprecated: true
example:
PlutusV1:
addInteger-cpu-arguments-intercept: 197209
addInteger-cpu-arguments-slope: 0
PlutusV2:
addInteger-cpu-arguments-intercept: 197209
addInteger-cpu-arguments-slope: 0
description: Cost models parameters for Plutus Core scripts
description: Cost models parameters for Plutus Core scripts. Deprecated, use `cost_models_raw` instead.
cost_models_raw:
additionalProperties: true
type: object
nullable: true
example:
PlutusV1:
- 197209
- 100788
- 420
- 1
- 1
- 1000
- 173
- 0
- 1
- 1000
- 59957
- 4
- 1
- 11183
- 32
- 201305
- 8356
- ...
PlutusV2:
- 197209
- 100788
- 420
- 1
- 1
- 1000
- 173
- 0
- 1
- 1000
- 59957
- 4
- 1
- 11183
- 32
- 201305
- 8356
- ...
PlutusV3:
- 100788
- 420
- 1
- 1
- 1000
- 173
- 0
- 1
- 1000
- 59957
- 4
- 1
- 11183
- 32
- 201305
- 8356
- ...
description: Cost models parameters for Plutus Core scripts in raw list form
price_mem:
type: number
Expand Down
57 changes: 54 additions & 3 deletions docs/blockfrost-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8426,25 +8426,76 @@ components:
additionalProperties: true
type: object
nullable: true
deprecated: true
example:
PlutusV1:
addInteger-cpu-arguments-intercept: 197209
addInteger-cpu-arguments-slope: 0
PlutusV2:
addInteger-cpu-arguments-intercept: 197209
addInteger-cpu-arguments-slope: 0
description: Cost models parameters for Plutus Core scripts
description: >-
Cost models parameters for Plutus Core scripts. Deprecated, use
`cost_models_raw` instead.
cost_models_raw:
additionalProperties: true
type: object
nullable: true
example:
PlutusV1:
- 197209
- 100788
- 420
- 1
- 1
- 1000
- 173
- 0
- 1
- 1000
- 59957
- 4
- 1
- 11183
- 32
- 201305
- 8356
- ...
PlutusV2:
- 197209
- 100788
- 420
- 1
- 1
- 1000
- 173
- 0
- 1
- 1000
- 59957
- 4
- 1
- 11183
- 32
- 201305
- 8356
- ...
PlutusV3:
- 100788
- 420
- 1
- 1
- 1000
- 173
- 0
- 1
- 1000
- 59957
- 4
- 1
- 11183
- 32
- 201305
- 8356
- ...
description: Cost models parameters for Plutus Core scripts in raw list form
price_mem:
type: number
Expand Down
294 changes: 147 additions & 147 deletions docs/midnight/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion json-schema.json

Large diffs are not rendered by default.

60 changes: 55 additions & 5 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10856,6 +10856,7 @@
"additionalProperties": true,
"type": "object",
"nullable": true,
"deprecated": true,
"example": {
"PlutusV1": {
"addInteger-cpu-arguments-intercept": 197209,
Expand All @@ -10866,20 +10867,69 @@
"addInteger-cpu-arguments-slope": 0
}
},
"description": "Cost models parameters for Plutus Core scripts"
"description": "Cost models parameters for Plutus Core scripts. Deprecated, use `cost_models_raw` instead."
},
"cost_models_raw": {
"additionalProperties": true,
"type": "object",
"nullable": true,
"example": {
"PlutusV1": [
197209,
0
100788,
420,
1,
1,
1000,
173,
0,
1,
1000,
59957,
4,
1,
11183,
32,
201305,
8356,
"..."
],
"PlutusV2": [
197209,
0
100788,
420,
1,
1,
1000,
173,
0,
1,
1000,
59957,
4,
1,
11183,
32,
201305,
8356,
"..."
],
"PlutusV3": [
100788,
420,
1,
1,
1000,
173,
0,
1,
1000,
59957,
4,
1,
11183,
32,
201305,
8356,
"..."
]
},
"description": "Cost models parameters for Plutus Core scripts in raw list form"
Expand Down
57 changes: 54 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8426,25 +8426,76 @@ components:
additionalProperties: true
type: object
nullable: true
deprecated: true
example:
PlutusV1:
addInteger-cpu-arguments-intercept: 197209
addInteger-cpu-arguments-slope: 0
PlutusV2:
addInteger-cpu-arguments-intercept: 197209
addInteger-cpu-arguments-slope: 0
description: Cost models parameters for Plutus Core scripts
description: >-
Cost models parameters for Plutus Core scripts. Deprecated, use
`cost_models_raw` instead.
cost_models_raw:
additionalProperties: true
type: object
nullable: true
example:
PlutusV1:
- 197209
- 100788
- 420
- 1
- 1
- 1000
- 173
- 0
- 1
- 1000
- 59957
- 4
- 1
- 11183
- 32
- 201305
- 8356
- ...
PlutusV2:
- 197209
- 100788
- 420
- 1
- 1
- 1000
- 173
- 0
- 1
- 1000
- 59957
- 4
- 1
- 11183
- 32
- 201305
- 8356
- ...
PlutusV3:
- 100788
- 420
- 1
- 1
- 1000
- 173
- 0
- 1
- 1000
- 59957
- 4
- 1
- 11183
- 32
- 201305
- 8356
- ...
description: Cost models parameters for Plutus Core scripts in raw list form
price_mem:
type: number
Expand Down
Loading
Loading