protocol-v2
protocol-v2 copied to clipboard
Aave Protocol V2
Hello, I am trying to deploy and run contracts locally on my own custom ethereum node. When I try to run "aave:evm:dev:migration" I face the issue of {`"error":{"code":-32002,"data":"evm error, revert...
Having issues deploying locally with command: `npx hardhat aave:dev --network buidlerevm_docker` I get as far as deploying `DefaultReserveInterestRateStrategy` for all 21 test tokens and then get the following error when...
I try https://github.com/aave/interface but it fails.
## Context The problem/consequences are explained [HERE](https://governance.aave.com/t/bgd-aave-v2-ethereum-fei-security-report/10251). ## How Having a 100% RF is a legitimate configuration for a reserve, so the fix should be on the logic not properly...
Same exact changes as on https://github.com/aave/protocol-v2/pull/316 but to apply on the deployment of Aave v2 Avalanche. Only non-solidity code was slightly adapted to the version of the repo from where...
Same exact changes as on https://github.com/aave/protocol-v2/pull/316 but to apply on the deployment of Aave v2 Ethereum. Only non-solidity code was slightly adapted to the version of the repo from where...
**Changes** - On `updateState()` of `ReserveLogic`, add a condition to not do any update if the timestamp has not changed since the last stored on the reserve's data. This is...
Extension of https://github.com/aave/protocol-v2/pull/222 which is the version currently deployed to the Aave interface Adds condition to allow for repay with collateral when aToken and debtToken have the same underlying asset:...
Regarding depositWTH/withdrawETH of aave, I've faced to an issue. Withdraw is failed with error 5 (VL_NOT_ENOUGH_AVAILABLE_USER_BALANCE) sometimes on Kovan testnet. No problem on hardhat(mainnet fork). While repeating depositETH/withdrawETH, I was...