Skip to content

Commit

Permalink
newtork update
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Oct 18, 2023
1 parent 598d9b4 commit 4e94382
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions 2023-10-15-network.md
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

0 comments on commit 4e94382

Please sign in to comment.