Skip to content

Commit 62ef584

Browse files
committed
Use different bullet characters for different list levels in CHANGELOGs
1 parent e20f3a3 commit 62ef584

File tree

11 files changed

+1448
-1448
lines changed

11 files changed

+1448
-1448
lines changed

CHANGELOG.md

Lines changed: 411 additions & 411 deletions
Large diffs are not rendered by default.

eras/allegra/impl/CHANGELOG.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
## 1.7.0.0
2626

2727
* Add `DecCBOR` instances for:
28-
* `Timelock`
29-
* `AllegraTxAuxData`
30-
* `AllegraTxBody`
28+
- `Timelock`
29+
- `AllegraTxAuxData`
30+
- `AllegraTxBody`
3131
* Converted `CertState` to a type family
3232
* Made the fields of predicate failures and environments lazy
3333
* Add `Era era` constraint to `NoThunks` instance for `TimeLock`
3434
* Remove `Era era` constraint from:
35-
* `getRequireSignatureTimelock`
36-
* `getRequireAllOfTimelock`
37-
* `getRequireAnyOfTimelock`
38-
* `getRequireMOfTimelock`
39-
* `getTimeStartTimelock`
40-
* `getTimeExpireTimelock`
35+
- `getRequireSignatureTimelock`
36+
- `getRequireAllOfTimelock`
37+
- `getRequireAnyOfTimelock`
38+
- `getRequireMOfTimelock`
39+
- `getTimeStartTimelock`
40+
- `getTimeExpireTimelock`
4141
* Add `MemPack` instance for `Timelock`
4242
* Remove deprecated `AuxiliaryData` type synonym
4343
* Deprecate `Allegra` type synonym
@@ -62,24 +62,24 @@
6262
## 1.5.0.0
6363

6464
* Replace patterns within `Timelock` with `AllegraEraScript`- constrained ones:
65-
* `RequireTimeExpire`
66-
* `RequireTimeStart`
65+
- `RequireTimeExpire`
66+
- `RequireTimeStart`
6767
* Remove `Timelock` patterns:
68-
* `RequireSignature`
69-
* `RequireAllOf`
70-
* `RequireAnyOf`
71-
* `RequireMOf`
68+
- `RequireSignature`
69+
- `RequireAllOf`
70+
- `RequireAnyOf`
71+
- `RequireMOf`
7272
* Introduce `AllegraEraScript` class
7373
* Add `AllegraEraScript` and `ShelleyEraScript` instances for `AllegraEra`
7474
* Change signatures of `evalTimelock` and `validateTimelock`:
75-
* replace `Era` constraint with `AllegraEraScript`
76-
* replace `Timelock` with `NativeScript`
75+
- replace `Era` constraint with `AllegraEraScript`
76+
- replace `Timelock` with `NativeScript`
7777

7878
### testlib
7979

8080
* Change signatures of `Arbitrary` instances for `Timelock` and `AllegraTxAuxData era`:
81-
* replace `Era` constraint with `AllegraEraScript`
82-
* add `NativeScript era ~ Timelock era` constraint
81+
- replace `Era` constraint with `AllegraEraScript`
82+
- add `NativeScript era ~ Timelock era` constraint
8383

8484
## 1.4.1.0
8585

@@ -177,9 +177,9 @@
177177
## 1.1.1.0
178178

179179
* Add `TranslateEra` instances for:
180-
* `DState`
181-
* `PState`
182-
* `VState`
180+
- `DState`
181+
- `PState`
182+
- `VState`
183183

184184
## 1.1.0.0
185185

eras/alonzo/impl/CHANGELOG.md

