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
This module is only really used by mining-proxy, since it's meant to provide some very opinionated features needed only by a pure Sv2 proxy.
It is very tied to selectors module, so both of them should be touched sequentially.
More specifically, this modules has to be moved to mining-proxy libs, together with its removal from handlers module, and adjustments on mining-proxy side.
The main adjustment on mining-proxy side is about checking the routing_logic value in the proxy, instead of doing it in the handlers.
The text was updated successfully, but these errors were encountered:
This module is only really used by
mining-proxy
, since it's meant to provide some very opinionated features needed only by a pure Sv2 proxy.It is very tied to
selectors
module, so both of them should be touched sequentially.More specifically, this modules has to be moved to
mining-proxy
libs, together with its removal fromhandlers
module, and adjustments onmining-proxy
side.The main adjustment on
mining-proxy
side is about checking therouting_logic
value in the proxy, instead of doing it in the handlers.The text was updated successfully, but these errors were encountered: