Skip to content

Commit

Permalink
edited network update
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed May 8, 2024
1 parent 755fbae commit 2cadf07
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion blog/2024-05-06-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ hide_table_of_contents: false

## High-level overview of [sprint 60][sprint-60]

<small><i>
Edited on 8th of May: new EGK counters will be included in
`cardano-node-8.9.3`, added links to `cardano-node-8.9.3`
PR and `ouroboros-network-0.15`
release.
</i></small>

### Peer-Sharing Improvements

We continued working on improving peer sharing. As part of this work light
Expand All @@ -22,7 +29,7 @@ mini-protocol. These changes will be released in `cardano-node-8.9.3`. See

We also merged the work on outbound governor counters, which initially started
as just an extension for peer-sharing counters but turned into a larger
refactorisation. We announced it in the previous report. These changes won't
refactorisation. We announced it in the previous report. These changes will
be included in `8.9.3`. See [ouroboros-network#4845],
[ouroboros-network#4861].

Expand All @@ -33,6 +40,10 @@ computed incrementally (with good amortised costs and thus leading to good perfo
components (e.g. the `outbound-governor`), see [ouroboros-network#4871] \(which
is built on top of [ouroboros-network#4868]).

The PR [cardano-nod#5831] integrates `ouroboros-network-0.15` with
`cardano-node-8.9.x` branch. All included PRs / issues in
`ouroboros-network-0.15` are listed [here][ouroboros-network-releases].

### Genesis

We implemented the API needed by the consensus layer for `Genesis`; see
Expand Down Expand Up @@ -93,6 +104,9 @@ available from [CHaP]. See [quickcheck#397].
[ouroboros-network#4868]: https://github.com/IntersectMBO/ouroboros-network/pull/4869
[ouroboros-network#4867]: https://github.com/IntersectMBO/ouroboros-network/pull/4867
[ouroboros-network#4871]: https://github.com/IntersectMBO/ouroboros-network/pull/4871
[ouroboros-network-releases]: https://github.com/orgs/IntersectMBO/projects/5/views/18

[cardano-node#5831]: https://github.com/IntersectMBO/cardano-node/pull/5831

[`All`]: https://hackage.haskell.org/package/base-4.19.1.0/docs/Data-Monoid.html#t:All
[`Any`]: https://hackage.haskell.org/package/base-4.19.1.0/docs/Data-Monoid.html#t:Any
Expand Down

0 comments on commit 2cadf07

Please sign in to comment.