Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
- [Chain genesis](specs/contracts/chain_management/chain_genesis.md)
- [Standard Upgrade process](specs/contracts/chain_management/upgrade_process.md)
- [Bridging](specs/contracts/bridging/overview.md)
- [Asset Router and NTV](specs/contracts/bridging/asset_router_and_ntv/overview.md)
- [Asset Router](specs/contracts/bridging/asset_router_and_ntv/asset_router.md)
- [Native token vault](specs/contracts/bridging/asset_router_and_ntv/native_token_vault.md)
- [Interop](specs/contracts/interop/overview.md)
Expand All @@ -91,25 +92,26 @@
- [Custom DA support](specs/contracts/settlement_contracts/data_availability/custom_da.md)
- [Rollup DA support](specs/contracts/settlement_contracts/data_availability/rollup_da.md)
- [Standard pubdata format](specs/contracts/settlement_contracts/data_availability/standard_pubdata_format.md)
- [State diff compression v1 spec](specs/contracts/settlement_contracts/data_availability/state_diff_compression_v1_spec.md)
- [Gateway](specs/contracts/gateway/overview.md)
- [Chain migration](specs/contracts/gateway/chain_migration.md)
- [L1->L2 messaging via gateway](specs/contracts/gateway/messaging_via_gateway.md)
- [L2->L1 messaging via gateway](specs/contracts/gateway/l2_gw_l1_messaging.md)
- [Gateway protocol versioning](specs/contracts/gateway/gateway_protocol_upgrades.md)
- [DA handling on Gateway](specs/contracts/gateway/gateway_da.md)
- [Consensus](specs/contracts/consensus/README.md)
- [Consensus Registry](specs/contracts/consensus/consensus-registry.md)
- [zkEVM](specs/contracts/zkevm/overview.md)
- [Batches and blocks on ZKsync](specs/contracts/zkevm/batches_and_blocks_on_zksync.md)
- [Bootloader](specs/contracts/zkevm/bootloader.md)
- [System contracts](specs/contracts/zkevm/system_contracts.md)
- [Precompiles](specs/contracts/zkevm/precompiles.md)
- [Account abstraction](specs/contracts/zkevm/account_abstraction.md)
- [Fee model](specs/contracts/zkevm/zksync_fee_model.md)
- [EVM Emulation](specs/contracts/evm_emulation/technical_overview.md)
- [Differences from Cancun EVM](specs/contracts/evm_emulation/differences_from_cancun_evm.md)
- [EVM Gas Emulation](specs/contracts/evm_emulation/evm_gas_emulation.md)
- [EVM Predeploys List](specs/contracts/evm_emulation/evm_predeploys_list.md)
- [Upgrade history](specs/upgrade_history/gateway_upgrade/README.md)
- [Gateway upgrade diff](specs/upgrade_history/gateway_upgrade/gateway_diff_review.md)
- [Gateway upgrade process](specs/upgrade_history/gateway_upgrade/upgrade_process_no_gateway_chain.md)
- [V27 EVM Emulation Upgrade](specs/upgrade_history/v27_evm_emulation/v27_evm_emulation.md)
- [Prover](specs/prover/overview.md)
- [Getting Started](specs/prover/getting_started.md)
- [ZK Terminology](specs/prover/zk_terminology.md)
Expand Down
11 changes: 5 additions & 6 deletions docs/src/specs/contracts/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!--- WIP --->

# ZK Stack contracts specs

The order of the files here only roughly represents the order of reading. A lot of topics are intertwined, so it is recommended to read everything first to have a complete picture and then refer to specific documents for more details.
Expand All @@ -13,6 +11,7 @@ The order of the files here only roughly represents the order of reading. A lot
- [Chain genesis](../contracts/chain_management/chain_genesis.md)
- [Standard Upgrade process](../contracts/chain_management/upgrade_process.md)
- [Bridging](../contracts/bridging/overview.md)
- [Asset Router and NTV](../contracts/bridging/asset_router_and_ntv/overview.md)
- [Asset Router](../contracts/bridging/asset_router_and_ntv/asset_router.md)
- [Native token vault](../contracts/bridging/asset_router_and_ntv/native_token_vault.md)
- [Interop](../contracts/interop/overview.md)
Expand All @@ -35,22 +34,22 @@ The order of the files here only roughly represents the order of reading. A lot
- [Custom DA support](../contracts/settlement_contracts/data_availability/custom_da.md)
- [Rollup DA support](../contracts/settlement_contracts/data_availability/rollup_da.md)
- [Standard pubdata format](../contracts/settlement_contracts/data_availability/standard_pubdata_format.md)
- [State diff compression v1 spec](../contracts/settlement_contracts/data_availability/state_diff_compression_v1_spec.md)
- [Gateway](../contracts/gateway/overview.md)
- [Chain migration](../contracts/gateway/chain_migration.md)
- [L1->L2 messaging via gateway](../contracts/gateway/messaging_via_gateway.md)
- [L2->L1 messaging via gateway](../contracts/gateway/l2_gw_l1_messaging.md)
- [Gateway protocol versioning](../contracts/gateway/gateway_protocol_upgrades.md)
- [DA handling on Gateway](../contracts/gateway/gateway_da.md)
- [Consensus](../contracts/consensus/README.md)
- [Consensus Registry](../contracts/consensus/consensus-registry.md)
- [zkEVM](../contracts/zkevm/overview.md)
- [Batches and blocks on ZKsync](../contracts/zkevm/batches_and_blocks_on_zksync.md)
- [Bootloader](../contracts/zkevm/bootloader.md)
- [System contracts](../contracts/zkevm/system_contracts.md)
- [Precompiles](../contracts/zkevm/precompiles.md)
- [Account abstraction](../contracts/zkevm/account_abstraction.md)
- [Fee model](../contracts/zkevm/zksync_fee_model.md)
- [EVM Emulation](../contracts/evm_emulation/technical_overview.md)
Copy link
Member

Choose a reason for hiding this comment

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

This file mentions "L3" which I was told was a big no-no. Not sure if it should be changed

- [Differences from Cancun EVM](../contracts/evm_emulation/differences_from_cancun_evm.md)
- [EVM Gas Emulation](../contracts/evm_emulation/evm_gas_emulation.md)
- [EVM Predeploys List](../contracts/evm_emulation/evm_predeploys_list.md)

![Reading order](./img/reading_order.png)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading