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
Currently all the "client" and the "protocol" logic stays in the ContractNegotiationService and in the TransferProcessService.
Those could be split in:
*Service: is meant to contain the logic called internally or by some clients
*ProtocolService: contains all the logic that need to be executed after receiving a protocol message
Which Areas Would Be Affected?
contract negotiation, transfer process
Why Is the Feature Desired?
cleanup
The text was updated successfully, but these errors were encountered:
Feature Request
Currently all the "client" and the "protocol" logic stays in the
ContractNegotiationService
and in theTransferProcessService
.Those could be split in:
*Service
: is meant to contain the logic called internally or by some clients*ProtocolService
: contains all the logic that need to be executed after receiving a protocol messageWhich Areas Would Be Affected?
contract negotiation, transfer process
Why Is the Feature Desired?
cleanup
The text was updated successfully, but these errors were encountered: