Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update block format documentation #80

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

ines-toupeira
Copy link
Member

@ines-toupeira ines-toupeira commented Nov 16, 2024

I removed the comparison between macro and micro blocks because it did not add clarity or intuitive understanding. The diagram's purpose was to illustrate how micro and macro blocks are interconnected, which is easier to understand with the updated diagram and its accompanying caption

Copy link

netlify bot commented Nov 16, 2024

Deploy Preview for developer-center ready!

Name Link
🔨 Latest commit 4def53a
🔍 Latest deploy log https://app.netlify.com/sites/developer-center/deploys/67895b915a6bc10008ecb1fa
😎 Deploy Preview https://deploy-preview-80--developer-center.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ines-toupeira ines-toupeira requested review from jsdanielh, hrxi and nibhar and removed request for ii-cruz, nibhar and jsdanielh November 16, 2024 21:58
learn/protocol/block-format.md Outdated Show resolved Hide resolved
assets/images/protocol/macro-micro.png Outdated Show resolved Hide resolved
learn/protocol/block-format.md Outdated Show resolved Hide resolved
learn/protocol/validators/skip-blocks.md Outdated Show resolved Hide resolved
learn/protocol/validators/skip-blocks.md Outdated Show resolved Hide resolved
learn/protocol/block-format.md Outdated Show resolved Hide resolved
| `body_root` | `Blake2sHash` | The Merkle root representing the body of the block, serving as a commitment to its content |
| `diff_root` | `Blake2bHash` | The root of the trie diff tree proof, which authenticates the state transitions or changes between blocks |
| `history_root` | `Blake2bHash` | The root of a Merkle Mountain Range covering all transactions that occurred in the current epoch |
| `validators` | `Option<Validators>` | Information about the upcoming validator list. Present only in election macro blocks |
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it interesting for the documentation what's in here?

learn/protocol/block-format.md Outdated Show resolved Hide resolved
learn/protocol/block-format.md Outdated Show resolved Hide resolved
learn/protocol/block-format.md Outdated Show resolved Hide resolved
assets/images/protocol/macro-micro.png Outdated Show resolved Hide resolved
assets/images/protocol/skip-micro.png Outdated Show resolved Hide resolved
learn/protocol/block-format.md Outdated Show resolved Hide resolved
learn/protocol/block-format.md Outdated Show resolved Hide resolved
learn/protocol/block-format.md Outdated Show resolved Hide resolved
learn/protocol/block-format.md Outdated Show resolved Hide resolved
learn/protocol/block-format.md Outdated Show resolved Hide resolved
learn/protocol/block-format.md Outdated Show resolved Hide resolved
learn/protocol/block-format.md Outdated Show resolved Hide resolved
learn/protocol/validators/skip-blocks.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants