Skip to content

Commit 5bbf8b4

Browse files
committed
[FAB-5479] - Clean up images
Remove externally linked images in arch-deep-dive add images to source [ci-skip] Change-Id: I814c939e1e56ea10a50a1e5a3bbdb29025918e16 Signed-off-by: Nick Gaski <ngaski@us.ibm.com>
1 parent d6b54c8 commit 5bbf8b4

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

docs/source/arch-deep-dive.rst

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ transactions for inclusion in the blockchain state.
229229

230230
**Partitioning (ordering service channels).** Ordering service may
231231
support multiple *channels* similar to the *topics* of a
232-
publish/subscribe (pub/sub) messaging system. Clients can connects to a
232+
publish/subscribe (pub/sub) messaging system. Clients can connect to a
233233
given channel and can then send messages and obtain the messages that
234234
arrive. Channels can be thought of as partitions - clients connecting to
235235
one channel are unaware of the existence of other channels, but clients
@@ -590,13 +590,10 @@ conclusion whether a transaction contained in a blob is valid. Hence,
590590
all peers commit and apply the same sequence of transactions and update
591591
their state in the same way.
592592

593-
.. figure:: http://vukolic.com/hyperledger/flow-4.png
593+
.. image:: images/flow-4.png
594594
:alt: Illustration of the transaction flow (common-case path).
595595

596-
Illustration of the transaction flow (common-case path).
597-
598-
Figure 1. Illustration of one possible transaction flow (common-case
599-
path).
596+
*Figure 1. Illustration of one possible transaction flow (common-case path).*
600597

601598
3. Endorsement policies
602599
-----------------------
@@ -723,11 +720,12 @@ peer does this by itself (e.g., by using the bitmask associated with
723720
``PeerLedger``). A vBlock is defined as a block without the invalid
724721
transactions, that have been filtered out. Such vBlocks are inherently
725722
dynamic in size and may be empty. An illustration of vBlock construction
726-
is given in the figure below. |Illustration of the transaction flow
727-
(common-case path).|
723+
is given in the figure below.
724+
725+
.. image:: images/blocks-3.png
726+
:alt: Illustration of vBlock formation
728727

729-
Figure 2. Illustration of validated ledger block (vBlock) formation from
730-
ledger (``PeerLedger``) blocks.
728+
*Figure 2. Illustration of validated ledger block (vBlock) formation from ledger (PeerLedger) blocks.*
731729

732730
vBlocks are chained together to a hash chain by every peer. More
733731
specifically, every block of a validated ledger contains:
@@ -828,7 +826,5 @@ also be combined:
828826
checkpoint if confirmed by *f+1* different peers collocated with
829827
orderers.
830828

831-
.. |Illustration of the transaction flow (common-case path).| image:: http://vukolic.com/hyperledger/blocks-3.png
832-
833829
.. Licensed under Creative Commons Attribution 4.0 International License
834830
https://creativecommons.org/licenses/by/4.0/

docs/source/images/blocks-3.png

24 KB
Loading

docs/source/images/flow-4.png

36.8 KB
Loading

0 commit comments

Comments
 (0)