'Integrity' at a leaf, 'Consistency' across blocks.
Each block’s Merkle root is linked to the previous hashed root using XOR, ensuring continuity in the chain. Modify the Genesis IV or individual leaves to observe how the blockchain responds to manipulation of sensitive data.
Blockchain Consistency with Merkle Trees
Block Genesis | Initial Vector |
---|---|
-- |
|
Block 1 | Parents | Root | Root XOR Previous |
---|---|---|---|
|
- | - | - |
|
|||
|
- | ||
|
|||
Block 2 | Parents | Root | Root XOR Previous |
---|---|---|---|
|
- | - | - |
|
|||
|
- | ||
|
|||
Block 3 | Parents | Root | Root XOR Previous |
---|---|---|---|
|
- | - | - |
|
|||
|
- | ||
|
|||
Acknowledgments
Special thanks to Grok, for its invaluable assistance in creating this consistency topic for Deep Inside workshop series.