Browse Source
Merge pull request #130 from tendermint/marko/bring_blockchain_back
spec: bringing blockchain back
pull/7804/head
Sean Braithwaite
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
20 additions and
0 deletions
-
spec/blockchain/blockchain.md
-
spec/blockchain/encoding.md
-
spec/blockchain/readme.md
-
spec/blockchain/state.md
|
|
@ -0,0 +1,3 @@ |
|
|
|
# Blockchain |
|
|
|
|
|
|
|
Deprecated see [core/data_structures.md](../core/data_structures.md) |
|
|
@ -0,0 +1,3 @@ |
|
|
|
# Encoding |
|
|
|
|
|
|
|
Deprecated see [core/data_structures.md](../core/encoding.md) |
|
|
@ -0,0 +1,11 @@ |
|
|
|
--- |
|
|
|
cards: false |
|
|
|
--- |
|
|
|
|
|
|
|
# Blockchain |
|
|
|
|
|
|
|
This section describes the core types and functionality of the Tendermint protocol implementation. |
|
|
|
|
|
|
|
[Core Data Structures](../core/data_structures.md) |
|
|
|
[Encoding](../core/encoding.md) |
|
|
|
[State](../core/state.md) |
|
|
@ -0,0 +1,3 @@ |
|
|
|
# State |
|
|
|
|
|
|
|
Deprecated see [core/state.md](../core/state.md) |