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 [3], if the application attempts to join a federation using an invite code linked to a shutdown or broken federation, the startup process will fail and trigger a crash in the main sequence. This failure cascades to [2] and subsequently to [1]. Given that the application supports dynamically adding or joining federations, it should not rely on an invite code for initial startup. Additionally, if a federation becomes inactive or is shut down after deployment, the previously used invite code may no longer be valid, potentially leading to failures in deployment configurations during a restart.
A workaround was added in [4] but it does not fix [1].
In [3], if the application attempts to join a federation using an invite code linked to a shutdown or broken federation, the startup process will fail and trigger a crash in the main sequence. This failure cascades to [2] and subsequently to [1]. Given that the application supports dynamically adding or joining federations, it should not rely on an invite code for initial startup. Additionally, if a federation becomes inactive or is shut down after deployment, the previously used invite code may no longer be valid, potentially leading to failures in deployment configurations during a restart.
A workaround was added in [4] but it does not fix [1].
fedimint-clientd/fedimint-clientd/src/main.rs
Line 102 in f2710e0
The text was updated successfully, but these errors were encountered: