-
This will be an ongoing ticket to discuss potential products and plan their creation.
Currently on testnet:
- Compound - Rinkeby
- Aave V2 - Kovan
In progress:
- Yearn
- Curve
Backlog:
-…
-
Hi I'm trying to find a way to get my open futures position on Binance Futures.
I've tried two methods, exchange.fetch_balance() provides everything except for an actual position amount, so this is…
-
See `function mintUnbacked`
```
if (isFirstSupply) {
userConfig.setUsingAsCollateral(reserve.id, true);
emit ReserveUsedAsCollateralEnabled(asset, onBehalfOf);
}
```
…
-
The current implementation is made to support at most `128` reserves. However, for cases, it is useful to support >128 assets, (realT etc). To support this, an update needs to be made to the user conf…
-
**Identified by**:
Trail of Bits
**Scope**:
The `AToken`, `VariableDebtToken`, `StableDebtToken` and `DebtTokenBase` all write a `DOMAIN_SEPERATOR` to storage when initialized, and then read it w…
-
Create a UI to display transaction routing
First step
Tooltip
-
Problem:
Aave tokens cannot be used for governance coordination and voting when the Aave token is
- In the balancer pool
- On other chains
- aAave deposited into the protocol
This leads to unus…
-
```python
from uniswap import Uniswap
provider = "https://mainnet.infura.io/v3/..."
uniswap3 = Uniswap(address="", private_key="", version=3, provider=provider)
bat = "0x0D8775F648430679A709E9…
-
See function ` _addReverveToList() `
-
**Identified by**:
Aave team
**Scope**:
In the storage layout of the `PoolStorage` contract, various optimizations are possible:
1. `_reservesCount` does not need to be `uint256`; can be a `…