Skip to content

Commit

Permalink
Merge branch 'main' into aov-pla-629-investigate-write-stalls-in-rock…
Browse files Browse the repository at this point in the history
…sdb-pt2
  • Loading branch information
AnastasiiaVashchuk committed Oct 23, 2023
2 parents 5a23e95 + b8a5e6d commit 5b03f1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following questions will be answered by the following resources:

## Policies

- [Security policy](.github/SECURITY.md)
- [Security policy](SECURITY.md)
- [Contribution policy](CONTRIBUTING.md)

## License
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced/bytecode_compression.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ reconstructed from L1 if needed).
Given the want/need to cutdown on space used, bytecode is compressed prior to being posted to L1. At a high level
bytecode is chunked into opcodes (which have a size of 8 bytes), assigned a 2 byte index, and the newly formed byte
sequence (indexes) are verified and sent to L1. This process is split into 2 different parts: (1)
[the server side operator](https://github.com/matter-labs/zksync-2-dev/blob/main/core/lib/utils/src/bytecode.rs#L31)
[the server side operator](https://github.com/matter-labs/zksync-era/blob/main/core/lib/utils/src/bytecode.rs#L31)
handling the compression and (2)
[the system contract](https://github.com/matter-labs/system-contracts/blob/main/contracts/BytecodeCompressor.sol)
verifying that the compression is correct before sending to L1.
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced/zk_intuition.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ this guide was written, the latest version was 1.3.4, but there was also ongoing
version 1.4.0.

[witness_example]:
https://github.com/matter-labs/zkevm_test_harness/blob/0c17bc7baa4e0b64634d414942ef4200d8613bbd/src/witness/individual_circuits/decommit_code.rs#L23
https://github.com/matter-labs/era-zkevm_test_harness/tree/main/src/witness/individual_circuits/decommit_code.rs#L24
[verifier]:
https://github.com/matter-labs/zksync-2-contracts/blob/d9785355518edc7f686fb2c91ff7d1caced9f9b8/ethereum/contracts/zksync/Plonk4VerifierWithAccessToDNext.sol#L284
[bellman repo]: https://github.com/matter-labs/bellman
Expand Down

0 comments on commit 5b03f1c

Please sign in to comment.