-
Notifications
You must be signed in to change notification settings - Fork 586
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
3.0.1 Upgrade #701
3.0.1 Upgrade #701
Conversation
fix: Return real backing amount when backUnbacked
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #701 +/- ##
==========================================
- Coverage 99.95% 99.65% -0.31%
==========================================
Files 45 45
Lines 2134 2300 +166
Branches 283 421 +138
==========================================
+ Hits 2133 2292 +159
- Misses 1 8 +7 ☔ View full report in Codecov by Sentry. |
This reverts commit cd508a7.
Co-authored-by: miguelmtz <[email protected]>
…n.sol Co-authored-by: miguelmtz <[email protected]>
…n.sol Co-authored-by: miguelmtz <[email protected]>
…n.sol Co-authored-by: miguelmtz <[email protected]>
…n.sol Co-authored-by: miguelmtz <[email protected]>
Co-authored-by: miguelmtz <[email protected]>
Co-authored-by: miguelmtz <[email protected]>
Fix the handleAction of the IncentivesController interface
* fix: Soften solidity version of DataTypes libraries * "Soft" Solidity to ^0.8.0 on libraries/math, libraries/configuration and libraries/helpers Co-authored-by: eboado <[email protected]>
…aProvider (#766) * fix: Complete interfaces of IReserveInterestRateStrategy and IPoolDataProvider (#763) * feat: complete interface & use inheritdoc * Added missing functions on IReserveInterestRateStrategy and inheritdoc on DefaultInterestRateStrategy * fix: added missing overrides, docs for constructor and added ADDRESSES_PROVIDER to interface * fix: sepparated interest rate strategy interface into default and rate interfaces * fix: added visibility to false rule * fix: minor fixes * fix: fixed natspec. Fixed import order * Update contracts/interfaces/IDefaultInterestRateStrategy.sol * Apply suggestions from code review * Apply suggestions from code review * fix: fixed correct import order Co-authored-by: eboado <[email protected]> Co-authored-by: sendra <[email protected]> Co-authored-by: sendra <[email protected]> Co-authored-by: miguelmtz <[email protected]> * fix: Fix format of multiple contracts Co-authored-by: Lukas <[email protected]> Co-authored-by: eboado <[email protected]> Co-authored-by: sendra <[email protected]> Co-authored-by: sendra <[email protected]>
* docs: Fix typo in the closing part of multiline natspec docs
fix: Capitalize Contracts' licenses
Fixes IAToken.transferUnderlyingTo function params
#773) * test: Add fail test case for wrong IR calculation with 0 unbackedCap * fix: Fix IR calculation to account for correct unbacked amount
…be extended (#774) * Make aToken.initialize public and virtual so it can be extended * Make aToken._transfer virtual so it can be extended * Make AToken._transfer/3 virtual for consistency
* Add sigmaprime audit report * Add exact commit to introduction along with PR number * Update report to version 2.0 to incorporate retesting * Add context to the introduction about the additional testing * Tidy up report and change date in file name to today
Merging this branch since the work for 3.0.1 has been finalized 👍 👍 Thanks all for the great work made here! @The-3D @eboadom @kyzia551 @stevenvaleri @kartojal and other community contributors |
This PR upgrades the Aave V3 code to version 3.0.1.
Applied changes: