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

Changes to Origin #104

Merged
merged 2 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions api/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ import (
"strings"
)

// CheckpointHeaderV0 is the first line of a marshaled log checkpoint.
const CheckpointHeaderV0 = "Log Checkpoint v0"

// Tile represents a subtree tile, containing inner nodes of a log tree.
type Tile struct {
// NumLeaves is the number of entries at level 0 of this tile.
Expand Down
2 changes: 1 addition & 1 deletion testdata/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
TestLogSecretKey = "PRIVATE+KEY+astra+cad5a3d2+ASgwwenlc0uuYcdy7kI44pQvuz1fw8cS5NqS8RkZBXoy"
TestLogPublicKey = "astra+cad5a3d2+AZJqeuyE/GnknsCNh1eCtDtwdAwKBddOlS8M2eI1Jt4b"

TestLogOrigin = "Log Checkpoint v0"
TestLogOrigin = "example.com/testdata"
)

var (
Expand Down
Loading