-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add handling for max uint256 amount in withdrawERC20 #333
base: main
Are you sure you want to change the base?
Conversation
Add handling for max uint256 amount in withdrawERC20
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
Slither reportTHIS CHECKLIST IS NOT COMPLETE. Use
unchecked-transferImpact: High
kinto-core/src/access/workflows/AaveWithdrawWorkflow.sol Lines 50 to 64 in f0627d1
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #333 +/- ##
==========================================
+ Coverage 88.56% 88.63% +0.06%
==========================================
Files 41 41
Lines 2502 2517 +15
==========================================
+ Hits 2216 2231 +15
Misses 286 286
|
…ests for native withdrawal and error handling.
…sponding unit tests.
…ts and addresses.json accordingly.
|
||
/* ============ Constructor ============ */ | ||
|
||
/** | ||
* @notice Initializes the contract with Aave's pool address provider | ||
* @param poolAddressProvider_ The address of Aave's pool address provider | ||
*/ | ||
constructor(address poolAddressProvider_, address bridger_) { | ||
constructor(address poolAddressProvider_, address bridger_, address safe_) { |
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 change the fee we will just upgrade?
Description
Type of change
Checklist:
main
, or there's a description of how to mergeIssue Resolution