Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds support for vyper 0.4.0 verification as its now supported …
…since zkvyper 1.5.1 (#3049) I am not sure if any other changes are required to facilitate supporting vyper 0.4.0 verification so please advise accordingly. ## What ❔ <!-- What are the changes this PR brings about? --> <!-- Example: This PR adds a PR template to the repo. --> <!-- (For bigger PRs adding more context is appreciated) --> - Adds support for vyper 0.4.0 verification since zkvyper has supported 0.4.0 since [1.5.1](https://github.com/matter-labs/era-compiler-vyper/blob/main/CHANGELOG.md#151---2024-06-27). ## Why ❔ <!-- Why are these changes done? What goal do they contribute to? What are the principles behind them? --> <!-- Example: PR templates ensure PR reviewers, observers, and future iterators are in context about the evolution of repos. --> - Contract verification does not allow for 0.4.0, see the issue: matter-labs/block-explorer#290 ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] 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. - [x] Code has been formatted via `zk_supervisor fmt` and `zk_supervisor lint`. Co-authored-by: perekopskiy <[email protected]>
- Loading branch information