Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs/architecture/adr-001-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ particulars of pubkey/signature/blockid/vote/etc. The lite client should be
written generically, with its own traits, and the existing types made to
implement them.

We should follow the [lite client spec closely](https://github.com/tendermint/tendermint/blob/main/docs/spec/consensus/light-client.md), and we should work in parallel on a TLA+ implementation.
We should follow the [lite client spec closely](https://github.com/tendermint/tendermint/blob/main/docs/tendermint-core/light-client.md), and we should work in parallel on a TLA+ implementation.

Note the spec assumes a function `signers(commit)`, which returns the validators
for a given commit. In practice, the validator set itself is not in the commit,
Expand Down