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

fix: several typos in the docs #367

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

Conversation

tudorpintea999
Copy link

Hello
I fixed some typos in the docs,
Hope it helps.
Br,
Tudor.

Copy link

vercel bot commented Dec 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
doc-zk-evm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 2, 2023 9:59am

@@ -45,7 +45,7 @@ The transaction's block will then be subject to [conflation](./sequencer/conflat

Occasionally, a batch may only consist of one block, with no conflation having taken place. This occurs when chain activity levels are particularly high, and the block size is larger than normal.

Amongst Ethereum's L2 networks, Linea is the only network that uses batch conflation.
Among Ethereum's L2 networks, Linea is the only network that uses batch conflation.
Copy link
Collaborator

Choose a reason for hiding this comment

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

This does not need to be changed. This is dialectical preference, and we do not enforce American English, British English, or any other as a rule.

@@ -68,7 +68,7 @@ Let's break down the two elements submitted to L1:
- The proof, as explained [above](#step-5-generating-a-zk-proof-using-transaction-data), and;
- `calldata`, the object in which L2 transaction data is stored. The public availability of `calldata` means that anyone can use it to reconstruct Linea's state. You can then compare this reconstruction to the contents of the proof, and verify the latter. This is what happens when the Linea rollup contract on L1 calls the Ethereum verifier contract using `calldata`, determining whether or not to accept the batch as valid.

You can view `calldata` in completed batches on L1 by heading to the [Linea L1 rollup contract](https://etherscan.io/address/0xd19d4b5d358258f05d7b411e21a1460d11b0876f) and finding a transaction whose method is labelled as "Finalize Blocks". Once there, scroll and expand the "More details" section, and then decode the input data.
You can view `calldata` in completed batches on L1 by heading to the [Linea L1 rollup contract](https://etherscan.io/address/0xd19d4b5d358258f05d7b411e21a1460d11b0876f) and finding a transaction whose method is labeled as "Finalize Blocks". Once there, scroll and expand the "More details" section, and then decode the input data.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Again, dialectical preference -- do not change.

@jlwllmr
Copy link
Collaborator

jlwllmr commented Mar 15, 2024

@tudorpintea999 hey, could you address @mapachurro's review and fix the conflicts please? thanks!

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.

None yet

3 participants