Skip to content

Conversation

isidorn
Copy link
Collaborator

@isidorn isidorn commented Jun 10, 2019

This PR introduces the ISignService and provides two implementations: one for the browser and one for node.

This PR also adopts the ISignService for the RemoteAgentConnection and for the Debug handshake.

Note that this PR does not change how we actually sign. Just restructures the code such that we have a centralized place where we do this - a service.

Fixes #74398

fyi @weinand @aeschli

@isidorn isidorn added this to the June 2019 milestone Jun 10, 2019
@isidorn isidorn requested a review from bpasero June 10, 2019 13:34
@isidorn isidorn self-assigned this Jun 10, 2019
@weinand weinand self-requested a review June 11, 2019 08:02
Co-Authored-By: Benjamin Pasero <benjamin.pasero@gmail.com>
Copy link
Contributor

@weinand weinand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

isidorn added 2 commits June 11, 2019 11:47
…rted multiple times, The ones after the first will not throw an error. And this will break the contract of the sign method
@isidorn isidorn merged commit 18f4630 into master Jun 11, 2019
@isidorn isidorn deleted the isidorn/signservice branch June 11, 2019 10:57
@github-actions github-actions bot locked and limited conversation to collaborators Mar 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid __nodeRequire()
3 participants