File tree
4 files changed
+8
-7
lines changed- .github/workflows
- etc/env/file_based
- zkstack_cli/crates/common/src
4 files changed
+8
-7
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
57 |
| - | |
| 56 | + | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
|
- .github/workflows/l1-contracts-ci.yaml+17
- .github/workflows/l2-contracts-ci.yaml-17
- .github/workflows/slither.yaml+4
- AllContractsHashes.json+34-34
- audits/ZKChain Release Candidate Audit (OpenZeppelin).pdf
- audits/ZKChain Upgrades and Libraries Diff Audit (OpenZeppelin).pdf
- audits/ZKsync Custom Asset Bridge Audit (OpenZeppelin).pdf
- audits/ZKsync ZKChain and Gateway Upgrade Audit (OpenZeppelin).pdf
- l1-contracts/contracts/dev-contracts/test/ExecutorProvingTest.sol+2-1
- l1-contracts/contracts/dev-contracts/test/L2VerifierRecursiveTest.sol+2-2
- l1-contracts/contracts/dev-contracts/test/L2VerifierTest.sol+2-2
- l1-contracts/contracts/state-transition/L2TestnetVerifier.sol+4-4
- l1-contracts/contracts/state-transition/L2Verifier.sol+1-1
- l1-contracts/contracts/state-transition/chain-deps/GatewayCTMDeployer.sol+4-4
- l1-contracts/contracts/state-transition/chain-deps/facets/Executor.sol+43-17
- l1-contracts/contracts/state-transition/data-availability/RelayedSLDAValidator.sol+7-1
- l1-contracts/contracts/upgrades/L1GatewayBase.sol+43-11
- l1-contracts/deploy-scripts/GatewayCTMDeployerHelper.sol+6-6
- l1-contracts/deploy-scripts/L2ContractsBytecodesLib.sol+1-1
- l1-contracts/deploy-scripts/interfaces/IProtocolUpgradeHandler.sol+2
- l1-contracts/deploy-scripts/upgrade/AppendProtocolUpgradeHandlerUpgrade.s.sol+77
- l1-contracts/deploy-scripts/upgrade/EcosystemUpgrade.s.sol+120-27
- l1-contracts/deploy-scripts/upgrade/EcosystemUpgrade_v26_1.s.sol+697
- l1-contracts/foundry.toml+1-1
- l1-contracts/package.json+4-4
- l1-contracts/scripts/upgrade-yaml-output-generator.ts+1-1
- l1-contracts/test/foundry/l1/integration/UpgradeTest.t.sol+273-50
- l1-contracts/test/foundry/l1/unit/concrete/Executor/ExecutorProof.t.sol+2-1
- l1-contracts/test/foundry/l2/unit/GatewayCTMDeployer/GatewayCTMDeployer.t.sol+4-4
- l1-contracts/test/foundry/l2/unit/Verifier/L2Verifier.t.sol+11-11
- l1-contracts/test/foundry/l2/unit/Verifier/L2VerifierRecursive.t.sol+4-4
- l1-contracts/upgrade-envs/v0.26.0-gateway/devnet.toml
- l1-contracts/upgrade-envs/v0.26.0-gateway/mainnet-era.toml
- l1-contracts/upgrade-envs/v0.26.0-gateway/mainnet.toml+29
- l1-contracts/upgrade-envs/v0.26.0-gateway/outputs/mainnet/gateway-upgrade-ecosystem.toml+70
- l1-contracts/upgrade-envs/v0.26.0-gateway/outputs/mainnet/gateway_ecosystem_upgrade_output.yaml+119
- l1-contracts/upgrade-envs/v0.26.0-gateway/outputs/mainnet/run-latest.json+3.3k
- l1-contracts/upgrade-envs/v0.26.0-gateway/outputs/mainnet/verification-logs+31
- l1-contracts/upgrade-envs/v0.26.0-gateway/outputs/stage-proofs/gateway-upgrade-ecosystem.toml
- l1-contracts/upgrade-envs/v0.26.0-gateway/outputs/stage-proofs/gateway_ecosystem_upgrade_output.yaml
- l1-contracts/upgrade-envs/v0.26.0-gateway/outputs/stage-proofs/run-latest.json
- l1-contracts/upgrade-envs/v0.26.0-gateway/outputs/stage-proofs/verification-logs
- l1-contracts/upgrade-envs/v0.26.0-gateway/outputs/stage/gateway-upgrade-ecosystem.toml
- l1-contracts/upgrade-envs/v0.26.0-gateway/outputs/stage/gateway_ecosystem_upgrade_output.yaml
- l1-contracts/upgrade-envs/v0.26.0-gateway/outputs/stage/run-latest.json
- l1-contracts/upgrade-envs/v0.26.0-gateway/outputs/stage/verification-logs
- l1-contracts/upgrade-envs/v0.26.0-gateway/outputs/testnet/gateway-upgrade-ecosystem.toml+70
- l1-contracts/upgrade-envs/v0.26.0-gateway/outputs/testnet/gateway_ecosystem_upgrade_output.yaml+118
- l1-contracts/upgrade-envs/v0.26.0-gateway/outputs/testnet/run-latest.json+3.3k
- l1-contracts/upgrade-envs/v0.26.0-gateway/outputs/testnet/verification-logs+31
- l1-contracts/upgrade-envs/v0.26.0-gateway/stage-era.toml
- l1-contracts/upgrade-envs/v0.26.0-gateway/stage-proofs-era.toml
- l1-contracts/upgrade-envs/v0.26.0-gateway/stage-proofs.toml
- l1-contracts/upgrade-envs/v0.26.0-gateway/stage.toml
- l1-contracts/upgrade-envs/v0.26.0-gateway/testnet-era.toml+2
- l1-contracts/upgrade-envs/v0.26.0-gateway/testnet.toml+29
- l1-contracts/upgrade-envs/v0.26.1-gateway-patch/mainnet-era.toml+2
- l1-contracts/upgrade-envs/v0.26.1-gateway-patch/mainnet.toml+7-7
- l1-contracts/upgrade-envs/v0.26.1-gateway-patch/output/stage/gateway-upgrade-ecosystem.toml+31
- l1-contracts/upgrade-envs/v0.26.1-gateway-patch/stage-era.toml+2
- l1-contracts/upgrade-envs/v0.26.1-gateway-patch/stage-proofs-era.toml+2
- l1-contracts/upgrade-envs/v0.26.1-gateway-patch/stage-proofs.toml+30
- l1-contracts/upgrade-envs/v0.26.1-gateway-patch/stage.toml+30
- l2-contracts/contracts/verifier/chain-interfaces/IVerifier.sol-24
- system-contracts/contracts/Constants.sol+1-1
- system-contracts/scripts/preprocess-system-contracts.ts+7-4
- tools/README.md+1-1
- tools/src/main.rs+6
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 |
| |
10 | 13 |
| |
11 | 14 |
| |
| |||
22 | 25 |
| |
23 | 26 |
| |
24 | 27 |
| |
25 |
| - | |
26 |
| - | |
27 | 28 |
| |
28 | 29 |
|
0 commit comments