Lines changed: 91 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
* Changed `MaxTxSizeUTxO` to use `Word32`
66
* Make `transValidityInterval` based on eras instead of protocol versions.
7-
* Remove `hardforkConwayTranslateUpperBoundForPlutusScripts` from `Cardano.Ledger.Alonzo.Era`.
8-
* Remove protocol version from arguments to `transValidityInterval`.
7+
- Remove `hardforkConwayTranslateUpperBoundForPlutusScripts` from `Cardano.Ledger.Alonzo.Era`.
8+
- Remove protocol version from arguments to `transValidityInterval`.
99
* Add `NFData` instance for `AlonzoGenesis`
1010
* Add `reqSignerHashesTxBodyG`
1111
* Add `mkScriptIntegrity`
@@ -17,23 +17,23 @@
1717
* Added `eraUnsupportedLanguage`
1818
* Changed return type of `mkPlutusScript` and `mkBinaryPlutusScript` from `Maybe` to `MonadFail`
1919
* Deprecate `Alonzo.TxSeq` in favour of `Alonzo.BlockBody`. #5156
20-
* Rename `AlonzoTxSeq` to `AlonzoBlockBody`
20+
- Rename `AlonzoTxSeq` to `AlonzoBlockBody`
2121
* Rename `alonzoEqTxRaw` to `alonzoTxEqRaw`
2222
* Add `Generic` instance to `TransactionScriptFailure`
2323
* Add `Generic` instance for `AlonzoBbodyEvent`
2424
* Fix `AlonzoPlutusPurpose` CBOR(Group) instances. #5135
25-
* Reset shuffled serialization indexes for `AlonzoPlutusPurpose AsItem`.
25+
- Reset shuffled serialization indexes for `AlonzoPlutusPurpose AsItem`.
2626
* Deprecated `toAlonzoTransitionConfigPairs`
2727
* Fixed `FromJSON` instance for `TransitionConfig AlonzoEra`
2828
* Added `COMPLETE` pragma for `TxCert AlonzoEra`
2929
* Added `COMPLETE` pragma for `NativeScript AlonzoEra`
3030
* Deprecated `toAlonzoGenesisPairs`
3131
* Removed `MissingRequiredSigners` from `AlonzoUtxowPredFailure`
3232
* Renamed fields of `AlonzoTx`
33-
* `body` to `atBody`
34-
* `wits` to `atWits`
35-
* `auxiliaryData` to `atAuxData`
36-
* `isValid` to `atIsValid`
33+
- `body` to `atBody`
34+
- `wits` to `atWits`
35+
- `auxiliaryData` to `atAuxData`
36+
- `isValid` to `atIsValid`
3737
* Added `Generic` instance for `AlonzoScriptsNeeded`
3838
* Move to `testlib` `DecCBOR` instances for: `AlonzoTxSeq`, `AlonzoTx`, `TxBody AlonzoEra`, `AlonzoTxAuxDataRaw`, `AlonzoTxAuxData`, `AlonzoScript`, `AlonzoTxWitsRaw`, `AlonzoTxWits`, `RedeemersRaw`, `Redeemers`, `TxDatsRaw`, `TxDats`
3939
* Added to `PParams`: `ppCollateralPercentage`,`ppCostModels`,`ppMaxBlockExUnits`,`ppMaxCollateralInputs`,`ppMaxTxExUnits`,`ppMaxValSize`,`ppPrices`
@@ -63,10 +63,10 @@
6363
* Added `TxInfoPV4` to `VersionedTxInfo`
6464
* Added `Arbitrary` instance for `TransitionConfig BabbageEra`
6565
* Added `ToExpr` instances for:
66-
* `AsIxItem`
67-
* `AlonzoScriptsNeeded`
68-
* `AlonzoPlutusPurpose AsIxItem`
69-
* `AlonzoBbodyPredFailure`
66+
- `AsIxItem`
67+
- `AlonzoScriptsNeeded`
68+
- `AlonzoPlutusPurpose AsIxItem`
69+
- `AlonzoBbodyPredFailure`
7070
* Deprecated `mkPlutusScript'`
7171
* Change type signature of `genPlutusScript`, `genNativeScript`, `genAlonzoScript`, `alwaysSucceedsLang` and `alwaysFailsLang`.
7272
* Remove `TxInfoLanguage` and `mkTxInfoLanguage`
@@ -75,15 +75,15 @@
7575
## 1.13.0.0
7676

7777
* Add `DecCBOR` instances for:
78-
* `MaryTxBody`
79-
* `TxDats`
80-
* `AlonzoTxAuxData`
81-
* `AlonzoScript`
82-
* `Redeemers`
83-
* `AlonzoTxWits`
84-
* `AlonozTxBody`
85-
* `AlonzoTx`
86-
* `AlonzoTxSeq`
78+
- `MaryTxBody`
79+
- `TxDats`
80+
- `AlonzoTxAuxData`
81+
- `AlonzoScript`
82+
- `Redeemers`
83+
- `AlonzoTxWits`
84+
- `AlonozTxBody`
85+
- `AlonzoTx`
86+
- `AlonzoTxSeq`
8787
* Remove redundant `EncCBOR (Data era)` constraint from `DecCBOR` instance for `Annotator (AlonzoTxWits era)`
8888
* Converted `CertState` to a type family
8989
* Remove `reapplyAlonzoTx` as no longer needed.
@@ -103,8 +103,8 @@
103103

104104
* Add `genNonEmptyTxDats` and `genNonEmptyRedeemers` to `Arbitrary`
105105
* Renamed:
106-
* `impLookupPlutusScriptMaybe` -> `impLookupPlutusScript`
107-
* `impGetScriptContextMaybe` -> `impLookupScriptContext`
106+
- `impLookupPlutusScriptMaybe` -> `impLookupPlutusScript`
107+
- `impGetScriptContextMaybe` -> `impLookupScriptContext`
108108
* Add `DecCBOR` instances for `TranslationInstance`
109109
* Converted `CertState` to a type family
110110
* Expose `alonzoFixupFees`
@@ -133,19 +133,19 @@
133133
## 1.11.0.0
134134

