Gravita-Protocol / Gravita-SmartContracts

GNU General Public License v3.0
48 stars 31 forks source link

Optimize search for duplicate elements on array #383

Closed 0xfornax closed 1 year ago

0xfornax commented 1 year ago

Optimize the search for duplicate elements on the assets array

Removed the getDepositorGains(address _depositor) version as it relied on an unordered list provided by the AdminContract. All calls to getDepositorGains will need to provide an ascending-ordered asset list.

Closes #381