Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the code for signing log roots if the last one is too old. #266

Merged
merged 2 commits into from
Dec 16, 2016

Conversation

Martin2112
Copy link
Contributor

This is leftover from when we thought app layers wouldn't have their own storage. I don't think it's being used and probably doesn't do what we need anyway.

This is leftover from when we thought app layers wouldn't have their own
storage. I don't think it's being used and probably doesn't do what we
need anyway.
@Martin2112
Copy link
Contributor Author

Not so fast! This prevents a size zero root being created if none exist, which breaks the integration test. Needs more thought on how this should work. Should maybe pass a "no root" error back to the caller.

Could be better to move this to log create API when we write it. Then we
can assume a root exists and raise an error if it doesn't. TODO added.
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.

4 participants