Skip to content
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
5 changes: 5 additions & 0 deletions docs/compatibility-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Supports **LEP v1 and v2** (v2 is the current wire version; v1 accepted for
backward compatibility). Device path = Latch.

> LEP v2.0.0 is frozen upstream (protocol `FREEZE.md`, decision 2026-08-26;
> freeze note `9606571`). No breaking wire changes without ADR + major bump.
> Relay vendors the golden vectors (`internal/lep/testdata/`) and the
> protocol conformance suite runs them on every CI.

## Protocol

| Component | Version | Where |
Expand Down
3 changes: 3 additions & 0 deletions docs/v1-release-gate.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ This is the executable version of the "Product v1.0.0 still needs" list in

- [ ] `spec/` drafts used by Relay are frozen (binary batch, LEP crypto wire,
attachment TLVs, identity TLVs) — linker notes the frozen commit.
Reference: protocol `FREEZE.md` (LEP v2.0.0, decision 2026-08-26;
freeze note `9606571`); Relay's vendored vectors live in
`internal/lep/testdata/` and CI runs them on every push.
- [ ] `go test ./... -count=1` green on the tag commit.
- [ ] `go vet ./... && golangci-lint run --timeout=5m` clean.

Expand Down
Loading