Skip to content

Commit

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

changelog: Assemble changes for 23.0.2 release
  • Loading branch information
kostko authored Oct 25, 2023
2 parents e8819cd + 0f65646 commit 327027e
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 10 deletions.
Empty file removed .changelog/5402.trivial.md
Empty file.
1 change: 0 additions & 1 deletion .changelog/5403.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/5403.internal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/5410.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 = 1
micro = 2
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,45 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 23.0.2 (2023-10-22)

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

### Bug Fixes

- go/worker/client: Fix nil dereference on early Query
([#5403](https://github.com/oasisprotocol/oasis-core/issues/5403))

- go/worker/compute/executor: Start processing once all txs are fetched
([#5404](https://github.com/oasisprotocol/oasis-core/issues/5404))

- go/worker/compute/executor: Estimate pool rank from observed commitments
([#5404](https://github.com/oasisprotocol/oasis-core/issues/5404))

- go/worker/compute/executor: Schedule only if higher ranks didn't propose
([#5404](https://github.com/oasisprotocol/oasis-core/issues/5404))

- go/worker/compute/executor: Use local time for batch scheduling
([#5404](https://github.com/oasisprotocol/oasis-core/issues/5404))

- Fix stuck `control status` on runtime nodes before initialization
([#5407](https://github.com/oasisprotocol/oasis-core/issues/5407))

- Fix showing empty peer IDs in the Consensus light client status output
([#5408](https://github.com/oasisprotocol/oasis-core/issues/5408))

- config/migrate: Automatically configure external P2P addresses for validators
([#5410](https://github.com/oasisprotocol/oasis-core/issues/5410))

### Internal Changes

- go: Bump golang.org/x/net to v0.17.0
([#5403](https://github.com/oasisprotocol/oasis-core/issues/5403))

## 23.0.1 (2023-10-12)

| Protocol | Version |
Expand Down

0 comments on commit 327027e

Please sign in to comment.