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
Only charge transfer fees if not offset by last epoch fees paid/generated by sender [for first N transfers?]?
We need to update the spec to detail that for each party cumulate the fees paid over an epoch, store the value if there is a transfer subtract the fee from the stored value. When this hits zero party gets charged. Need API support so front end can make it clear how much is transferred for free.
Done:
Cap transfer fees for larger transfers (multiple of the minimum amount) (in feat: add a cap for transfer fee)
The text was updated successfully, but these errors were encountered:
TODO:
We need to update the spec to detail that for each party cumulate the fees paid over an epoch, store the value if there is a transfer subtract the fee from the stored value. When this hits zero party gets charged. Need API support so front end can make it clear how much is transferred for free.
Done:
The text was updated successfully, but these errors were encountered: