You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did a general overview of the current state of the book and saw that there are a few sections we could improve quickly and others that need more work.
Here is a summary of what I would change in each section:
Rename testFoo to something more meaningful (multiple places)
Format code consistently (commands, directives, etc. should be like this to improve reading)
Add a new section with common errors. (An alternative could be to modify the tests, so they assert for potential failure reasons, 13.1 13.2 13.6)
There might be more things to cover (🧵); this is just a start, as we want to make the book more stable and closer to the actual codebase in https://github.com/matter-labs/foundry-zksync
The text was updated successfully, but these errors were encountered:
I did a general overview of the current state of the book and saw that there are a few sections we could improve quickly and others that need more work.
Here is a summary of what I would change in each section:
1. Installation
Projects
4. Working on an Existing Project
8. Project Layout
ZKsync Specifics
9. Overview
10. Execution Overview
11. Compilation Overview
12. Configuration Overview
13. Limitations
13.1. General
Reserved Address Range
— divide testFoo into two, one for each.
— Add links to other sections
— Rephrase sentence for clarity
Address Derivation
— Rephrase why “limitation”
Accessing Contract Bytecode and Hash
— Expand about why CREATE2 here.
13.2. Compilation
13.1. Contract or Bytecode Access
— add a link to
EXTCODECOPY
15. Additional Cheatcodes
Gas overview:
General fixes / Other comments:
testFoo
to something more meaningful (multiple places)like this
to improve reading)There might be more things to cover (🧵); this is just a start, as we want to make the book more stable and closer to the actual codebase in https://github.com/matter-labs/foundry-zksync
The text was updated successfully, but these errors were encountered: