-
Notifications
You must be signed in to change notification settings - Fork 167
BM-1894: Add application verifier #1315
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
Conversation
| require(deprecatedAssessorId != bytes32(0), "Invalid deprecated assessor image"); | ||
| } | ||
|
|
||
| VERIFIER = verifier; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it would make the migration more difficult if we rename to ASSESSOR_VERIFIER? Can we at least update the comments on the field that its only used for the assessor?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it might break the upgrade, but added a comment
In preparation for the bitVM integration, this PR adds a new immutable verifier used for verifying application seals.
It also drops the
withdrawFromTreasuryandwithdrawFromCollateralTreasurymethod from the contract due to bytecode size limitations