transparency-dev / trillian-tessera

Go library for building tile-based transparency logs (tlogs)
Apache License 2.0
11 stars 11 forks source link

[GCP] Allow GCP storage to self-initialise #253

Closed AlCutter closed 2 months ago

AlCutter commented 2 months ago

This PR allows the GCP storage implementation to initialise an empty log without requiring an extra tool.

This makes log turn ups much easier, and avoids a catch-22 with the hammer which requires a checkpoint to be present before it will submit any entries.

We can decide later whether we prefer to have all storage implementations have this as a separate tool/explicit step.

Towards #7 #23