From 8e8c4c161cb4005a70cf44e2a6b63120e339edf8 Mon Sep 17 00:00:00 2001 From: Max Summe Date: Thu, 9 Jan 2025 17:58:13 -0800 Subject: [PATCH] Add description to unreleased_changelog.md --- rs/nns/governance/unreleased_changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/rs/nns/governance/unreleased_changelog.md b/rs/nns/governance/unreleased_changelog.md index 90de181cefb..ffdf9ffb891 100644 --- a/rs/nns/governance/unreleased_changelog.md +++ b/rs/nns/governance/unreleased_changelog.md @@ -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.