+13
appview/db/registration.go
+13
appview/db/registration.go
···+on conflict(domain) do update set did = excluded.did, created = excluded.created, registered = excluded.created
+54
-1
appview/ingester.go
+54
-1
appview/ingester.go
············
············+return fmt.Errorf("incorrect owner reported from knot %s: wanted: %s, got: %s", host, resp.OwnerDid, did)
+2
-2
appview/state/state.go
+2
-2
appview/state/state.go
·········
······+err = jc.StartJetstream(context.Background(), appview.Ingest(wrapper, enforcer, config.Core.Dev))···
+14
knotclient/unsigned.go
+14
knotclient/unsigned.go
···
+1
knotserver/db/init.go
+1
knotserver/db/init.go
+3
-3
knotserver/db/owner.go
+3
-3
knotserver/db/owner.go
+4
-1
knotserver/handler.go
+4
-1
knotserver/handler.go
······
······
+12
knotserver/routes.go
+12
knotserver/routes.go
···