-
Notifications
You must be signed in to change notification settings - Fork 69
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
General review and remarks #439
Comments
|
Ok it makes sense then, I was thinking that it was useful in cases of callbacks |
see #155, and to me it is fine because the storage still changes (increase in the number of shares).
Btw I don't think so , but borrow yes |
Ok but why would this situation be ok ? In this scenario funds are not moved, so it seems like it's only enabling manipulations |
manipulations.. you are borrowing (mobilizing collateral) but not even receiving any funds it seems ok. I mean it happens for each borrow in some sense with the rounding. |
Feel free to re-open #155 because it is the only remaining discussion of this issue |
idToMarketParams
,supply
functions) and sometimes not (seemarket
function). See proposed changes in Review of comments, libraries and interfaces #438msg.sender
to an event ? Can you explain how this reasoning applies toCreateMarket
,Withdraw
andSetAuthorization
?The text was updated successfully, but these errors were encountered: