Marko
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with
29 additions and
9 deletions
-
spec/README.md
-
spec/abci/README.md
-
spec/blockchain/readme.md
-
spec/consensus/readme.md
-
spec/core/readme.md
-
spec/light-client/README.md
-
spec/p2p/readme.md
|
@ -2,7 +2,7 @@ |
|
|
order: 1 |
|
|
order: 1 |
|
|
title: Overview |
|
|
title: Overview |
|
|
parent: |
|
|
parent: |
|
|
title: Tendermint Spec |
|
|
|
|
|
|
|
|
title: Spec |
|
|
order: 7 |
|
|
order: 7 |
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
|
@ -1,5 +1,8 @@ |
|
|
--- |
|
|
--- |
|
|
cards: true |
|
|
|
|
|
|
|
|
order: 1 |
|
|
|
|
|
parent: |
|
|
|
|
|
title: ABCI |
|
|
|
|
|
order: 2 |
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
# ABCI |
|
|
# ABCI |
|
|
|
@ -1,5 +1,8 @@ |
|
|
--- |
|
|
--- |
|
|
order: false |
|
|
|
|
|
|
|
|
order: 1 |
|
|
|
|
|
parent: |
|
|
|
|
|
title: Blockchain |
|
|
|
|
|
order: false |
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
# Blockchain |
|
|
# Blockchain |
|
|
|
@ -1,5 +1,8 @@ |
|
|
--- |
|
|
--- |
|
|
cards: true |
|
|
|
|
|
|
|
|
order: 1 |
|
|
|
|
|
parent: |
|
|
|
|
|
title: Consensus |
|
|
|
|
|
order: 4 |
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
# Consensus |
|
|
# Consensus |
|
|
|
@ -1,4 +1,9 @@ |
|
|
# Core |
|
|
|
|
|
|
|
|
--- |
|
|
|
|
|
order: 1 |
|
|
|
|
|
parent: |
|
|
|
|
|
title: Core |
|
|
|
|
|
order: 3 |
|
|
|
|
|
--- |
|
|
|
|
|
|
|
|
This section describes the core types and functionality of the Tendermint protocol implementation. |
|
|
This section describes the core types and functionality of the Tendermint protocol implementation. |
|
|
|
|
|
|
|
|
|
@ -1,4 +1,9 @@ |
|
|
# Light Client Protocol |
|
|
|
|
|
|
|
|
--- |
|
|
|
|
|
order: 1 |
|
|
|
|
|
parent: |
|
|
|
|
|
title: Light Client |
|
|
|
|
|
order: 5 |
|
|
|
|
|
--- |
|
|
|
|
|
|
|
|
NOTE: This specification is under heavy development and is not yet complete nor |
|
|
NOTE: This specification is under heavy development and is not yet complete nor |
|
|
accurate. |
|
|
accurate. |
|
|
|
@ -1,5 +1,6 @@ |
|
|
--- |
|
|
--- |
|
|
cards: true |
|
|
|
|
|
|
|
|
order: 1 |
|
|
|
|
|
parent: |
|
|
|
|
|
title: P2P |
|
|
|
|
|
order: 6 |
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
# P2P |
|
|
|