Commit 0c35b20
authored
feat(proof-manager-contract): Post-audit update of revision (#4560)
## What ❔
Update proof-manager-contract to latest commit, which contains audit
fixes
## Why ❔
<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- The `Why` has to be clear to non-Matter Labs entities running their
own ZK Chain -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->
## Is this a breaking change?
- [ ] Yes
- [ ] No
## Operational changes
<!-- Any config changes? Any new flags? Any changes to any scripts? -->
<!-- Please add anything that non-Matter Labs entities running their own
ZK Chain may need to know -->
## Checklist
<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->
- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zkstack dev fmt` and `zkstack dev
lint`.1 parent 88481ce commit 0c35b20
File tree
2 files changed
+2
-2
lines changed- .github/workflows
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
Submodule proof-manager-contracts updated 11 files
- .github/workflows/test.yml+2-2
- .gitmodules+3
- foundry.toml+1-1
- lib/era-contracts+1
- scripts/deployment/DeployProofManagerV1.s.sol+10-5
- scripts/deployment/deploy.sh+2-2
- src/ProofManagerV1.sol+64-18
- src/interfaces/IProofManager.sol+7-3
- src/store/ProofManagerStorage.sol+1-1
- test/ProofManagerHarness.sol+9-7
- test/ProofManagerV1.t.sol+155-188
0 commit comments