Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix link #1007

Merged
merged 8 commits into from
Feb 6, 2024
Merged
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
2 changes: 1 addition & 1 deletion core/lib/multivm/src/versions/vm_1_3_2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ The `VMInstance` in `vm.rs` allows for easy rollbacks. You can save the current
This rollback affects all subcomponents, like memory, storage, and events, and is mainly used if a transaction doesn't
fit in a block.

[zk_evm_repo]: https://github.com/matter-labs/zk_evm 'internal zk EVM repo'
[zk_evm_repo]: https://github.com/matter-labs/era-zk_evm 'internal zk EVM repo'
[zk_evm_repo_ext]: https://github.com/matter-labs/era-zk_evm 'external zk EVM repo'
2 changes: 1 addition & 1 deletion prover/prover_fri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,5 @@ finalization hints if the circuit changes. Below steps can be used to perform ci
PR to generate the gpu setup data.
8. Once the setup data generation workflows are successful, update the PR with `setup_keys_id` id in
[build-docker-from-tag.yml](../../.github/workflows/build-docker-from-tag.yml) and in
[fri-gpu-prover-integration-test.yml](https://github.com/matter-labs/zksync-2-dev/blob/main/.github/workflows/fri-gpu-prover-integration-test.yml),
[build-prover-fri-gpu-gar.yml](https://github.com/matter-labs/zksync-era/blob/main/.github/workflows/build-prover-fri-gpu-gar.yml),
make sure to only do it from `FRI prover` not old.
Loading