-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: Network Team Update | ||
slug: 2023-10-15-network | ||
authors: coot | ||
tags: [network] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High-level overview of [sprint 46][sprint-46] | ||
|
||
### Bootstrap Peers | ||
|
||
We continued reviewing of bootstrap peers, see [ouroboros-network#4555]. | ||
|
||
### Towards Typed Protocols 0.2.0.0 | ||
|
||
We diagnosed the performance regression of the new design. The work on | ||
`typed-protocols` will be postponed. For more details see the | ||
[typed-protocols#3]. As an outcome of the performance debugging we prepared | ||
[PR][ouroboros-network#4691] which updates the `demo-ping-pong` and | ||
`demo-chain-sync` applications. | ||
|
||
### Peer Sharing | ||
|
||
We made progress in review of [ouroboros-network#4644], which simplifies the | ||
peer sharing and fixes the [ouroboros-network#4642] issue. | ||
|
||
### Tech Debt | ||
|
||
We reviewed the [ouroboros-network#3836] PR which inspects all the uses of | ||
`error` in `ouroboros-network`. The PR was prepared by Galois. | ||
|
||
|
||
[sprint-46]: https://github.com/orgs/input-output-hk/projects/19/views/16?filterQuery=sprint%3A%22sprint+45%22 | ||
[typed-protocols#3]: https://github.com/input-output-hk/typed-protocols/pull/3 | ||
[ouroboros-network#3836]: https://github.com/input-output-hk/ouroboros-network/pull/3836 | ||
[ouroboros-network#4555]: https://github.com/input-output-hk/ouroboros-network/pull/4555 | ||
[ouroboros-network#4642]: https://github.com/input-output-hk/ouroboros-network/pull/4642 | ||
[ouroboros-network#4644]: https://github.com/input-output-hk/ouroboros-network/pull/4644 | ||
[ouroboros-network#4691]: https://github.com/input-output-hk/ouroboros-network/pull/4691 |