bisq/desktop
chimp1984 2da08a5620
Refactor dependency structure to enable adding dispute managers
If we would add DisputeManager to previous structure it would cause a
circular dependency error from guice. We change dependency structure so
that TradeManager does not know XmrTxProofService but XmrTxProofService
gets an instance of TradeManager. It makes code cleaner in total as well
as responsibility is better defined.

Next commit will contain the DisputeManager addition.
2020-09-04 10:16:37 +02:00
..
package Bump version number for v1.3.8 2020-09-03 17:34:34 +02:00
src Refactor dependency structure to enable adding dispute managers 2020-09-04 10:16:37 +02:00