mycelium-ethereum / perpetual-pools-contracts

Repo for Tracer Pool Swaps Protocol
26 stars 13 forks source link

Update lastPriceTimestamp before fee payment #463

Closed CalabashSquash closed 2 years ago

CalabashSquash commented 2 years ago

Motivation

poolUpkeep does not implement the checks-effects-interactions pattern, it is possible to re-enter the function and satisfy the intervalPassed() check again.

Changes