Skip to content

Commit 0ceb96d

Browse files
committed
dmq-node 0.6.0.0
1 parent 64c0775 commit 0ceb96d

3 files changed

Lines changed: 28 additions & 39 deletions

File tree

dmq-node/CHANGELOG.md

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

33
<!-- scriv-insert-here -->
44

5+
<a id='changelog-0.6.0.0'></a>
6+
## 0.6.0.0 -- 2026-06-04
7+
8+
### Breaking
9+
10+
- Default network magic used by dmq-node is the mainnet network magic for mithril network.
11+
- Tighter sig-submission codec size limits (derived from `maxSigsInflight` and `maxSigSize`).
12+
- Using `KeepAliveRegistry` instead of `FetchClientRegistry` introduced in
13+
a recent `ouroboros-network` PR. The `fetchClientRegistry` field of
14+
`NodeKernel` was replaced with `keepAliveRegistry` field.
15+
- Using set snapshot in the pool eligibility (signature validation).
16+
- Added `dmqcShelleyGenesisFile` and `dmqcShelleyGenesisHash` fields to
17+
`Configuration`. The default value are `genesis-shelley.json` and
18+
`Nothing` (e.g. hash is not verified against expected value).
19+
- Signature validation is using maximum KES evolutions from the genesis file.
20+
- Signature validation changed, we're no longer using the `mark set`, pools
21+
with no stake will be able to mint signatures as long as they have non zero
22+
stake in the `set set`.
23+
24+
### Non-Breaking
25+
26+
- Added `PrettyShow` instances for
27+
- `NodeToNodeVersion`
28+
- `NodeToNodeVersionData`
29+
- `NodeToClientVersion`
30+
- `NodeToClientVersionData`
31+
532
<a id='changelog-0.5.0.0'></a>
633
## 0.5.0.0 -- 2026-05-19
734

dmq-node/changelog.d/20260520_161705_coot_ouroboros_network_update.md

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

dmq-node/dmq-node.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: dmq-node
3-
version: 0.5.0.0
3+
version: 0.6.0.0
44
synopsis: Decentralised Message Queue Node
55
description:
66
Decentralised Message Queue Node based on Cardano Diffusion

0 commit comments

Comments
 (0)