You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This CIP extends CIP-0009 to include the new protocol parameters that have been introduced for Alonzo, specifically those relating to the costing of Plutus scripts. It describes the initial settings for those parameters.
15
19
16
-
## Motivation
20
+
## Motivation: why is this CIP necessary?
17
21
18
22
We need to document the chain of changes to the protocol parameters. This document describes precisely the changes that have been made from CIP-0009, allowing the differences to be determined. It thus supplements rather than replaces CIP-0009.
19
23
20
24
## Specification
21
25
22
-
23
26
### New Updatable Protocol Parameters
24
27
25
28
The new **updatable** protocol parameter values for Alonzo are given below (in JSON format). Any of these parameters may be changed by submitting
@@ -251,7 +254,7 @@ For simplicity, the details of the parameter settings is omitted here.
251
254
252
255
There are no changes to the non-updatable protocol parameters.
253
256
254
-
## Rationale
257
+
## Rationale: how does this CIP achieve its goals?
255
258
256
259
The majority of the parameters are needed to enable the use of Plutus scripts on-chain. They relate to the fees calculations for
257
260
transactions that include Plutus scripts.
@@ -278,12 +281,15 @@ script failure if the collateral was not available).
278
281
279
282
## Path to Active
280
283
281
-
-[x] The Cardano Alonzo era is activated.
284
+
### Acceptance Criteria
285
+
286
+
-[x] The Alonzo ledger era is activated.
287
+
-[x] Documented parameters have been in operational use by Cardano Node and Ledger as of the Alonzo ledger era.
282
288
283
-
### Change Log
289
+
### Implementation Plan
284
290
285
-
See [CIP-0055: Protocol Parameters (Babbage Era)](../CIP-0055).
291
+
-[x] Alonzo ledger era parameters are deemed correct by working groups at IOG.
286
292
287
293
## Copyright
288
294
289
-
This CIP is licensed under Apache-2.0
295
+
This CIP is licensed under [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0).
0 commit comments