You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update `perform-test-trade` to support individual vaults for trades
- Workarond Morpho Spark USDC vault problem where its `maxRedeem()` function reports a value that leaves dust shares for the user
- Make sure `load_partial_data()` does sane cache filenames. It was using milliseconds timestamps, instead of rounded to the latest timebucket boundary, causing excessive data loads in testing because it could not write useful time spans in cache filenames.
returnf"<Pair for vault {self.get_vault_name()} on {self.get_vault_protocol()}, id #{self.internal_id}>"
574
+
returnf"<Pair for vault {self.get_vault_name()} on {self.get_vault_protocol()}, {self.base.token_symbol}-{self.quote.token_symbol}{exchange_name}, id #{self.internal_id}>"
0 commit comments