-
Notifications
You must be signed in to change notification settings - Fork 102
style: Add ascii art #1273
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: main
Are you sure you want to change the base?
style: Add ascii art #1273
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,6 +27,35 @@ import {IHubBase} from 'src/hub/interfaces/IHubBase.sol'; | |
| import {ISpoke} from 'src/spoke/interfaces/ISpoke.sol'; | ||
| import {SpokeStorage} from 'src/spoke/SpokeStorage.sol'; | ||
|
|
||
| // @%%%%%%%%%%%%%%%%%%%%%%%%%%@ | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should be on the SpokeInstance instead imo
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can we make it say v4 probably
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Moved. But yeah maybe we can regenerate more art |
||
| // @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@ | ||
| // @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@ | ||
| // @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@ | ||
| // @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@ | ||
| // %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
| // %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
| // %%%%%%%%%%%%%%%%%%%%%%%%%%%@% %@%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
| // %%%%%%%%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%%%%%%%% | ||
| // @%%%%%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%%%%%@ | ||
| // %%%%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%%%% | ||
| // @%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%@ | ||
| // %%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%% | ||
| // @%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%@ | ||
| // %%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%% | ||
| // @%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%@ | ||
| // @%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%@ | ||
| // %%%%%%%%%%%%%%% @%%%%%%%%%%% %%%%%%%%%%%@ %%%%%%%%%%%%%%% | ||
| // %%%%%%%%%%%%%%@ %%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%% @%%%%%%%%%%%%%% | ||
| // %%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%% | ||
| // %%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%% | ||
| // %%%%%%%%%%%%%@ %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%% @%%%%%%%%%%%%% | ||
| // @%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%@ | ||
| // %%%%%%%%%%%%%@ %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%% @%%%%%%%%%%%%% | ||
| // %%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%% | ||
| // %%%%%%%%%%%%% %%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%% %%%%%%%%%%%%% | ||
| // %%%%%%%%%%%%% %%%%%%%%%%%%%%% %%%%%%%%%%%%%%% %%%%%%%%%%%%% | ||
| // %%%%%%%%%%%%% @%%%%%%%%%%% %%%%%%%%%%%@ %%%%%%%%%%%%% | ||
|
|
||
|
DhairyaSethi marked this conversation as resolved.
Outdated
|
||
| /// @title Spoke | ||
| /// @author Aave Labs | ||
| /// @notice Handles risk configuration & borrowing strategy for reserves and user positions. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
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.
tbh i think too big, personally was thinking 20 lines ish (in height)
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.
Uniswap's is also 40 lines
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.
wow, this is way bigger than expected. I was thinking smt like 10 lines max tbh
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.
you don't get anything in 10-20 range tbh
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.
to me size is fine but these need to be on the instance contracts (which are the entry points of the impl as mentioned before)