prisma-fi / prisma-contracts

A decentralized, non-custodial stablecoin backed by Ethereum liquid staking tokens
https://www.prismafinance.com/
MIT License
18 stars 17 forks source link

fix: while loop in getAccountWeightAt #5

Closed owsley3 closed 1 year ago

owsley3 commented 1 year ago

Only iterate until the desired historical week within getAccountWeightAt. Previously we were iterating until the current week, so querying historic weeks would be incorrect.

As reported by Nomoi.