You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returns the list of all container IDs owned by the specified user. In case of the nil user it iterates over the whole container list, which can easily exceed the MaxStackSize (2048) constraint.
We have
introduced in #300 that returns the same result in the form of iterator, so we'd better remove List at all (or at least forbid empty owner parameter for this method).
Method
neofs-contract/container/container_contract.go
Line 435 in dc89137
returns the list of all container IDs owned by the specified user. In case of the nil user it iterates over the whole container list, which can easily exceed the
MaxStackSize
(2048) constraint.We have
neofs-contract/container/container_contract.go
Line 425 in dc89137
List
at all (or at least forbid empty owner parameter for this method).Ref. #304.
The text was updated successfully, but these errors were encountered: