transparency-dev / transparency-dev/tessera

Feature: Preordered Logs

Open
#575 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Go
Stars
238
Forks
56
Avg merge
1d 2h
Merged PRs (30d)
35

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the proposed lifecycle state and the Set(ctx context.Context, index uint64, entry *Entry) error entry point described in the issue, and compare it with the Trillian v1 preordered-log model. The issue is not ready for implementation: done first requires community upvotes, comments, and concrete modern transparency use cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
backend-api-design, distributed-systems
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.