Skip to content
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

[SECURITY] Analysis of the impact of not using exponential math in the contract #12

Open
hellwolf opened this issue Sep 27, 2019 · 0 comments
Labels
help wanted Extra attention is needed
Projects

Comments

@hellwolf
Copy link
Collaborator

Problem: Compound finance uses https://github.com/decentral-ee/rtoken-contracts/blob/master/compound/contracts/Exponential.sol to handle big integer number math, in rToken contract it is deliberately omitted for using less storage, simplicity or laziness :)

Acceptance Criteria:

  • Give a report on to what extent the problem will be for not using the exponential math component.
@hellwolf hellwolf added the help wanted Extra attention is needed label Sep 27, 2019
@hellwolf hellwolf added this to To do in rTOKEN Sep 27, 2019
@hellwolf hellwolf added this to To do in dev Dec 16, 2019
@hellwolf hellwolf removed this from To do in dev Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
No open projects
rTOKEN
  
To do
Development

No branches or pull requests

1 participant