-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: New prover documentation (#2466)
New prover documentation. [Rendered form](https://github.com/matter-labs/zksync-era/tree/popzxc-new-prover-docs/prover/docs/README.md) is recommended, as it's easier to view. Additionally, does the following: - Introduces ordering for advanced guides (it was a mix, not it's more or less sorted and suggests an order for reading). - Fixes a few things in the `setup-dev.md`. - Creates a `prover-local` config profile, so that no manual interactions with configs are needed. - Gets rid of `prover/setup.sh` as it's no longer needed that much.
- Loading branch information
Showing
29 changed files
with
742 additions
and
483 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 1 addition & 3 deletions
4
docs/guides/advanced/deeper_overview.md → .../guides/advanced/14_zk_deeper_overview.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# ZKsync advanced guides | ||
|
||
This section contains more advanced guides that aim to explain complex internals of ZKsync ecosystem in an easy to grasp | ||
way. | ||
|
||
## Table of Contents | ||
|
||
- [Local initialization](./01_initialization.md) | ||
- [Deposits](./02_deposits.md) | ||
- [Withdrawals](./03_withdrawals.md) | ||
- [Contracts](./04_contracts.md) | ||
- [Calls](./05_how_call_works.md) | ||
- [Transactions](./06_how_transaction_works.md) | ||
- [Fee model](./07_fee_model.md) | ||
- [L2 messaging](./08_how_l2_messaging_works.md) | ||
- [Pubdata](./09_pubdata.md) | ||
- [Pubdata with blobs](./10_pubdata_with_blobs.md) | ||
- [Bytecode compression](./11_compression.md) | ||
- [EraVM intro](./12_alternative_vm_intro.md) | ||
- [ZK intuition](./13_zk_intuition.md) | ||
- [ZK deeper overview](./14_zk_deeper_overview.md) | ||
- [Prover keys](./15_prover_keys.md) | ||
|
||
Additionally, there are a few articles that cover specific topics that may be useful for developers actively working on | ||
`zksync-era` repo. | ||
|
||
- [Advanced debugging](./90_advanced_debugging.md) | ||
- [Docker and CI](./91_docker_and_ci.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Config for running prover locally | ||
__imports__ = [ "base", "l1-inits/.init.env", "l2-inits/dev.init.env" ] | ||
|
||
[eth_sender.sender] | ||
proof_sending_mode = "OnlyRealProofs" | ||
|
||
[fri_prover] | ||
cloud_type = "Local" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.