Skip to content

Commit f768442

Browse files
authored
CIP-0028 | Adjust preamble and structure w.r.t CIP-0001 (#676)
* first draft remediation of CIP-0028 * got wrong bracket stype for Apache link markdown
1 parent c17128b commit f768442

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

CIP-0028/README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
---
22
CIP: 28
33
Title: Protocol Parameters (Alonzo Era)
4-
Authors: Kevin Hammond <[email protected]>
54
Status: Active
6-
Type: Informational
5+
Category: Ledger
6+
Authors:
7+
- Kevin Hammond <[email protected]>
8+
Implementors:
9+
- IOG
10+
Discussions:
11+
- https://github.com/cardano-foundation/CIPs/pull/140
712
Created: 2021-10-14
8-
License: CC-BY-4.0
9-
Requires: CIP-0009
13+
License: Apache-2.0
1014
---
1115

1216
## Abstract
1317

1418
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.
1519

16-
## Motivation
20+
## Motivation: why is this CIP necessary?
1721

1822
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.
1923

2024
## Specification
2125

22-
2326
### New Updatable Protocol Parameters
2427

2528
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.
251254

252255
There are no changes to the non-updatable protocol parameters.
253256

254-
## Rationale
257+
## Rationale: how does this CIP achieve its goals?
255258

256259
The majority of the parameters are needed to enable the use of Plutus scripts on-chain. They relate to the fees calculations for
257260
transactions that include Plutus scripts.
@@ -278,12 +281,15 @@ script failure if the collateral was not available).
278281

279282
## Path to Active
280283

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.
282288

283-
### Change Log
289+
### Implementation Plan
284290

285-
See [CIP-0055: Protocol Parameters (Babbage Era)](../CIP-0055).
291+
- [x] Alonzo ledger era parameters are deemed correct by working groups at IOG.
286292

287293
## Copyright
288294

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

Comments
 (0)