Skip to content

Commit 1771168

Browse files
authored
Merge pull request #4994 from IntersectMBO/lehins/changelog-10.3
Add changelog section for `cardano-node-10.3`
2 parents 26db89d + 6f2cc87 commit 1771168

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ the `CHANGELOG.md` for each individual package for any changes relevant for deve
77
If you are looking for the Ledger Releasing and Versioning Process then you can find it in
88
[RELEASING.md](https://github.com/intersectmbo/cardano-ledger/blob/master/RELEASING.md#changelogmd).
99

10+
## 10.3
11+
12+
- Removed crypto parametrization from ledger eras, which finally allowed us to avoid regression in `ghc-9` and stop using `ghc-8.10.7` for building `cardano-node` releases.
13+
- Improve performance of ledger snapshot creation by changing how we serialize `UTxO` in the ledger state. This should solve an issue with missed leadership checks due to snapshot creation problem [`ouroboros-consensus#868`](https://github.com/IntersectMBO/ouroboros-consensus/issues/868#issuecomment-2778621189)
14+
- Add cli to `plutus-debug` executable and provide ability for overridding different parts used for script execution.
15+
- Much cleanup, re-organization of the code and various minor performance optimizations
16+
1017
## 10.2
1118

1219
- Add registered DRep stake distribution query

eras/conway/impl/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* Converted `CertState` to a type family
2828
* Remove `ConwayMempoolPredFailure` and `ConwayMempoolEvent`
2929
* Switch to `MEMPOOL` rule to be the entry point for `ApplyTx` instead of `LEDGER` and invert their
30-
ivocation.
30+
invocation.
3131
* Added `ToCBOR` and `FromCBOR` instances for `DefaultVote`.
3232
* Made the fields of predicate failures and environments lazy
3333
* Add `MemPack` instance for `PlutusScript ConwayEra`

0 commit comments

Comments
 (0)