corrected text for transaction execution explanation #288
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request addresses the following issue: #287
Description
After a careful read through the Scroll documentation while writing my report on zk-proofs, I found some mistakes that I believe the team didn't notice. I decided to submit a pull request with these findings and corrections as my small contribution to the Scroll docs. As someone passionate about blockchain technology and zk-proof scaling solutions, I believe these corrections address the issues in the original Scroll docs.
Changes
"The execution of each transaction is performed off-chain and does not need to be re-executed by layer 1 nodes. This allows for high transaction throughput without impacting the decentralization of layer 1"
1:Added "by" before "layer 1 nodes" for clarity.
2:Removed the comma before "without" to improve readability.
#287
##problem solved
"The execution of each transaction is performed off-chain, and does not need to be re-executed layer 1 nodes. This allows for high transaction throughput, without impacting the decentralization of layer 1"
file changed
1:intro-to-rollups.md
Functional Improvements
1:Improved Accuracy: The updated text provides a more precise description of transaction execution mechanisms.
2:Enhanced Clarity: Ensured that the documentation is clear and easy to understand for readers.
I hope these corrections will be reviewed and incorporated to improve the overall quality of the Scroll documentation. Thank you for considering my contribution.