-
Notifications
You must be signed in to change notification settings - Fork 213
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
Oracle report sanity checks #529
Oracle report sanity checks #529
Conversation
https://hackmd.io/@lido/SyluPxNji?type=view For the reference |
import {SanityChecksManagement} from "./SanityChecksManagement.sol"; | ||
import {AccountingOracleReportSanityChecks} from "./AccountingOracleReportSanityChecks.sol"; | ||
|
||
contract SanityChecksRegistry is SanityChecksManagement, Versioned, AccountingOracleReportSanityChecks { |
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 am not sure about the upgradability of the contract.
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.
want to have an internal mark to discourage integrations
…o-dao into feature/shapella-upgrade-sanity-checks-registry
…eature/sanity-checks-soft-limit
…imit Feature/sanity checks soft limit (Sanity Checks Registry subPR)
…o-dao into feature/shapella-upgrade-sanity-checks-registry
No description provided.