Skip to content

Commit 8924577

Browse files
authored
Merge pull request #937 from oasisprotocol/ptrus/release-0.6.3
Changelog 0.6.3
2 parents 88dde86 + ff82860 commit 8924577

File tree

7 files changed

+40
-27
lines changed

7 files changed

+40
-27
lines changed

.changelog/911.feature.md

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

.changelog/912.bugfix.md

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

.changelog/931.trivial.md

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

.changelog/933.feature.md

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

.changelog/936.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 = 6
3-
patch = 2
3+
patch = 3

CHANGELOG.md

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

1313
<!-- TOWNCRIER -->
1414

15+
## 0.6.3 (2025-03-28)
16+
17+
### Features
18+
19+
- Implement support for ROFL applications
20+
([#911](https://github.com/oasisprotocol/nexus/issues/911))
21+
22+
Two ROFL-related analyzer were added. To enable them, use the `rofl_{runtime}`
23+
and `rofl_instance_transactions_{runtime}` config fields.
24+
25+
Added API endpoints:
26+
27+
- `{runtime}/rofl_apps` - returns a list of ROFL applications
28+
29+
- `{runtime}/rofl_apps/{id}` - return a specific ROFL application
30+
31+
- `/{runtime}/rofl_apps/{id}/transactions` - returns a list of management
32+
transactions of the ROFL application
33+
34+
- `/{runtime}/rofl_apps/{id}/instance_transactions` - returns a list of
35+
transactions submitted by instances of the ROFL application
36+
37+
- `/{runtime}/rofl_apps/{id}/instances` - returns a list of ROFL instances for
38+
the given ROFL application
39+
40+
- `/{runtime}/rofl_apps/{id}/instances/{rak}/transactions` - returns a list of
41+
transactions submitted by the given ROFL instance
42+
43+
- config: fix consensus_circulating_supply_exclusions via env
44+
([#933](https://github.com/oasisprotocol/nexus/issues/933))
45+
46+
- api/runtime/transactions: Include raw transaction error message
47+
([#936](https://github.com/oasisprotocol/nexus/issues/936))
48+
49+
### Bug Fixes and Improvements
50+
51+
- storage/db: Remove max connection configuration option
52+
([#912](https://github.com/oasisprotocol/nexus/issues/912))
53+
1554
## 0.6.2 (2025-03-21)
1655

1756
### Features

0 commit comments

Comments
 (0)