We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5289a51 commit 0bbac28Copy full SHA for 0bbac28
1 file changed
core/capabilities/launcher.go
@@ -300,6 +300,7 @@ func (w *launcher) donPairsToUpdate(myID ragetypes.PeerID, localRegistry *regist
300
}
301
302
func (w *launcher) OnNewRegistry(ctx context.Context, localRegistry *registrysyncer.LocalRegistry) error {
303
+ w.lggr.Debug("CapabilitiesLauncher triggered...")
304
// Do not set an empty local registry: capability init (e.g. EVM) calls LocalNode() and fails with
305
// "empty local registry. no DONs registered". Only set once we have at least one DON so that
306
// capabilities that depend on the registry see valid data (or keep waiting until syncer pushes non-empty).
0 commit comments