Skip to content

Commit 17f3700

Browse files
committed
Update CHANGELOG for v6.11.0
1 parent 72ffa0c commit 17f3700

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ pre: "<b>6. </b>"
77
math: true
88
---
99

10+
### [6.11.0] - 2025-01-12
11+
12+
#### Added
13+
14+
- The `queryLedgerState/stakePools` query now take an optional `includeStake: bool` parameter. When provided and set to `true`, each stake pool result will include an additional `stake` field with its current absolute live stake (reflecting its governance power).
15+
16+
- A new query [`queryLedgerState/delegateRepresentatives`] to fetch all registered (and pre-defined) DReps, alongside their metadata and live stake. In a similar fashion to many other queries, DReps can be filtered using `keys` or `scripts` credentials in the query parameters. When both are omitted, all representatives are returned.
17+
18+
#### Changed
19+
20+
- The dual container image now ships with `cardano-node==10.1.4`
21+
22+
#### Removed
23+
24+
- N/A
25+
1026
### [6.10.0] - 2024-12-14
1127

1228
#### Added

0 commit comments

Comments
 (0)