This commit is contained in:
Ethan Buchman
2020-01-22 13:06:49 -08:00
parent f26eb4ee89
commit eb9e1f961c
3 changed files with 5 additions and 2 deletions

View File

@@ -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)

View File

@@ -1,4 +1,4 @@
# Fork accountability -- Problem statement and attacks
# Fork accountability
## Problem Statement

View File

@@ -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.