Revert "GitBook: [master] 12 pages and 33 assets modified"

This reverts commit f792171ae9.
This commit is contained in:
Michael Vines
2019-10-02 23:53:20 -07:00
parent f792171ae9
commit db7a3ac826
45 changed files with 1167 additions and 5337 deletions

View File

@@ -48,7 +48,7 @@ At the end of the block, A and B are in the exact same starting state, and any s
The Bank-Merkle is computed from the Merkle Tree of the new state changes, along with the Previous Bank-Merkle, and the Block-Merkle.
![Bank Merkle Diagram](../.gitbook/assets/spv-bank-merkle%20%284%29.svg)
![Bank Merkle Diagram](../.gitbook/assets/spv-bank-merkle%20%283%29.svg)
A state receipt contains only the state changes occurring in the block. A direct Merkle Path to the current Bank-Merkle guarantees the state value at that bank hash, but it cannot be used to generate a “current” receipt to the latest state if the state modification occurred in some previous block. There is no guarantee that the path provided by the validator is the latest one available out of all the previous Bank-Merkles.

View File

@@ -12,7 +12,7 @@ The fundamental difference between the pipelines is when the PoH is present. In
We unwrap the many abstraction layers and build a single pipeline that can toggle leader mode on whenever the validator's ID shows up in the leader schedule.
![Validator block diagram](../.gitbook/assets/validator-proposal%20%282%29.svg)
![Validator block diagram](../.gitbook/assets/validator-proposal%20%281%29.svg)
## Notable changes