Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
max-dfinity committed Feb 4, 2025
1 parent 12a23b9 commit 1c31fb2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rs/nns/governance/unreleased_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ In this relesae, we turn on 2 features related to migrating active neurons to st

No neurons are actually migrated yet.

### List Neurons API Change: Query by Subaccount

The `list_neurons` API now supports querying by neuron subaccount. This is useful for neuron holders who
have many neurons and want to list only the neurons associated with a particular subaccount.

A new field `neuron_subaccounts` is added to the request, which is a list of subaccounts to query
for. If this field is present, any neurons found will be added to the response. If duplicate
neurons are found between this field and others, they will be deduplicated before returning the value.

This new field works in the same way that the existing `neuron_ids` field works.

## Changed

* `InstallCode` proposal payload hashes are now computed when making the proposal instead of when
Expand Down

0 comments on commit 1c31fb2

Please sign in to comment.