From d2bf0d3fdb31276cfaf36b9cd89ff99b8f8c9407 Mon Sep 17 00:00:00 2001 From: gorden <148852660+gordera@users.noreply.github.com> Date: Thu, 26 Oct 2023 01:16:38 +0800 Subject: [PATCH 1/6] chore: Update cannot access the link chore: Update cannot access the link --- docs/advanced/how_l2_messaging_works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/how_l2_messaging_works.md b/docs/advanced/how_l2_messaging_works.md index 6861a9029c2f..7fa9a99696b4 100644 --- a/docs/advanced/how_l2_messaging_works.md +++ b/docs/advanced/how_l2_messaging_works.md @@ -190,7 +190,7 @@ transmitted to L1 for final verification. https://github.com/matter-labs/era-system-contracts/blob/e96dfe0b5093fa95c2fb340c0411c646327db921/contracts/libraries/SystemContractsCaller.sol#L12 [opcode_catch_compiler]: https://github.com/matter-labs/era-compiler-llvm-context/blob/main/src/evm/call.rs#L39 [iterate_over_events]: - https://github.com/matter-labs/zksync-2-dev/blob/43d7bd587a84b1b4489f4c6a4169ccb90e0df467/core/lib/types/src/event.rs#L147 + https://github.com/matter-labs/zksync-era/blob/43d7bd587a84b1b4489f4c6a4169ccb90e0df467/core/lib/types/src/event.rs#L147 [vm_execution_result]: https://github.com/matter-labs/zksync-2-dev/blob/43d7bd587a84b1b4489f4c6a4169ccb90e0df467/core/lib/vm/src/vm.rs#L81 [log_queries]: From ff5b572c8f37d9690f8fc458082958263aad77aa Mon Sep 17 00:00:00 2001 From: gorden <148852660+gordera@users.noreply.github.com> Date: Thu, 26 Oct 2023 03:44:12 +0800 Subject: [PATCH 2/6] chore: Update cannot access the link --- docs/advanced/how_l2_messaging_works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/how_l2_messaging_works.md b/docs/advanced/how_l2_messaging_works.md index 7fa9a99696b4..8b3c705ea7ab 100644 --- a/docs/advanced/how_l2_messaging_works.md +++ b/docs/advanced/how_l2_messaging_works.md @@ -192,7 +192,7 @@ transmitted to L1 for final verification. [iterate_over_events]: https://github.com/matter-labs/zksync-era/blob/43d7bd587a84b1b4489f4c6a4169ccb90e0df467/core/lib/types/src/event.rs#L147 [vm_execution_result]: - https://github.com/matter-labs/zksync-2-dev/blob/43d7bd587a84b1b4489f4c6a4169ccb90e0df467/core/lib/vm/src/vm.rs#L81 + https://github.com/matter-labs/zksync-era/blob/43d7bd587a84b1b4489f4c6a4169ccb90e0df467/core/lib/vm/src/vm.rs#L81 [log_queries]: https://github.com/matter-labs/zk_evm_abstractions/blob/839721a4ae2093c5c0aa8ffd49758f32ecd172ed/src/queries.rs#L30C2-L30C2 [aux_bytes]: From 863ff0f99169582d2de68b6f2af973e348b0fa9f Mon Sep 17 00:00:00 2001 From: gorden <148852660+gordera@users.noreply.github.com> Date: Thu, 26 Oct 2023 03:44:43 +0800 Subject: [PATCH 3/6] chore: Update cannot access the link --- docs/advanced/how_l2_messaging_works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/how_l2_messaging_works.md b/docs/advanced/how_l2_messaging_works.md index 8b3c705ea7ab..140586a59bd8 100644 --- a/docs/advanced/how_l2_messaging_works.md +++ b/docs/advanced/how_l2_messaging_works.md @@ -198,7 +198,7 @@ transmitted to L1 for final verification. [aux_bytes]: https://github.com/matter-labs/zkevm_opcode_defs/blob/780ce4129a95ab9a68abf0d60c156ee8df6008c2/src/system_params.rs#L37C39-L37C39 [event_sink]: - https://github.com/matter-labs/zksync-2-dev/blob/43d7bd587a84b1b4489f4c6a4169ccb90e0df467/core/lib/vm/src/event_sink.rs#L116 + https://github.com/matter-labs/zksync-era/blob/43d7bd587a84b1b4489f4c6a4169ccb90e0df467/core/lib/vm/src/event_sink.rs#L116 [log_writing_in_vm]: https://github.com/matter-labs/zk_evm/blob/be4da71446924f739b9fb10cfd310231adf2a542/src/opcodes/execution/log.rs#L231 [log_opcode]: https://github.com/matter-labs/zkevm_opcode_defs/blob/v1.3.2/src/definitions/log.rs#L16 From 0999db34be45fef184ab2b7c6f62da7822b1c88f Mon Sep 17 00:00:00 2001 From: gorden <148852660+gordera@users.noreply.github.com> Date: Tue, 31 Oct 2023 09:23:24 +0800 Subject: [PATCH 4/6] fix: fix docs error fix: fix docs error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eeba740c6b7..ba782094da6a 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,6 @@ at your option. ## Disclaimer zkSync Era has been through lots of testing and audits. Although it is live, it is still in alpha state and will go -through more audits and bug bounties programs. We would love to hear our community's thoughts and suggestions about it! +through more audits and bug bounty programs. We would love to hear our community's thoughts and suggestions about it! It is important to state that forking it now can potentially lead to missing important security updates, critical features, and performance improvements. From 0e32cc3216e4eff3396cd0f9a9bccbc3fffb04e4 Mon Sep 17 00:00:00 2001 From: gorden <148852660+gordera@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:52:59 +0800 Subject: [PATCH 5/6] chore: zk fmt --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 388f31cd80cb..5d34006846a2 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,6 @@ at your option. ## Disclaimer zkSync Era has been through lots of testing and audits. Although it is live, it is still in alpha state and will go -through more audits and bug bounty programs. We would love to hear our community's thoughts and suggestions about it! -It is important to state that forking it now can potentially lead to missing important security updates, critical -features, and performance improvements. +through more audits and bug bounty programs. We would love to hear our community's thoughts and suggestions about it! It +is important to state that forking it now can potentially lead to missing important security updates, critical features, +and performance improvements. From 5bfc272a1c4ec2e3ca134d8b25c0ac6577f9d83c Mon Sep 17 00:00:00 2001 From: gorden <148852660+gordera@users.noreply.github.com> Date: Mon, 4 Dec 2023 07:01:14 +0800 Subject: [PATCH 6/6] chore: fix wrong line chore: fix wrong line --- docs/advanced/prover_keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/prover_keys.md b/docs/advanced/prover_keys.md index 6e127f431fc9..8cf59067cf89 100644 --- a/docs/advanced/prover_keys.md +++ b/docs/advanced/prover_keys.md @@ -114,7 +114,7 @@ For SNARK circuits (like snark_wrapper), we use keccak as hash function. For STA friendly hash function (currently Poseidon2). [basic_circuit_list]: - https://github.com/matter-labs/era-zkevm_test_harness/blob/3cd647aa57fc2e1180bab53f7a3b61ec47502a46/circuit_definitions/src/circuit_definitions/base_layer/mod.rs#L80 + https://github.com/matter-labs/era-zkevm_test_harness/blob/3cd647aa57fc2e1180bab53f7a3b61ec47502a46/circuit_definitions/src/circuit_definitions/base_layer/mod.rs#L77 [recursive_circuit_list]: https://github.com/matter-labs/era-zkevm_test_harness/blob/3cd647aa57fc2e1180bab53f7a3b61ec47502a46/circuit_definitions/src/circuit_definitions/recursion_layer/mod.rs#L29 [verification_key_list]: