Skip to content

Commit 0238d5f

Browse files
authored
Merge pull request #983 from oasisprotocol/ptrus/release-0.6.12
Changelog 0.6.12
2 parents e4a9117 + 5143642 commit 0238d5f

File tree

5 files changed

+20
-10
lines changed

5 files changed

+20
-10
lines changed

.changelog/968.feature.1.md

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

.changelog/968.feature.2.md

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

.changelog/982.feature.md

Lines changed: 0 additions & 4 deletions
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 = 6
3-
patch = 11
3+
patch = 12

CHANGELOG.md

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

1313
<!-- TOWNCRIER -->
1414

15+
## 0.6.12 (2025-04-15)
16+
17+
### Features
18+
19+
- api/supply: Return supply in token units
20+
([#968](https://github.com/oasisprotocol/nexus/issues/968))
21+
22+
`/consensus/total_supply_raw` and `/consensus/circulating_supply_raw`
23+
now return results values in token units, instead of base units.
24+
25+
- configuration: Add option to disable circulating supply endpoint
26+
([#968](https://github.com/oasisprotocol/nexus/issues/968))
27+
28+
- api/rofl: Add endpoint for fetching a specific rofl app instance
29+
([#982](https://github.com/oasisprotocol/nexus/issues/982))
30+
31+
- `/{runtime}/rofl_apps/{id}/instances/{rak}` - returns a specific
32+
ROFL app instance
33+
1534
## 0.6.11 (2025-04-14)
1635

1736
### Bug Fixes and Improvements

0 commit comments

Comments
 (0)