-
- [ ] WGHO is missing a license specifier
- [ ] there's [unused imports](https://github.com/AaveChan/WGHO/blob/master/src/WGHO.sol#L10C9-L10C25) like `import {AaveGovernanceV2} from '@aave/AaveGovern…
-
# Lines of code
https://github.com/code-423n4/2024-06-size/blob/8850e25fb088898e9cf86f9be1c401ad155bea86/src/token/NonTransferrableScaledToken.sol#L98-L100
https://github.com/code-423n4/2024-06-size/…
-
## Summary
> Please give a short summary of this research topic.
In traditional finance, borrowing money from banks is common. Is there an equivalent approach for borrowing funds on the blockchain…
-
Investigate why the Chainlink EACAggregator mappings are not working for some assets, and see if there is a general workaround:
wsteth, reth, cbeth, wbtc for ethereum v3
wsteth for arbitrum v3
sa…
-
# [2022-04-pooltogether] QA report
###### tags: `c4`, `2022-04-pooltogether`
# SafeApprove is deprecated
* **affected code:** https://github.com/pooltogether/aave-v3-yield-source/blob/e63d1b0e396a5…
-
The AAVE v3 flashloan docs say use the "pull proxy" address, but I keep getting a revert error because 'borrower doesn't have permission' or 'not the approved borrower trying to get the tokens' or som…
-
## Impact
As per 0.8.4 solidity version it supports new custom errors.
Custom errors are reducing 38 gas if condition is met and 22 gas otherwise.
Also reduces contract size and deployment costs. …
-
Similar to https://github.com/bgd-labs/aave-proposals-v3/issues/7 , would be good to support basic token transfers as it's a quite common proposal scenario
-
### 1. Use custom error for gas optimisation
```solidity
require(address(_aToken) != address(0), "AaveV3YS/aToken-not-zero-address");
require(address(_rewardsController) != address(0), "AaveV3YS/RC-no…
-
# Lines of code
https://github.com/code-423n4/2022-06-connext/blob/b4532655071566b33c41eac46e75be29b4a381ed/contracts/contracts/core/connext/facets/BridgeFacet.sol#L882-L900
# Vulnerability details…