hindley-milner-systems / dapp-ertp-airdrop

0 stars 2 forks source link

fix(contract): fixes for handling state object. #79

Closed tgrecojs closed 4 months ago

tgrecojs commented 4 months ago
    • array that previously contained information about all epochs in an airdrop --> array that creates a historical record for past epoch activities and adds them to state as they elapse.
    • fixed logic for tracking the total number of claims from each tier level.

refs: #75, #76, #77