@@ -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