135135
* Add `ProtVer` argument to functions in `EraPlutusTxInfo` class:
136-
* `toPlutusTxCert` of
137-
* `toPlutusScriptPurpose`
138-
* `toPlutusArgs`
136+
- `toPlutusTxCert` of
137+
- `toPlutusScriptPurpose`
138+
- `toPlutusArgs`
139139
* Add `ProtVer` argument to `TxInfo` functions:
140-
* `transTxBodyCerts`
141-
* `transPlutusPurpose`
142-
* `toPlutusV1Args`
143-
* `toLegacyPlutusArgs`
140+
- `transTxBodyCerts`
141+
- `transPlutusPurpose`
142+
- `toPlutusV1Args`
143+
- `toLegacyPlutusArgs`
144144

145145
### `testlib`
146146

147147
* Move `TxInfo` golden tests over from the older `-test` package. #4599
148-
* Also move the `gen-golden` executable over.
148+
- Also move the `gen-golden` executable over.
149149

150150
## 1.10.2.0
151151

@@ -164,11 +164,11 @@
164164

165165
* Add `LedgerTxInfo` to `Cardano.Ledger.Alonzo.Plutus.Context`
166166
* `EraPlutusTxInfo` class:
167-
* replace params in `toPlutusTxInfo` signature with `LedgerTxInfo`
168-
* replace `toPlutusScriptContext` with `toPlutusArgs`
167+
- replace params in `toPlutusTxInfo` signature with `LedgerTxInfo`
168+
- replace `toPlutusScriptContext` with `toPlutusArgs`
169169
* `EraPlutusContext` class:
170-
* remove `mkPlutusScriptContext`, `mkPlutusLanguageContext`
171-
* add `mkPlutusWithContext`
170+
- remove `mkPlutusScriptContext`, `mkPlutusLanguageContext`
171+
- add `mkPlutusWithContext`
172172
* add `toPlutusWithContext` to `Cardano.Ledger.Alonzo.Plutus.Context`
173173
* Move `PlutusScriptContext` type family to core
174174
* Add `ContextError` inhabitant to `TransactionScriptFailure`
@@ -179,17 +179,17 @@
179179
* Add `Inject` instance for `AlonzoTx`
180180
* Move these functions and types from `cardano-ledger-api`, so they can be used in the
181181
test suite:
182-
* `TransactionScriptFailure`
183-
* `evalTxExUnits`
184-
* `RedeemerReport`
185-
* `evalTxExUnitsWithLogs`
186-
* `RedeemerReportWithLogs`
182+
- `TransactionScriptFailure`
183+
- `evalTxExUnits`
184+
- `RedeemerReport`
185+
- `evalTxExUnitsWithLogs`
186+
- `RedeemerReportWithLogs`
187187

188188
### `testlib`
189189

190190
* Change signatures of `Arbitrary` instances for `AlonzoScript`:
191-
* replace `Era` constraint with `AllegraEraScript`
192-
* replace `Timelock` with `NativeScript`
191+
- replace `Era` constraint with `AllegraEraScript`
192+
- replace `Timelock` with `NativeScript`
193193

194194
## 1.8.0.0
195195

@@ -206,12 +206,12 @@
206206
* Add instances for `InjectRuleFailure` and switch to using `injectFailure`
207207
* Add `allegraToAlonzoUtxoPredFailure`
208208
* Add `NFData` instances for:
209-
* `CollectError`
210-
* `AlonzoUtxoPredFailure`
211-
* `FailureDescription`
212-
* `TagMismatchDescription`
213-
* `AlonzoUtxosPredFailure`
214-
* `AlonzoUtxowPredFailure`
209+
- `CollectError`
210+
- `AlonzoUtxoPredFailure`
211+
- `FailureDescription`
212+
- `TagMismatchDescription`
213+
- `AlonzoUtxosPredFailure`
214+
- `AlonzoUtxowPredFailure`
215215
* Add `Semigroup` and `Monoid` instances for `Redeemers`
216216
* Add `alonzoScriptPrefixTag`
217217
* Add implementation for `getMinFeeTxUtxo`
@@ -233,16 +233,16 @@
233233
* Add `ToExpr` instances for `AlonzoUtxoEvent`, `AlonzoUtxowEvent` and `AlonzoUtxosEvent`
234234
* Add `RuleListEra` instance for Alonzo
235235
* Add:
236-
* `impLookupPlutusScriptMaybe`
237-
* `fixupOutputDatums`
236+
- `impLookupPlutusScriptMaybe`
237+
- `fixupOutputDatums`
238238
* Remove root coin argument from `initAlonzoImpNES`
239239
* Rename `fixupPlutusScripts` to `fixupRedeemers`
240240
* Add:
241-
* `fixupPPHash`
242-
* `fixupPlutusScripts`
243-
* `addCollateralInput`
244-
* `impGetPlutusContexts`
245-
* `fixupDatums`
241+
- `fixupPPHash`
242+
- `fixupPlutusScripts`
243+
- `addCollateralInput`
244+
- `impGetPlutusContexts`
245+
- `fixupDatums`
246246
* Add `Test.Cardano.Ledger.Alonzo.Imp.UtxosSpec`
247247
* Add `alonzoFixupTx`
248248

