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
The problem is that this bit of code will be used in the rutnime api to collect total votes.
This means that we will iterate over the keys of a Project key, thereby doing up to T::MaxMilestonesPerProject iterations which is obviously dreadful.
The problem is that this bit of code will be used in the rutnime api to collect total votes.
This means that we will iterate over the keys of a Project key, thereby doing up to
T::MaxMilestonesPerProject
iterations which is obviously dreadful.Suggested change:
The text was updated successfully, but these errors were encountered: