Skip to content

Commit

Permalink
feat: bond escalation tests (#67)
Browse files Browse the repository at this point in the history
* feat: improving bond escalation test

* feat: more tests

* fix: comments

* fix: start with timestamp

* fix: block timestamp
  • Loading branch information
ashitakah authored Oct 24, 2024
1 parent b72dcda commit ed60e2e
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ contract BondEscalationModule is Module, IBondEscalationModule {
// Refund the disputer, the bond escalation status stays Escalated
_newStatus = BondEscalationStatus.Escalated;
_params.accountingExtension.release({
_requestId: _dispute.requestId,
_bonder: _dispute.disputer,
_requestId: _dispute.requestId,
_token: _params.bondToken,
_amount: _params.bondSize
});
Expand Down
Loading

0 comments on commit ed60e2e

Please sign in to comment.