Skip to content

Commit

Permalink
Merge pull request #791 from oasisprotocol/andrew7234/release-v0.4.1
Browse files Browse the repository at this point in the history
release v0.4.1
  • Loading branch information
Andrew7234 authored Oct 28, 2024
2 parents 3a8f327 + bb5947d commit 1f050d7
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 36 deletions.
1 change: 0 additions & 1 deletion .changelog/755.feature.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

11 changes: 0 additions & 11 deletions .changelog/761.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/762.doc.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changelog/766.feature.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/792.feature.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 @@
major = 0
minor = 4
patch = 0
patch = 1
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,59 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 0.4.1 (2024-10-25)

### Features

- storage: sort tokens by total value
([#755](https://github.com/oasisprotocol/nexus/issues/755))

- api/consensus/valudators: Expose validator signed blocks info
([#760](https://github.com/oasisprotocol/nexus/issues/760))

- config/server: clean-up chainName and reuse source config
([#766](https://github.com/oasisprotocol/nexus/issues/766))

Required config change:

Old:

```yaml
server:
chain_name: mainnet
```
New:
```yaml
server:
source:
chain_name: mainnet
```
### Bug Fixes and Improvements
- post-reindex fixes
([#761](https://github.com/oasisprotocol/nexus/issues/761))
This PR combines several minor fixes that were applied during
the reindex of production.
1. Damask-style proposals are now unmarshalled correctly
2. Cobalt PVSS txs are now unmarshalled correctly using vendored
oasis-core types.
3. TakeEscrow events are now indexed properly.
4. minor bump in oapi-codegen version to v1.12. A subsequent PR
will bump it to v2
- evmverifier: update to use current sourcify api
([#768](https://github.com/oasisprotocol/nexus/issues/768))
### Documentation Improvements
- openapi: mark unreleased consensus endpoints as experimental/deprecated
([#762](https://github.com/oasisprotocol/nexus/issues/762))
## 0.4.0 (2024-10-01)
### Features
Expand Down

0 comments on commit 1f050d7

Please sign in to comment.