-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR adds a GRPC client for the contract service while also adding control functions to send contract negotiation messages. This makes it possible to have fine grained control over contract negotiation approval. This is lacking the termination implementation but that will be implemented soon in a separate PR. Changes: - Split up receive and send steps in state machine. - Only do receive steps in http handlers. - Add new control GRPC methods in charge of sending steps. - Add new mocks for contract service. - Upgrade GRPC bindings. - Update mockery. - Add token verification and storage for the token.
- Loading branch information
Showing
28 changed files
with
2,111 additions
and
907 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.