@@ -229,7 +229,7 @@ transactions for inclusion in the blockchain state.
229
229
230
230
**Partitioning (ordering service channels). ** Ordering service may
231
231
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
233
233
given channel and can then send messages and obtain the messages that
234
234
arrive. Channels can be thought of as partitions - clients connecting to
235
235
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,
590
590
all peers commit and apply the same sequence of transactions and update
591
591
their state in the same way.
592
592
593
- .. figure :: http://vukolic.com/hyperledger /flow-4.png
593
+ .. image :: images /flow-4.png
594
594
:alt: Illustration of the transaction flow (common-case path).
595
595
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). *
600
597
601
598
3. Endorsement policies
602
599
-----------------------
@@ -723,11 +720,12 @@ peer does this by itself (e.g., by using the bitmask associated with
723
720
``PeerLedger ``). A vBlock is defined as a block without the invalid
724
721
transactions, that have been filtered out. Such vBlocks are inherently
725
722
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
728
727
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. *
731
729
732
730
vBlocks are chained together to a hash chain by every peer. More
733
731
specifically, every block of a validated ledger contains:
@@ -828,7 +826,5 @@ also be combined:
828
826
checkpoint if confirmed by *f+1 * different peers collocated with
829
827
orderers.
830
828
831
- .. |Illustration of the transaction flow (common-case path). | image :: http://vukolic.com/hyperledger/blocks-3.png
832
-
833
829
.. Licensed under Creative Commons Attribution 4.0 International License
834
830
https://creativecommons.org/licenses/by/4.0/
0 commit comments