Skip to content

Conversation

@RJPercival
Copy link
Contributor

PR google/trillian#734 deletes DefaultSignerFactory and moves/renames some crypto funcs. This PR makes the required changes to accommodate this.


for _, test := range tests {
_, err := SetUpInstance(ctx, nil, &test.cfg, sf, time.Second, monitoring.InertMetricFactory{})
_, err := SetUpInstance(ctx, nil, &test.cfg, time.Second, monitoring.InertMetricFactory{})
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Scope err on the if?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@RJPercival RJPercival force-pushed the signerfactory_del branch 2 times, most recently from 32a24fa to d50c8d7 Compare August 16, 2017 00:04
Key protobuf to crypto.Signer conversion is now handled by a global
registry of handler funcs.
@RJPercival RJPercival merged commit 2560851 into google:master Aug 16, 2017
@RJPercival RJPercival deleted the signerfactory_del branch August 16, 2017 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants