Skip to content

Commit

Permalink
Add description to unreleased_changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
max-dfinity committed Jan 10, 2025
1 parent 7b30e27 commit 8e8c4c1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions rs/nns/governance/unreleased_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ links to keepachangelog.com as its source of inspiration.

## Added

### List Neurons Paging

In the case where more than 500 neurons would be returned from the API, the API will now
return a `next_start_from_neuron_id` field in the response. The value can then be added
to the next request to get the next set of neurons.

This will only affect neuron holders with more than 500 neurons, which is a small minority.

The advantage of this is that is now possible for neuron holders with many inactive neurons
to list all of their neurons, while also limiting the amount of work the endpoint does in a
single request.

### Periodic Confirmation

Enabled voting power adjustment and follow pruning.
Expand Down

0 comments on commit 8e8c4c1

Please sign in to comment.