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
ad4m-connect connection settings gives you the option of connecting to local or remote PR#278
Convience overloads for telepresence functions: setOnlineStatusU, sendSignalU, sendBroadcastU in NeighbourhoodProxy, which take new type PerspectiveUnsignedInput as argument. This enables sending signed signals without having to create temporary perspectives. These functions sign the whole perspective including links. PR#296
Bug on ad4m-test where apollo connection errors would polute logs PR#295
ad4m-test internal tests not using self but instead published package PR#295
ad4m-test will now always pull latest ad4m-host binary PR#295
AD4M launcher will no longer flash its modal on load PR#278
Broken CI tests using nix (fixed by bumping nix & cachix gh action versions) PR#278
ad4m-connect more stable by not running an async function on the constructor. This will ensure that the client exsist even if we couldn't make a connection PR#298
ad4m-connect will now handle connection error from port correctly and ensure UI state get's updated correctly PR#298
ad4m-launcher now gives feedback if password is wrong. PR#302