Skip to content

Commit

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

changelog: Assemble changes for 23.0.6 release
  • Loading branch information
kostko committed Nov 27, 2023
2 parents 17230a5 + 6631564 commit d0ff059
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 16 deletions.
1 change: 0 additions & 1 deletion .changelog/5465.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/5466.bugfix.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/5466.cfg.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/5467.feature.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/5472.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/5473.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/5476.bugfix.md

This file was deleted.

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 = 5
micro = 6
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,53 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 23.0.6 (2023-11-27)

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

### Configuration Changes

- Add `num_light_blocks_kept` configuration option
([#5466](https://github.com/oasisprotocol/oasis-core/issues/5466))

Located under `consensus.prune`, it allows configuring the number of light
blocks that are kept in the local trusted store (defaulting to 10000).

### Features

- go/roothash: expose RoundRoots in the roothash client
([#5467](https://github.com/oasisprotocol/oasis-core/issues/5467))

### Bug Fixes

- go/consensus/cometbft/light: Try multiple sources when fetching blocks
([#5466](https://github.com/oasisprotocol/oasis-core/issues/5466))

- go/p2p/peermgmt/backup: Prevent overwriting TTL when restoring peers
([#5469](https://github.com/oasisprotocol/oasis-core/issues/5469))

If the peer address of a seed node was added to the libp2p address book
before peer manager restored backup peer addresses, its permanent TTL
was replaced with the TTL for recently connected peers.

- governance: Fix pretty priting of `ChangeParametersProposal`
([#5472](https://github.com/oasisprotocol/oasis-core/issues/5472))

- go/oasis-node: Remove obsolete db section during config migration
([#5473](https://github.com/oasisprotocol/oasis-core/issues/5473))

- go/p2p/discovery: Close only idle connections to seed node
([#5476](https://github.com/oasisprotocol/oasis-core/issues/5476))

### Internal Changes

- go/common/sgx: implement `GetPCKCertificateChain` PCS API client
([#5465](https://github.com/oasisprotocol/oasis-core/issues/5465))

## 23.0.5 (2023-11-22)

| Protocol | Version |
Expand Down

0 comments on commit d0ff059

Please sign in to comment.