Skip to content

Commit

Permalink
pairing: Attach signer to the pairing process
Browse files Browse the repository at this point in the history
Signer now receives requests from the scheduler for further processing.
The signer processes a ApprovePairingRequest and responds to the
scheduler.

Signed-off-by: Peter Neuroth <[email protected]>
  • Loading branch information
nepet committed Jan 10, 2024
1 parent d36ecff commit 9cec7a5
Show file tree
Hide file tree
Showing 12 changed files with 409 additions and 51 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions libs/gl-client-py/glclient/greenlight_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 21 additions & 14 deletions libs/gl-client-py/glclient/scheduler_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 75 additions & 2 deletions libs/gl-client-py/glclient/scheduler_pb2.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9cec7a5

Please sign in to comment.