Hayden Shively
Hayden Shively
I forgot to use safeApprove, so non-standard tokens like USDT can't be repaid (though seizing still works, as long as it doesn't have to be traded via the UniRouter afterwards)
Even pulling from the local Geth node takes ~2 seconds for 50 accounts. This is horribly slow. If we subscribe to supply and borrow events and update on an as-needed...
[Solidity] Posting prices requires anywhere from 400k to 700k gas. If someone has already posted prices in the current block, it indicates that we have most likely lost a bidding...
Could also train a small RL agent to choose the best strategy based on past events, or just make bidding strategy configurable in JSON settings. These will also depend on...
``` // TODO The following conditional should really have an `or` clause to account // for cases where Uniswap has sufficient liquidity to go straight from repay // to seize...
See the following in TxManager: ``` /* TODO Note that this will only force the exponential thing for the _first_ candidate that gets sent off to the smart contract. If...