Skip to content

Commit d52798a

Browse files
committed
Update changelogs.
1 parent bb1f3e2 commit d52798a

24 files changed

+98
-169
lines changed

ouroboros-consensus-cardano/CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,51 @@
22

33
# Changelog entries
44

5+
<a id='changelog-0.15.0.0'></a>
6+
## 0.15.0.0 — 2024-04-03
7+
8+
### Patch
9+
10+
- Bugfix: Add an extra case to `isIncorrectClaimedFlag` for `Babbage` and `Conway` (https://github.com/IntersectMBO/ouroboros-consensus/issues/973).
11+
12+
### Non-Breaking
13+
14+
- Change the randomness stabilization window for Conway (and future eras) to
15+
`4k/f` instead of `3k/f` (one stability window) that was used for Babbage and
16+
TPraos-based eras. See erratum 17.3 in the Shelley ledger specs for context.
17+
18+
Note that this is a backwards-incompatible change for all existing chains
19+
containing (at least one full epoch worth of) Conway blocks.
20+
21+
- Use the version of cardano-git-rev in the cardano-base repo.
22+
23+
- Bump `NodeToNodeVersion` part of `latestReleasedNodeVersion` to
24+
`NodeToNodeV_13` from `NodeToNodeV_11`.
25+
26+
- Add `ConvertRawTxId` instances for Shelley and Byron.
27+
28+
- Update ledger packages
29+
- `cardano-ledger-allegra`: `^>=1.4`
30+
- `cardano-ledger-alonzo`: `^>=1.7`
31+
- `cardano-ledger-api`: `^>=1.9`
32+
- `cardano-ledger-babbage`: `^>=1.7`
33+
- `cardano-ledger-conway`: `^>=1.13`
34+
- `cardano-ledger-core`: `^>=1.11`
35+
- `cardano-ledger-shelley`: `^>=1.10`
36+
37+
- Update `plutus-tx-plugin`: `>= 1.23`
38+
39+
- Update `cardano-slotting`: `>=0.2`
40+
41+
### Breaking
42+
43+
- Implement lightweight checkpointing [#449](https://github.com/IntersectMBO/ouroboros-consensus/issues/449).
44+
A validation to help nodes follow the historical chain. A new field `cardanoCheckpoints`
45+
has been added to the record `ProtocolParams (CardanoBlock c)` record, with a new type `CheckpointsMap`.
46+
47+
- Remove `shelleyBasedEraName` from `ShelleyBasedEra`, use `eraName` from
48+
`Cardano.Ledger.Api.Era` instead.
49+
550
<a id='changelog-0.14.0.0'></a>
651
## 0.14.0.0 — 2024-02-23
752

ouroboros-consensus-cardano/changelog.d/20240111_195320_facundo.dominguez_lightweight_checkpointing.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

ouroboros-consensus-cardano/changelog.d/20240206_174354_alexander.esgen_change_epoch_structure.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

ouroboros-consensus-cardano/changelog.d/20240306_124033_damian.nadales_937_invalid_script_collateral_not_claimed.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

ouroboros-consensus-cardano/changelog.d/20240312_160736_erikd_git_rev_a.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

ouroboros-consensus-cardano/changelog.d/20240313_114743_alexander.esgen_use_ntn_v_13.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

ouroboros-consensus-cardano/changelog.d/20240319_114444_alexander.esgen_era_name.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

ouroboros-consensus-cardano/changelog.d/20240325_124120_alexander.esgen_compare_txid_on_raw_hash.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

ouroboros-consensus-diffusion/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
# Changelog entries
44

5+
<a id='changelog-0.13.0.0'></a>
6+
## 0.13.0.0 — 2024-04-03
7+
8+
NOTE: version jumps from `0.11.0.0` to `0.13.0.0` because `0.12.0.0` was created in a [branch](https://github.com/IntersectMBO/ouroboros-consensus/pull/997) containing backported fixes for Node 8.9.
9+
10+
### Patch
11+
12+
- Bugfix: DiskPolicyArgs were not being passed down to the ChainDB which resulted in default values for SnapshotInterval.
13+
14+
- Start using `safe-wild-cards` internally.
15+
16+
- LoP: run the ChainSync client against a leaky bucket.
17+
18+
### Breaking
19+
20+
- Integrate changes for lightweight checkpointing [#449](https://github.com/IntersectMBO/ouroboros-consensus/issues/449),
21+
which required adding a field to `TopLevelConfig`.
22+
23+
- Added `PeerSharingAPI` to `NodeKernel`
24+
25+
- Added `peerSharingRng` to `NodeKernelArgs`
26+
27+
- Refactored some diffusion functions to remove `computePeers` callback
28+
29+
### Non-Breaking
30+
31+
- Update network packages
32+
- `ouroboros-network`: `^>=0.13`
33+
- `ouroboros-network-framework`: `^>=0.12`
34+
535
<a id='changelog-0.11.0.0'></a>
636
## 0.11.0.0 — 2024-02-23
737

ouroboros-consensus-diffusion/changelog.d/20240122_214152_facundo.dominguez_HEAD.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)