-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
MR-M-01mitigation-confirmedsatisfactorysatisfies C4 submission criteria; eligible for awardssatisfies C4 submission criteria; eligible for awards
Description
Issue mitigated
Original issue: M-01: Battery discharge mechanism doesn't work correctly for first redemption
Explanation
- Issue was that battery
lastTimestampisn't initialized - As part of mitigation of other issues the battery was replaced with the throttle library, which also has the
lastTimestampfield - The throttle library is now used also for issuance
- Under the mitigation
lastTimestampfor both of them is initialized here - The only field in the
Throttlestruct that isn't initialized islastAvailable, which means it'll be zero, but this seems expected behavior - Therefore, issue seems mitigated
Metadata
Metadata
Assignees
Labels
MR-M-01mitigation-confirmedsatisfactorysatisfies C4 submission criteria; eligible for awardssatisfies C4 submission criteria; eligible for awards