Hayden Shively

Results 20 issues of Hayden Shively

v3
architecture

```js // TODO TxManager isn't hooked into the Database logic, so we have // to pass along the repay and seize addresses here if (!String(c.ctokenidpay).startsWith("0x")) { const repay = `0x${await...

v3
architecture

This is technically an ethers.js feature, but we should be able to use ethers to generate the full abi from the human readable one, and then pass the result to...

nice-to-have

Ideally we would only see the notification once per liquidation, but right now it gets triggered once for the repay token and once for the seize token

quirk

IDs in the `CTOKEN` table should be constant. The only time they change is if an asset is added/removed from Compound, in which case we could just restart the code....

performance

Part of #1110 I think this really should use `TimeStepBatch`, but as far as I can tell, the `trainer` doesn't have a way of retrieving one of those. It only...

See https://github.com/rlworkgroup/metaworld/pull/154#discussion_r459213695

The only public members of envs should be `step()`, `reset()`, `render()`, `close()`, `action_space`, `observation_space`, and `set_task()`

### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...

T-bug
C-forge
Cmd-forge-verify
A-compatibility
A-dependencies