Skip to content

Commit b9deb99

Browse files
committed
Updated changelog
1 parent a7fae12 commit b9deb99

3 files changed

Lines changed: 20 additions & 54 deletions

File tree

dmq-node/CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,19 @@
33
<!-- scriv-insert-here -->
44

55
<a id='changelog-0.7.0.0'></a>
6-
## 0.7.0.0 -- 2026-07-03
6+
## 0.7.0.0 -- 2026-07-31
77

88
### Breaking
99

10+
- Added PeerSelectionPolicy's rng to `NodeKernel`. This allowed to create the
11+
policy in `diffusionApplications` rather than in the `main` module.
12+
13+
- Using `tx-submission` undecision logic:
14+
- `NodeKernel` data type changed to adapt to the new tx-submission logic
15+
- `SigMempoolResult` is provided by `DMQ.Diffusion.PeerSelection.PeerMetric` module.
16+
- `sigSubmissionLogicPeerTracer` was removed from `DMQTracers`
17+
- `sigDecisionPolicy :: TxDecisionPolicy` was adapted to the new tx-submission logic
18+
1019
- Using `KeepAliveRegistry` instead of `FetchClientRegistry` introduced in
1120
a recent `ouroboros-network` PR. The `fetchClientRegistry` field of
1221
`NodeKernel` was replaced with `keepAliveRegistry` field.
@@ -15,6 +24,16 @@
1524

1625
### Non-Breaking
1726

27+
- Peer sharing delays and timeouts in `PeerSelectionPolicy`
28+
- Explicit cborg error in local-msg-notification protocol
29+
- Added tracers for NtC connection with `cardano-node`:
30+
- hanshake mini-protocol tracer
31+
- mux tracer
32+
- mux channel tracer
33+
- mux bearer tracer
34+
35+
- Integrated with `trace-dispatcher ^>= 2.13.0` and `contra-tracer >= 0.2.1.0`
36+
1837
- Added `PrettyShow` instances for
1938
- `NodeToNodeVersion`
2039
- `NodeToNodeVersionData`

dmq-node/changelog.d/20260707_092212_coot_dmq_changes.md

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

dmq-node/changelog.d/20260710_092801_coot_prepare_11_1.md

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

0 commit comments

Comments
 (0)