-
Notifications
You must be signed in to change notification settings - Fork 196
refactor: extract interfaces for vTokens and Comptroller #610
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
base: develop
Are you sure you want to change the base?
Conversation
| import { VToken } from "../../../Tokens/VTokens/VToken.sol"; | ||
| import { IVToken } from "../../../Tokens/VTokens/interfaces/IVToken.sol"; | ||
|
|
||
| interface IPolicyFacet { |
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.
Missing natspec for all functions in the interface?
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.
GitGuru7
left a comment
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.
LGTM apart from the Natspec suggestions by Filip.
Debugger022
left a comment
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.
interface VAIControllerInterface can be written as IVAIControllerInterface.
4abb8f6 to
0b7a08a
Compare
8f4dc66 to
a4c9e27
Compare
fc42aa0 to
9274574
Compare
9274574 to
e6e58b8
Compare
3c63d07 to
f2e5f93
Compare
f8786ac to
d1378e1
Compare
This PR refactors interfaces, most importantly vToken interfaces, to separate files to prevent cyclic references in future