Sheng Lundquist
Sheng Lundquist
Building sphinx docs locally result in a multitude of warnings that should be fixed.
We currently do local fuzz testing for `erc4626` and `steth` pools. Ideally we would add all supported pools to the list of pools we're fuzzing. One issue is that local...
Tests require various switching of chain configs. Use a parameterized test fixture for this instead of launching a separate chain
There's access to `pool.chain` to get various member variables from the chain. Remove this circular dependency.
Currently, `agent.execute_policy_action()` gets the policies actions, then executes them in one function. Ideally we would split this up into seeing the policy actions, then executing these actions.
Current lp valuation only uses `lp_share_price`, which can be inaccurate. Use rust `calc_remove_liquidity` and `calc_redeem_withdrawal_shares` to get these values.