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
Chairman --socket-path argument can be given multiple times. It
indicates to which unix sockets to connect to (and check for consensus).
Chairman now identifies nodes by `SocketPath`, `CoreNodeId` is
not used now, maybe it can be removed from `ourobors-consensus` as well.
Nix scripts are not updated, and need to accomodate for chairman CLI
changes.
I think there's a bug how
chairman
is treating the socket dir.here
createConnection
is called withsocketDir
which should besocketFp
(.e.g.scoketDir ++ "/" ++ show coreNodeId
(or something similar).The text was updated successfully, but these errors were encountered: