Skip to content

Commit

Permalink
release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew7234 committed May 27, 2024
1 parent b81a092 commit 8a838e6
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 8 deletions.
1 change: 0 additions & 1 deletion .changelog/692.bugfix.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

<!-- TOWNCRIER -->

## 0.3.1 (2024-05-27)

### Features

- add support for pontusx_test, rename existing pontusx runtime to pontusx_dev
([#696](https://github.com/oasisprotocol/nexus/issues/696))

- api: add num_txns stat for consensus accounts
([#698](https://github.com/oasisprotocol/nexus/issues/698))

### Bug Fixes and Improvements

- metrics: dont create new 'api_request_latencies_buckets' for 404s
([#692](https://github.com/oasisprotocol/nexus/issues/692))

- analyzer: make node stats analyzer more robust to unsupported runtimes
([#693](https://github.com/oasisprotocol/nexus/issues/693))

- evm_tokens: use right error struct
([#694](https://github.com/oasisprotocol/nexus/issues/694))

- tests/e2e_regression/edenfast: copy sourcify rpc-cache from eden
([#695](https://github.com/oasisprotocol/nexus/issues/695))

- db: augment accounts_related_transactions_address index
([#697](https://github.com/oasisprotocol/nexus/issues/697))

## 0.3.0 (2024-05-10)

### Process Changes
Expand Down

0 comments on commit 8a838e6

Please sign in to comment.