Browse Source

bring blockchain back

pull/7804/head
Marko Baricevic 4 years ago
parent
commit
c5e45ecb48
No known key found for this signature in database GPG Key ID: 1C1A5B44A0E4674D
4 changed files with 20 additions and 0 deletions
  1. +3
    -0
      spec/blockchain/blockchain.md
  2. +3
    -0
      spec/blockchain/encoding.md
  3. +11
    -0
      spec/blockchain/readme.md
  4. +3
    -0
      spec/blockchain/state.md

+ 3
- 0
spec/blockchain/blockchain.md View File

@ -0,0 +1,3 @@
# Blockchain
Deprecated see [core/data_structures.md](../core/data_structures.md)

+ 3
- 0
spec/blockchain/encoding.md View File

@ -0,0 +1,3 @@
# Encoding
Deprecated see [core/data_structures.md](../core/encoding.md)

+ 11
- 0
spec/blockchain/readme.md View File

@ -0,0 +1,11 @@
---
cards: false
---
# Blockchain
This section describes the core types and functionality of the Tendermint protocol implementation.
[Core Data Structures](./data_structures.md)
[Encoding](./encoding.md)
[State](./state.md)

+ 3
- 0
spec/blockchain/state.md View File

@ -0,0 +1,3 @@
# State
Deprecated see [core/state.md](../core/state.md)

Loading…
Cancel
Save