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.
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