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
Once the driver side bad token detection is working with high confidence we can remove the shared::bad_token module and all the code that becomes unused by that.
Things to remove or adjust:
shared: bad_token module
autopilot / orderbook: token owner finder code
baseline liquidity
alerts for failing token owner finder APIs
CLI args for token owner finding APIs (e.g. blockscout, ethplorer)
shared::price_estimation::sanitized: bad token handling
autopilot::solvable_orders: order filtering based on bad tokens
The text was updated successfully, but these errors were encountered:
Background
Once the driver side bad token detection is working with high confidence we can remove the
shared::bad_token
module and all the code that becomes unused by that.Things to remove or adjust:
shared
:bad_token
moduleautopilot / orderbook
: token owner finder codeshared::price_estimation::sanitized
: bad token handlingautopilot::solvable_orders
: order filtering based on bad tokensThe text was updated successfully, but these errors were encountered: