You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2021. It is now read-only.
Currently, the accounting module only operates through the `Add(amount int64, peer *protocols.Peer) function - it does just adds positive (credit) or negative (debit) amounts.
We need to implement thresholds so that it is possible to take action based on threshold crossing.
Currently, the accounting module only operates through the `Add(amount int64, peer *protocols.Peer) function - it does just adds positive (credit) or negative (debit) amounts.
We need to implement thresholds so that it is possible to take action based on threshold crossing.
Refer to Figure 2 in chapter 2.1 of the SW3 paper documentation:
https://www.overleaf.com/project/59c298da5b3a6e3b7ec80d56
The following thresholds need to be implemented: