interface icon indicating copy to clipboard operation
interface copied to clipboard

An open source interface for the decentralized liquidity protocol Aave

Results 253 interface issues
Sort by recently updated
recently updated
newest added

on Avalanche v3 market if the user in isolated mode and turn on Avax e-mode he gets an empty borrow table ![Screenshot 2022-07-27 at 11 36 17](https://user-images.githubusercontent.com/18032275/181280008-d5317390-cf4c-484c-82b7-b70cd480f3c7.png) need to block...

bug

in case if e-mode and isolated mode turn on at same time , we displaying 2 warnings, good to merge into one warning ![Screenshot 2022-07-27 at 11 36 17](https://user-images.githubusercontent.com/18032275/181280575-34a06e91-fb65-4612-9e84-318f889a256b.png)

bug

**Describe the bug** During testing borrows on v3 Polygon USDC with E-mode enabled I got message "You can borrow this asset with a stable rate only if you borrow more...

bug

**Is your feature request related to a problem? Please describe.** The caching service was introduced a while ago to workaround limitations of public rpcs, but hasn't been properly maintained (it...

**Is your feature request related to a problem? Please describe.** In the contracts for v3 we support the new functionality around siloed borrowing. This means the user would be able...

enhancement

**Describe the bug** There are cases where dynamic values get thrown in within translation tags, and they don't get recognized in the locale files. This could be problematic if used...

javascript

**Is your feature request related to a problem? Please describe.** Previously in the classic UI we had a way to see users history interacting with the protocol. This was useful...

feature
enhancement

Removes ability to embed aave website as iframe on other websites to reduce clickjacking attemps

**Describe the bug** Tokens are added as `a${TokenName}` which strictly speaking is wrong (only on eth mainnet the symbol is `a${TokenName}` - it's different on every other pool. **To Reproduce**...

bug

Only certain tokens support EIP-2612 permit, which is used in place of approve for `supplyWithPermit` and `repayWithPermit` in V3. Currently, there is an array of supported tokens in src/ui-config/permitConfig.tsx. It's...