Skip to content

Commit

Permalink
docs: update ADR metadata (#1910)
Browse files Browse the repository at this point in the history
* update ADR metadata

* fix broken link
  • Loading branch information
mpoke authored May 27, 2024
1 parent 3132f64 commit 98bd90f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ multiple nodes, called primary and witness nodes.

Light clients download new headers committed on chain from a primary. Headers can be verified in two ways: sequentially,
where the block height of headers is serial, or using skipping. This second verification method allows light clients to download headers
with nonconsecutive block height, where some intermediate headers are skipped (see [Tendermint Light Client, Figure 1 and Figure 3](https://arxiv.org/pdf/2010.07031.pdf)).
with nonconsecutive block height, where some intermediate headers are skipped (see [Tendermint Light Client, Figure 1 and Figure 3](https://arxiv.org/pdf/2010.07031)).
Additionally, light clients are cross-checking new headers obtained from a primary with witnesses to ensure all nodes share the same state.

A light client attack occurs when a Byzantine validator sends invalid headers to a light client.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/adrs/adr-014-epochs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: Epochs

## Status

Proposed
Accepted

## Context

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/adrs/adr-015-partial-set-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: Partial Set Security

## Status

Proposed
Accepted

## Context

Expand Down
6 changes: 5 additions & 1 deletion docs/docs/adrs/adr-016-securityaggregation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 17
title: Security aggregation
---
# ADR 016: Security aggregation

## Changelog
Expand All @@ -6,7 +10,7 @@

## Status

Draft
Proposed

## Context

Expand Down
5 changes: 3 additions & 2 deletions docs/docs/adrs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ To suggest an ADR, please make use of the [ADR template](./adr-template.md) prov
- [ADR 009: Soft Opt-Out](./adr-009-soft-opt-out.md)
- [ADR 010: Standalone to Consumer Changeover](./adr-010-standalone-changeover.md)
- [ADR 013: Slashing on the provider for consumer equivocation](./adr-013-equivocation-slashing.md)
- [ADR 014: Epochs](./adr-014-epochs.md)
- [ADR 015: Partial Set Security](./adr-015-partial-set-security.md)

### Proposed

- [ADR 011: Improving testing and increasing confidence](./adr-011-improving-test-confidence.md)
- [ADR 014: Epochs](./adr-014-epochs.md)
- [ADR 015: Partial Set Security](./adr-015-partial-set-security.md)
- [ADR 016: Security aggregation](./adr-016-securityaggregation.md)

### Rejected

Expand Down

0 comments on commit 98bd90f

Please sign in to comment.