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
The current implementation requires 3 transactions in order to settle on an openClaim. Two scenarios include:
a) Claimant calls openClaim, Claimant calls proposeSettlement, Staker calls acceptSettlement
b) Claimant calls openClaim, Staker calls proposeSettlement, Claimant calls acceptSettlement
Solution
Add a function (ex. acceptClaim) where the Staker can accept the Claimant's openClaim. This will minimize the flow from 3 transactions to 2 transactions
The text was updated successfully, but these errors were encountered:
Problem
The current implementation requires 3 transactions in order to settle on an
openClaim
. Two scenarios include:a) Claimant calls
openClaim
, Claimant callsproposeSettlement
, Staker callsacceptSettlement
b) Claimant calls
openClaim
, Staker callsproposeSettlement
, Claimant callsacceptSettlement
Solution
acceptClaim
) where the Staker can accept the Claimant's openClaim. This will minimize the flow from 3 transactions to 2 transactionsThe text was updated successfully, but these errors were encountered: