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
{{ message }}
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
RelayState contains way too much information;
we need to split between:
stuff that does not change at runtime
stuff regarding the communication state
etc etc..
We need to have sub-struct in the relaystate struct, and locks need to be in those sub-structs. Otherwise if we add a field, nobody knows to which lock in the lockpool it should be associated
The text was updated successfully, but these errors were encountered:
RelayState contains way too much information;
we need to split between:
etc etc..
We need to have sub-struct in the relaystate struct, and locks need to be in those sub-structs. Otherwise if we add a field, nobody knows to which lock in the lockpool it should be associated
The text was updated successfully, but these errors were encountered: