Again, I’d like to push for list_neurons
to support searching by subaccounts. As I did here:
This would also be beneficial for clients that have many neurons and they can do their own pagination by grabbing nonces, computing the subaccount and popping them into the neuron_ids_or_subaccounts
array.
In this new pagination design, lets say I have over 500 neurons and I need to list certain neurons from different pages I would need to perform multiple async calls to get that information and list all my neurons. If I could search by subaccount I can compute those myself and search for specifically what I want in one call.
These things will become more relevant as more and more canisters start to offer staking to many thousands of users. Just using the current neuron numbers are not a good justification in my opinion.