Skip to content

Commit

Permalink
Merge pull request #744 from oasisprotocol/andrew7234/release-v0.3.3
Browse files Browse the repository at this point in the history
release v0.3.3
  • Loading branch information
Andrew7234 authored Aug 28, 2024
2 parents d0497e5 + d4a48f3 commit 51d73d6
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 9 deletions.
1 change: 0 additions & 1 deletion .changelog/738.feature.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/742.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 = 3
patch = 2
patch = 3
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 -->

## 0.3.3 (2024-08-28)

### Features

- api: add total delegators to /validators
([#738](https://github.com/oasisprotocol/nexus/issues/738))

- api: add cumulative_voting_power to validators endpoint
([#742](https://github.com/oasisprotocol/nexus/issues/742))

### Bug Fixes and Improvements

- post 0.3.2 fixes
([#739](https://github.com/oasisprotocol/nexus/issues/739))

api: filters out old rofl txs that were not parsed properly
during a 2 week span in early July.
db: retroactively updates the runtime tx fee denom to default to ''.

### Internal Changes

- analyzer: rename validator_staking_history config option
([#740](https://github.com/oasisprotocol/nexus/issues/740))

## 0.3.2 (2024-08-12)

### Removals and Breaking Changes
Expand Down

0 comments on commit 51d73d6

Please sign in to comment.