mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-01 21:22:10 -04:00
refactor arbitration protocol
add dispute states and open/close messages routed through arbitrator both traders publish dispute payout tx, winner is default verify signatures of payment sent and received messages seller sends deposit confirmed message to arbitrator buyer sends payment sent message to arbitrator arbitrator slows trade wallet sync rate after deposits confirmed various refactoring, fixes, and cleanup
This commit is contained in:
parent
363f783f30
commit
247087ef46
79 changed files with 1770 additions and 2480 deletions
|
@ -212,13 +212,10 @@ public class AccountAgeWitnessServiceTest {
|
|||
"summary",
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
100000,
|
||||
0,
|
||||
null,
|
||||
now - 1,
|
||||
false));
|
||||
now - 1));
|
||||
|
||||
// Filtermanager says nothing is filtered
|
||||
when(filterManager.isNodeAddressBanned(any())).thenReturn(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue