Preordered Logs was supported by Trillian v1. In this mode there is no sequencer or queue, and the user writes each new leaf to an explicit index. We could support this by having a new lifecycle state that only exposed a single method such as func Set(ctx context.Context, index uint64, entry *Entry) error.
The major blocker to implementing this feature is a good use-case in the modern transparency world. This issue will be addressed when we have upvotes and comments from the community giving a desire signal, and ideally concrete use-cases for the feature.
Preordered Logs was supported by Trillian v1. In this mode there is no sequencer or queue, and the user writes each new leaf to an explicit index. We could support this by having a new lifecycle state that only exposed a single method such as
func Set(ctx context.Context, index uint64, entry *Entry) error.The major blocker to implementing this feature is a good use-case in the modern transparency world. This issue will be addressed when we have upvotes and comments from the community giving a desire signal, and ideally concrete use-cases for the feature.