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
It is only ever consumed by the Vault binary so it doesn't make sense to keep separate. Also if / when we merge this we can combine the Error types for some simplification (discussed here).
@gregdhill The service crate is not only used in the vault but also used in faucet crate. Hence do u recommend it to move it in runtime or keep the crate separate itself?
@nakul1010 the faucet crate only uses a few of the helpers (on_shutdown and wait_or_shutdown) let's duplicate those for now and see if we can optimize afterward.
It is only ever consumed by the Vault binary so it doesn't make sense to keep separate. Also if / when we merge this we can combine the
Error
types for some simplification (discussed here).Possibly related: #407
The text was updated successfully, but these errors were encountered: