Ethan Buchman
5 years ago
No known key found for this signature in database
GPG Key ID: DBB0B3EC64A4BDAA
3 changed files with
5 additions and
2 deletions
-
spec/consensus/light/README.md
-
spec/consensus/light/accountability.md
-
spec/consensus/light/verification.md
|
@ -1,5 +1,8 @@ |
|
|
# Tendermint Light Client Protocol |
|
|
# Tendermint Light Client Protocol |
|
|
|
|
|
|
|
|
|
|
|
NOTE: This specification is under heavy development and is not yet complete nor |
|
|
|
|
|
accurate. |
|
|
|
|
|
|
|
|
## Contents |
|
|
## Contents |
|
|
|
|
|
|
|
|
- [Motivation](#motivation) |
|
|
- [Motivation](#motivation) |
|
|
|
@ -1,4 +1,4 @@ |
|
|
# Fork accountability -- Problem statement and attacks |
|
|
|
|
|
|
|
|
# Fork accountability |
|
|
|
|
|
|
|
|
## Problem Statement |
|
|
## Problem Statement |
|
|
|
|
|
|
|
|
|
@ -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 |
|
|
A lite client is a process that connects to Tendermint full node(s) and then tries to verify application |
|
|
data using the Merkle proofs. |
|
|
data using the Merkle proofs. |
|
|