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
In #3427, we developed a temporary heartbeat mechanism that replaced the signing test loop. We still need to design and implement a final heartbeat mechanism though. This issue covers that work.
The text was updated successfully, but these errors were encountered:
Potential implementation could be based on the current directory of the storage. Heartbeat would be performed for all non-archived wallets. Ideally, we would have some shift between heartbeats so that all wallets do not execute the heartbeat at the same time. When we implement redemptions and moving funds, we add wallet archivisation. Heartbeats would not be executed for archived wallets.
In #3427, we developed a temporary heartbeat mechanism that replaced the signing test loop. We still need to design and implement a final heartbeat mechanism though. This issue covers that work.
The text was updated successfully, but these errors were encountered: