From c49791863e611baa09f2db135c799c7f8d739588 Mon Sep 17 00:00:00 2001 From: rphair Date: Wed, 20 Dec 2023 23:32:22 -0500 Subject: [PATCH 1/2] first draft remediation of CIP-0028 --- CIP-0028/README.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/CIP-0028/README.md b/CIP-0028/README.md index a2d13e241d..916bc8be6e 100644 --- a/CIP-0028/README.md +++ b/CIP-0028/README.md @@ -1,25 +1,28 @@ --- CIP: 28 Title: Protocol Parameters (Alonzo Era) -Authors: Kevin Hammond Status: Active -Type: Informational +Category: Ledger +Authors: + - Kevin Hammond +Implementors: + - IOG +Discussions: + - https://github.com/cardano-foundation/CIPs/pull/140 Created: 2021-10-14 -License: CC-BY-4.0 -Requires: CIP-0009 +License: Apache-2.0 --- ## Abstract 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. -## Motivation +## Motivation: why is this CIP necessary? 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. ## Specification - ### New Updatable Protocol Parameters 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. There are no changes to the non-updatable protocol parameters. -## Rationale +## Rationale: how does this CIP achieve its goals? The majority of the parameters are needed to enable the use of Plutus scripts on-chain. They relate to the fees calculations for transactions that include Plutus scripts. @@ -278,12 +281,15 @@ script failure if the collateral was not available). ## Path to Active -- [x] The Cardano Alonzo era is activated. +### Acceptance Criteria + +- [x] The Alonzo ledger era is activated. +- [x] Documented parameters have been in operational use by Cardano Node and Ledger as of the Alonzo ledger era. -### Change Log +### Implementation Plan -See [CIP-0055: Protocol Parameters (Babbage Era)](../CIP-0055). +- [x] Alonzo ledger era parameters are deemed correct by working groups at IOG. ## Copyright -This CIP is licensed under Apache-2.0 +This CIP is licensed under [Apache-2.0][https://www.apache.org/licenses/LICENSE-2.0]. From 35838fdcbce8115c612015bc308693abdc873c49 Mon Sep 17 00:00:00 2001 From: rphair Date: Thu, 21 Dec 2023 21:08:14 -0500 Subject: [PATCH 2/2] got wrong bracket stype for Apache link markdown --- CIP-0028/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CIP-0028/README.md b/CIP-0028/README.md index 916bc8be6e..3b21d57c87 100644 --- a/CIP-0028/README.md +++ b/CIP-0028/README.md @@ -292,4 +292,4 @@ script failure if the collateral was not available). ## Copyright -This CIP is licensed under [Apache-2.0][https://www.apache.org/licenses/LICENSE-2.0]. +This CIP is licensed under [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0).