Skip to content

Commit

Permalink
[FAB-13327] Architecture Explained clarification
Browse files Browse the repository at this point in the history
The Architecture Explained document is taken from
the initial Fabric architectural proposal.

This CR clarifies it as an Architecture Origin
document that does not 100% represent Hyperledger
Fabric as implemented.

Change-Id: I4da44e053d55992458e8b7a292fd0f90c367ba49
Signed-off-by: David Enyeart <[email protected]>
(cherry picked from commit 4fe73d2)
  • Loading branch information
denyeart committed Dec 18, 2018
1 parent cfdb44d commit 728f4eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions docs/source/arch-deep-dive.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Architecture Explained
======================
Architecture Origins
====================

.. note :: This document represents the initial architectural proposal
for Hyperledger Fabric v1.0. While the Hyperledger Fabric
implementation has conceptually followed from the architectural
proposal, some details have been altered during the
implementation. The initial architectural proposal is
presented as originally prepared. For a more technically
accurate representation of the architecture, please see
`Hyperledger Fabric: A Distributed Operating System for Permissioned Blockchains <https://arxiv.org/abs/1801.10228v2>`__.
The Hyperledger Fabric architecture delivers the following advantages:

Expand Down Expand Up @@ -33,7 +42,7 @@ v1**
2. Basic workflow of transaction endorsement
3. Endorsement policies

**Part II: Post-v1 elements of the architecture**
**Part II: Post-v1 elements of the architecture**

4. Ledger checkpointing (pruning)

Expand Down
2 changes: 1 addition & 1 deletion docs/source/whatis.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ out-paces any of the other enterprise blockchain platforms.
## Acknowledgement

The preceding is derived from the peer reviewed
["Hyperledger Fabric: A Distributed Operating System for Permissioned Blockchains"](https://arxiv.org/abs/1801.10228v1) - Elli Androulaki, Artem
["Hyperledger Fabric: A Distributed Operating System for Permissioned Blockchains"](https://arxiv.org/abs/1801.10228v2) - Elli Androulaki, Artem
Barger, Vita Bortnikov, Christian Cachin, Konstantinos Christidis, Angelo De
Caro, David Enyeart, Christopher Ferris, Gennady Laventman, Yacov Manevich,
Srinivasan Muralidharan, Chet Murthy, Binh Nguyen, Manish Sethi, Gari Singh,
Expand Down

0 comments on commit 728f4eb

Please sign in to comment.