Skip to content

Commit

Permalink
update contracts submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
juan518munoz committed Feb 3, 2025
1 parent 2116030 commit f05fc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts
Submodule contracts updated 32 files
+36 −32 .github/workflows/l1-contracts-ci.yaml
+4 −140 AllContractsHashes.json
+ audits/ZKsync Gateway Audit (Audittens).pdf
+0 −4 da-contracts/contracts/da-layers/eigenda/EigenDAL1Validator.sol
+1 −1 docs/README.md
+33 −0 docs/bridging/asset_router/overview.md
+1 −1 docs/chain_management/upgrade_process.md
+1 −1 docs/l2_system_contracts/system_contracts_bootloader_description.md
+1 −1 docs/upgrade_history/gateway_upgrade/gateway_diff_review.md
+12 −43 docs/upgrade_history/gateway_upgrade/upgrade_process (no gateway chain).md
+26 −0 l1-contracts/deploy-scripts/SecurityCouncilApproveStageUpgrade.s.sol
+26 −0 l1-contracts/deploy-scripts/SecurityCouncilEmergencyStageUpgrade.s.sol
+149 −61 l1-contracts/deploy-scripts/Utils.sol
+26 −0 l1-contracts/deploy-scripts/interfaces/ISecurityCouncil.sol
+4 −6 l1-contracts/deploy-scripts/upgrade/EcosystemUpgrade.s.sol
+161 −18 l1-contracts/deploy-scripts/upgrade/FinalizeUpgrade.s.sol
+23 −0 l1-contracts/deploy-scripts/upgrade/MulticallWithGas.sol
+14 −0 l1-contracts/deploy-scripts/upgrade/README.md
+67 −0 l1-contracts/upgrade-envs/outputs/stage-proofs/gateway-upgrade-ecosystem.toml
+97 −0 l1-contracts/upgrade-envs/outputs/stage-proofs/gateway_ecosystem_upgrade_output.yaml
+1,556 −0 l1-contracts/upgrade-envs/outputs/stage-proofs/run-latest.json
+31 −0 l1-contracts/upgrade-envs/outputs/stage-proofs/verification-logs
+35 −31 l1-contracts/upgrade-envs/outputs/stage/gateway-upgrade-ecosystem.toml
+88 −85 l1-contracts/upgrade-envs/outputs/stage/gateway_ecosystem_upgrade_output.yaml
+1,553 −1,525 l1-contracts/upgrade-envs/outputs/stage/run-latest.json
+31 −31 l1-contracts/upgrade-envs/outputs/stage/verification-logs
+2 −0 l1-contracts/upgrade-envs/stage-proofs-era.toml
+28 −0 l1-contracts/upgrade-envs/stage-proofs.toml
+5 −5 l1-contracts/upgrade-envs/stage.toml
+168 −66 scripts/calculate-hashes.ts
+0 −20 system-contracts/contracts/L2GatewayUpgrade.sol
+4 −3 system-contracts/test/DefaultAccount.spec.ts

0 comments on commit f05fc51

Please sign in to comment.