@@ -355,43 +355,43 @@
355355
* Add `Test.Cardano.Ledger.Alonzo.ImpTest`
356356
* Add `EraImpTest` instance for `AlonzoEra`
357357
* Add `ToExpr` instances for:
358-
* `CollectError`
359-
* `AlonzoUtxoPredFailure`
360-
* `FailureDescription`
361-
* `TagMismatchDescription`
362-
* `AlonzoUtxosPredFailure`
363-
* `AlonzoUtxowPredFailure`
364-
* `BinaryData`
365-
* `Datum`
366-
* `IsValid`
367-
* `ScriptPurpose`
368-
* `TxOutSource`
369-
* `TranslationError`
370-
* `Addr28Extra`
371-
* `DataHash32`
372-
* `RdmrPtr`
358+
- `CollectError`
359+
- `AlonzoUtxoPredFailure`
360+
- `FailureDescription`
361+
- `TagMismatchDescription`
362+
- `AlonzoUtxosPredFailure`
363+
- `AlonzoUtxowPredFailure`
364+
- `BinaryData`
365+
- `Datum`
366+
- `IsValid`
367+
- `ScriptPurpose`
368+
- `TxOutSource`
369+
- `TranslationError`
370+
- `Addr28Extra`
371+
- `DataHash32`
372+
- `RdmrPtr`
373373
* Expose `genValidCostModel` in `Arbitrary`
374374

375375
## 1.4.2.0
376376

377377
* Add `ToExpr` instance for:
378-
* `PlutusData`
379-
* `Data`
380-
* `BinaryData`
381-
* `Datum`
382-
* `AlonzoTx`
383-
* `AlonzoTxBody`
384-
* `AlonzoTxOut`
385-
* `AlozoTxWits`
386-
* `IsValid`
387-
* `Addr28Extra`
388-
* `DataHash32`
389-
* `RdmrPtr`
390-
* `Redeemers`
378+
- `PlutusData`
379+
- `Data`
380+
- `BinaryData`
381+
- `Datum`
382+
- `AlonzoTx`
383+
- `AlonzoTxBody`
384+
- `AlonzoTxOut`
385+
- `AlozoTxWits`
386+
- `IsValid`
387+
- `Addr28Extra`
388+
- `DataHash32`
389+
- `RdmrPtr`
390+
- `Redeemers`
391391
* Add `Generic` instance for :
392-
* `AlonzoTxBody`
393-
* `Redeemers`
394-
* `TxDats`
392+
- `AlonzoTxBody`
393+
- `Redeemers`
394+
- `TxDats`
395395
* Add `upgradeData`, `upgradeRedeemers` and `upgradeTxDats`
396396
* Add `TxUpgradeError` type to `EraTx`
397397
* Add `AlonzoTxBodyUpgradeError`, `AlonzoTxUpgradeError`
@@ -401,8 +401,8 @@
401401
### `testlib`
402402

403403
* Add `Test.Cardano.Ledger.Alonzo.Binary.RoundTrip` module with:
404-
* `roundTripAlonzoCommonSpec`
405-
* `roundTripAlonzoEraTypesSpec`
404+
- `roundTripAlonzoCommonSpec`
405+
- `roundTripAlonzoEraTypesSpec`
406406

407407
## 1.4.1.0
408408

@@ -465,9 +465,9 @@
465465

466466
* Replace `DPState c` with `CertState era`
467467
* Add `TranslateEra` instances for:
468-
* `DState`
469-
* `PState`
470-
* `VState`
468+
- `DState`
469+
- `PState`
470+
- `VState`
471471
* Added support for Plutus V3 in the types and functions that use `Language`.
472472
(Note that the Alonzo ledger era rules do not allow V3 scripts, however.).
473473
* Fix a bug of converting a mint field to the plutus context: [#3398](https://github.com/intersectmbo/cardano-ledger/pull/3398)

0 commit comments

Comments
 (0)