Skip to content

Commit

Permalink
Merge pull request #5485 from oasisprotocol/kostko/stable/23.0.x/chan…
Browse files Browse the repository at this point in the history
…gelog-23.0.7

changelog: Assemble changes for 23.0.7 release
  • Loading branch information
kostko authored Nov 28, 2023
2 parents a8927e5 + f1980b2 commit 5100999
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changelog/5480.bugfix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/5481.bugfix.md

This file was deleted.

Empty file removed .changelog/5484.trivial.md
Empty file.
2 changes: 1 addition & 1 deletion .punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
year = '23'
minor = 0
micro = 6
micro = 7
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,30 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 23.0.7 (2023-11-28)

| Protocol | Version |
|:------------------|:---------:|
| Consensus | 7.0.0 |
| Runtime Host | 5.1.0 |
| Runtime Committee | 5.0.0 |

### Bug Fixes

- go/p2p/peermgmt: Find peers and connect only when needed
([#5480](https://github.com/oasisprotocol/oasis-core/issues/5480))

If we are already connected to a sufficient number of peers
for a given topic or protocol, there's no need to retrieve
additional peers from the registry or the seed node.

- go/consensus/cometbft/light: Only fetch from light store for now
([#5481](https://github.com/oasisprotocol/oasis-core/issues/5481))

In practice the previously introduced fetch from light client caused
the light client to fall back to slow backwards verification due to
target blocks being in the past, below the pruning window.

## 23.0.6 (2023-11-27)

| Protocol | Version |
Expand Down

0 comments on commit 5100999

Please sign in to comment.