From c5e45ecb48a060b79f03fad4f38c324b07d04379 Mon Sep 17 00:00:00 2001 From: Marko Baricevic Date: Mon, 3 Aug 2020 10:48:38 +0200 Subject: [PATCH] bring blockchain back --- spec/blockchain/blockchain.md | 3 +++ spec/blockchain/encoding.md | 3 +++ spec/blockchain/readme.md | 11 +++++++++++ spec/blockchain/state.md | 3 +++ 4 files changed, 20 insertions(+) create mode 100644 spec/blockchain/blockchain.md create mode 100644 spec/blockchain/encoding.md create mode 100644 spec/blockchain/readme.md create mode 100644 spec/blockchain/state.md diff --git a/spec/blockchain/blockchain.md b/spec/blockchain/blockchain.md new file mode 100644 index 000000000..fcc080ee7 --- /dev/null +++ b/spec/blockchain/blockchain.md @@ -0,0 +1,3 @@ +# Blockchain + +Deprecated see [core/data_structures.md](../core/data_structures.md) diff --git a/spec/blockchain/encoding.md b/spec/blockchain/encoding.md new file mode 100644 index 000000000..aa2c9ab3f --- /dev/null +++ b/spec/blockchain/encoding.md @@ -0,0 +1,3 @@ +# Encoding + +Deprecated see [core/data_structures.md](../core/encoding.md) diff --git a/spec/blockchain/readme.md b/spec/blockchain/readme.md new file mode 100644 index 000000000..0d5666e3e --- /dev/null +++ b/spec/blockchain/readme.md @@ -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) diff --git a/spec/blockchain/state.md b/spec/blockchain/state.md new file mode 100644 index 000000000..f4f1d9525 --- /dev/null +++ b/spec/blockchain/state.md @@ -0,0 +1,3 @@ +# State + +Deprecated see [core/state.md](../core/state.md)