spartan-protocol / spartanswap-contracts

📃 Spartan Protocol Smart Contracts V1 - V2
20 stars 6 forks source link

Delist / List Bond | Handle history / current #71

Closed SamusElderg closed 3 years ago

SamusElderg commented 3 years ago

Check the list/delist bond logic in both: • Dao • PoolFactory

Whichever array is used for claim() needs to use history rather than current so that if a previous bond assets is delisted it will still be claimable

SamusElderg commented 3 years ago

Dao.claimAll() now takes in an argument of addresses instead of requiring a source of history, this can be closed