Closed chrisbygrave closed 6 months ago
Thanks @chrisbygrave - I think it's worth considering https://github.com/hyperledger/firefly/issues/1450 alongside this when we get an owner, as they're likely to be architecturally in the same place
Now fixed by https://github.com/kaleido-io/firefly/pull/102
Before this change I could register my org using the
org/self
API, and then subsequently register my node usingself/node
. In the time between the two registrations completing successfully, FireFly ran normally and I could call/status
to check on the completion of the registration calls.After the above change, I am getting an error from the
/status
call:It looks like the change has resulted in the missing node name being treated as an error rather than an acceptable state. This makes client logic more difficult to manage - if registration requires two separate asynchronous calls, then being in a state where one has completed without the other needs to be tolerated.