From eb9e1f961ce581d404f457d35a8df1f1d8f6e84f Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Wed, 22 Jan 2020 13:06:49 -0800 Subject: [PATCH] titles --- spec/consensus/light/README.md | 3 +++ spec/consensus/light/accountability.md | 2 +- spec/consensus/light/verification.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/spec/consensus/light/README.md b/spec/consensus/light/README.md index c45875053..7a4d8840b 100644 --- a/spec/consensus/light/README.md +++ b/spec/consensus/light/README.md @@ -1,5 +1,8 @@ # Tendermint Light Client Protocol +NOTE: This specification is under heavy development and is not yet complete nor +accurate. + ## Contents - [Motivation](#motivation) diff --git a/spec/consensus/light/accountability.md b/spec/consensus/light/accountability.md index 2eb662aef..b605018d2 100644 --- a/spec/consensus/light/accountability.md +++ b/spec/consensus/light/accountability.md @@ -1,4 +1,4 @@ -# Fork accountability -- Problem statement and attacks +# Fork accountability ## Problem Statement diff --git a/spec/consensus/light/verification.md b/spec/consensus/light/verification.md index 8c07dfac8..66da23f12 100644 --- a/spec/consensus/light/verification.md +++ b/spec/consensus/light/verification.md @@ -1,4 +1,4 @@ -# Lite client +# Core Verification A lite client is a process that connects to Tendermint full node(s) and then tries to verify application data using the Merkle proofs.