Skip to content

Commit 6035af7

Browse files
authored
Merge pull request #1160 from oasisprotocol/ptrus/release-0.7.14
Changelog 0.7.14
2 parents cc650d0 + 144d440 commit 6035af7

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

.changelog/1136.trivial.md

Whitespace-only changes.

.changelog/1137.feature.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changelog/1157.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/891.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.punch_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
major = 0
22
minor = 7
3-
patch = 13
3+
patch = 14

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@ The format is inspired by [Keep a Changelog].
1212

1313
<!-- TOWNCRIER -->
1414

15+
## 0.7.14 (2025-09-23)
16+
17+
### Features
18+
19+
- consensus: Add Gas Used and Block Sze fields
20+
([#891](https://github.com/oasisprotocol/nexus/issues/891))
21+
22+
- analyzer/staking-history: Fetch start epoch from DB before source node
23+
([#1137](https://github.com/oasisprotocol/nexus/issues/1137))
24+
25+
Ensures the analyzer can start even if the start height is missing
26+
from the source node, provided the starting epoch is already indexed
27+
in the database.
28+
29+
- api/consensus/proposals: Add filter by vote type
30+
([#1157](https://github.com/oasisprotocol/nexus/issues/1157))
31+
1532
## 0.7.13 (2025-08-14)
1633

1734
### Features

0 commit comments

Comments
 (0)