@dxos/client-services 0.4.10-main.c5e8686 → 0.4.10-main.c685d5c

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/dist/lib/browser/{chunk-FUEOAPLA.mjs → chunk-X4CYZ5QC.mjs} +652 -594
  2. package/dist/lib/browser/chunk-X4CYZ5QC.mjs.map +7 -0
  3. package/dist/lib/browser/index.mjs +8 -4
  4. package/dist/lib/browser/index.mjs.map +3 -3
  5. package/dist/lib/browser/meta.json +1 -1
  6. package/dist/lib/browser/packlets/testing/index.mjs +131 -116
  7. package/dist/lib/browser/packlets/testing/index.mjs.map +3 -3
  8. package/dist/lib/node/{chunk-VRSCM2WE.cjs → chunk-NBYEU3KW.cjs} +740 -679
  9. package/dist/lib/node/chunk-NBYEU3KW.cjs.map +7 -0
  10. package/dist/lib/node/index.cjs +49 -45
  11. package/dist/lib/node/index.cjs.map +3 -3
  12. package/dist/lib/node/meta.json +1 -1
  13. package/dist/lib/node/packlets/testing/index.cjs +130 -118
  14. package/dist/lib/node/packlets/testing/index.cjs.map +3 -3
  15. package/dist/types/src/packlets/identity/identity-manager.d.ts.map +1 -1
  16. package/dist/types/src/packlets/invitations/device-invitation-protocol.d.ts +3 -1
  17. package/dist/types/src/packlets/invitations/device-invitation-protocol.d.ts.map +1 -1
  18. package/dist/types/src/packlets/invitations/index.d.ts +1 -0
  19. package/dist/types/src/packlets/invitations/index.d.ts.map +1 -1
  20. package/dist/types/src/packlets/invitations/invitation-protocol.d.ts +6 -1
  21. package/dist/types/src/packlets/invitations/invitation-protocol.d.ts.map +1 -1
  22. package/dist/types/src/packlets/invitations/invitations-handler.d.ts +4 -2
  23. package/dist/types/src/packlets/invitations/invitations-handler.d.ts.map +1 -1
  24. package/dist/types/src/packlets/invitations/invitations-manager.d.ts +44 -0
  25. package/dist/types/src/packlets/invitations/invitations-manager.d.ts.map +1 -0
  26. package/dist/types/src/packlets/invitations/invitations-service.d.ts +7 -23
  27. package/dist/types/src/packlets/invitations/invitations-service.d.ts.map +1 -1
  28. package/dist/types/src/packlets/invitations/space-invitation-protocol.d.ts +2 -1
  29. package/dist/types/src/packlets/invitations/space-invitation-protocol.d.ts.map +1 -1
  30. package/dist/types/src/packlets/services/service-context.d.ts +6 -6
  31. package/dist/types/src/packlets/services/service-context.d.ts.map +1 -1
  32. package/dist/types/src/packlets/services/service-host.d.ts.map +1 -1
  33. package/dist/types/src/packlets/spaces/data-space-manager.d.ts +8 -3
  34. package/dist/types/src/packlets/spaces/data-space-manager.d.ts.map +1 -1
  35. package/dist/types/src/packlets/spaces/data-space.d.ts +4 -3
  36. package/dist/types/src/packlets/spaces/data-space.d.ts.map +1 -1
  37. package/dist/types/src/packlets/storage/level.d.ts.map +1 -1
  38. package/dist/types/src/packlets/testing/invitation-utils.d.ts.map +1 -1
  39. package/dist/types/src/packlets/testing/test-builder.d.ts +7 -3
  40. package/dist/types/src/packlets/testing/test-builder.d.ts.map +1 -1
  41. package/dist/types/src/packlets/vault/worker-runtime.d.ts.map +1 -1
  42. package/dist/types/src/version.d.ts +1 -1
  43. package/package.json +34 -34
  44. package/src/packlets/identity/identity-manager.ts +1 -0
  45. package/src/packlets/identity/identity.test.ts +3 -0
  46. package/src/packlets/invitations/device-invitation-protocol.ts +6 -1
  47. package/src/packlets/invitations/index.ts +1 -0
  48. package/src/packlets/invitations/invitation-protocol.ts +7 -1
  49. package/src/packlets/invitations/invitations-handler.ts +11 -73
  50. package/src/packlets/invitations/invitations-manager.ts +271 -0
  51. package/src/packlets/invitations/invitations-service.ts +23 -168
  52. package/src/packlets/invitations/space-invitation-protocol.ts +45 -3
  53. package/src/packlets/services/automerge-host.test.ts +4 -4
  54. package/src/packlets/services/service-context.test.ts +3 -3
  55. package/src/packlets/services/service-context.ts +23 -25
  56. package/src/packlets/services/service-host.test.ts +6 -0
  57. package/src/packlets/services/service-host.ts +6 -26
  58. package/src/packlets/spaces/data-space-manager.test.ts +4 -4
  59. package/src/packlets/spaces/data-space-manager.ts +56 -13
  60. package/src/packlets/spaces/data-space.ts +14 -19
  61. package/src/packlets/storage/level.ts +1 -0
  62. package/src/packlets/testing/invitation-utils.ts +100 -97
  63. package/src/packlets/testing/test-builder.ts +27 -14
  64. package/src/packlets/vault/worker-runtime.ts +3 -1
  65. package/src/version.ts +1 -1
  66. package/dist/lib/browser/chunk-FUEOAPLA.mjs.map +0 -7
  67. package/dist/lib/node/chunk-VRSCM2WE.cjs.map +0 -7
  68. package/dist/types/src/packlets/indexing/index.d.ts +0 -2
  69. package/dist/types/src/packlets/indexing/index.d.ts.map +0 -1
  70. package/dist/types/src/packlets/indexing/util.d.ts +0 -16
  71. package/dist/types/src/packlets/indexing/util.d.ts.map +0 -1
  72. package/src/packlets/indexing/index.ts +0 -5
  73. package/src/packlets/indexing/util.ts +0 -89
@@ -2,7 +2,11 @@
2
2
  // Copyright 2023 DXOS.org
3
3
  //
4
4
 
5
- import { createAdmissionCredentials, getCredentialAssertion } from '@dxos/credentials';
5
+ import {
6
+ createAdmissionCredentials,
7
+ createDelegatedSpaceInvitationCredential,
8
+ getCredentialAssertion,
9
+ } from '@dxos/credentials';
6
10
  import { writeMessages } from '@dxos/feed-store';
7
11
  import { invariant } from '@dxos/invariant';
8
12
  import { type Keyring } from '@dxos/keyring';
@@ -11,7 +15,7 @@ import { log } from '@dxos/log';
11
15
  import { AlreadyJoinedError } from '@dxos/protocols';
12
16
  import { Invitation } from '@dxos/protocols/proto/dxos/client/services';
13
17
  import { type FeedMessage } from '@dxos/protocols/proto/dxos/echo/feed';
14
- import { type ProfileDocument } from '@dxos/protocols/proto/dxos/halo/credentials';
18
+ import { SpaceMember, type ProfileDocument } from '@dxos/protocols/proto/dxos/halo/credentials';
15
19
  import {
16
20
  type AdmissionRequest,
17
21
  type AdmissionResponse,
@@ -43,7 +47,11 @@ export class SpaceInvitationProtocol implements InvitationProtocol {
43
47
  };
44
48
  }
45
49
 
46
- async admit(request: AdmissionRequest, guestProfile?: ProfileDocument | undefined): Promise<AdmissionResponse> {
50
+ async admit(
51
+ invitation: Invitation,
52
+ request: AdmissionRequest,
53
+ guestProfile?: ProfileDocument | undefined,
54
+ ): Promise<AdmissionResponse> {
47
55
  invariant(this._spaceKey);
48
56
  const space = await this._spaceManager.spaces.get(this._spaceKey);
49
57
  invariant(space);
@@ -59,6 +67,7 @@ export class SpaceInvitationProtocol implements InvitationProtocol {
59
67
  space.key,
60
68
  space.inner.genesisFeedKey,
61
69
  guestProfile,
70
+ invitation.delegationCredentialId,
62
71
  );
63
72
 
64
73
  // TODO(dmaretskyi): Refactor.
@@ -76,6 +85,39 @@ export class SpaceInvitationProtocol implements InvitationProtocol {
76
85
  };
77
86
  }
78
87
 
88
+ async delegate(invitation: Invitation): Promise<PublicKey> {
89
+ invariant(this._spaceKey);
90
+ const space = await this._spaceManager.spaces.get(this._spaceKey);
91
+ invariant(space);
92
+ if (invitation.authMethod === Invitation.AuthMethod.KNOWN_PUBLIC_KEY) {
93
+ invariant(invitation.guestKeypair?.publicKey);
94
+ }
95
+
96
+ log('writing delegate space invitation', { host: this._signingContext.deviceKey, id: invitation.invitationId });
97
+ const credential = await createDelegatedSpaceInvitationCredential(
98
+ this._signingContext.credentialSigner,
99
+ space.key,
100
+ {
101
+ invitationId: invitation.invitationId,
102
+ authMethod: invitation.authMethod,
103
+ swarmKey: invitation.swarmKey,
104
+ role: SpaceMember.Role.ADMIN,
105
+ expiresOn: invitation.lifetime
106
+ ? new Date((invitation.created?.getTime() ?? Date.now()) + invitation.lifetime)
107
+ : undefined,
108
+ multiUse: invitation.multiUse ?? false,
109
+ guestKey:
110
+ invitation.authMethod === Invitation.AuthMethod.KNOWN_PUBLIC_KEY
111
+ ? invitation.guestKeypair!.publicKey
112
+ : undefined,
113
+ },
114
+ );
115
+
116
+ invariant(credential.credential);
117
+ await writeMessages(space.inner.controlPipeline.writer, [credential]);
118
+ return credential.credential.credential.id!;
119
+ }
120
+
79
121
  checkInvitation(invitation: Partial<Invitation>) {
80
122
  if (invitation.spaceKey && this._spaceManager.spaces.has(invitation.spaceKey)) {
81
123
  return new AlreadyJoinedError('Already joined space.');
@@ -4,10 +4,11 @@
4
4
 
5
5
  import { expect } from 'chai';
6
6
 
7
- import { asyncTimeout, sleep } from '@dxos/async';
7
+ import { asyncTimeout } from '@dxos/async';
8
+ import { getHeads } from '@dxos/automerge/automerge';
9
+ import { AutomergeContext } from '@dxos/echo-db';
8
10
  import { AutomergeHost, DataServiceImpl } from '@dxos/echo-pipeline';
9
11
  import { createTestLevel } from '@dxos/echo-pipeline/testing';
10
- import { AutomergeContext } from '@dxos/echo-schema';
11
12
  import { afterTest, describe, test } from '@dxos/test';
12
13
 
13
14
  describe('AutomergeHost', () => {
@@ -50,9 +51,8 @@ describe('AutomergeHost', () => {
50
51
  doc.change((doc: any) => {
51
52
  doc.text = newText;
52
53
  });
54
+ await client.flush({ states: [{ documentId: doc.documentId, heads: getHeads(doc.docSync()) }] });
53
55
 
54
- // TODO(mykola): Is there a way to know when automerge has started replication?
55
- await sleep(100);
56
56
  await asyncTimeout(handle.whenReady(), 1_000);
57
57
  expect(handle.docSync().text).to.equal(newText);
58
58
  });
@@ -27,15 +27,15 @@ describe('services/ServiceContext', () => {
27
27
  test('joined space is synchronized on device invitations', async () => {
28
28
  const networkContext = new MemorySignalManagerContext();
29
29
  const device1 = await createServiceContext({ signalContext: networkContext });
30
- await openAndClose(device1.automergeHost);
30
+ await openAndClose(device1.echoHost);
31
31
  await device1.createIdentity();
32
32
 
33
33
  const device2 = await createServiceContext({ signalContext: networkContext });
34
- await openAndClose(device2.automergeHost);
34
+ await openAndClose(device2.echoHost);
35
35
  await Promise.all(performInvitation({ host: device1, guest: device2, options: { kind: Invitation.Kind.DEVICE } }));
36
36
 
37
37
  const identity2 = await createServiceContext({ signalContext: networkContext });
38
- await openAndClose(identity2.automergeHost);
38
+ await openAndClose(identity2.echoHost);
39
39
  await identity2.createIdentity();
40
40
  const space1 = await identity2.dataSpaceManager!.createSpace();
41
41
  await Promise.all(
@@ -8,9 +8,9 @@ import { Trigger } from '@dxos/async';
8
8
  import { Context, Resource } from '@dxos/context';
9
9
  import { getCredentialAssertion, type CredentialProcessor } from '@dxos/credentials';
10
10
  import { failUndefined } from '@dxos/debug';
11
- import { AutomergeHost, MetadataStore, SnapshotStore, SpaceManager, valueEncoding } from '@dxos/echo-pipeline';
11
+ import { EchoHost } from '@dxos/echo-db';
12
+ import { MetadataStore, SnapshotStore, SpaceManager, valueEncoding } from '@dxos/echo-pipeline';
12
13
  import { FeedFactory, FeedStore } from '@dxos/feed-store';
13
- import { IndexMetadataStore, IndexStore, Indexer, createStorageCallbacks } from '@dxos/indexing';
14
14
  import { invariant } from '@dxos/invariant';
15
15
  import { Keyring } from '@dxos/keyring';
16
16
  import { PublicKey } from '@dxos/keys';
@@ -32,13 +32,13 @@ import {
32
32
  type IdentityManagerRuntimeParams,
33
33
  type JoinIdentityParams,
34
34
  } from '../identity';
35
- import { createDocumentsIterator, createSelectedDocumentsIterator } from '../indexing';
36
35
  import {
37
36
  DeviceInvitationProtocol,
38
37
  InvitationsHandler,
39
38
  SpaceInvitationProtocol,
40
39
  type InvitationProtocol,
41
40
  } from '../invitations';
41
+ import { InvitationsManager } from '../invitations/invitations-manager';
42
42
  import { DataSpaceManager, type DataSpaceManagerRuntimeParams, type SigningContext } from '../spaces';
43
43
 
44
44
  export type ServiceContextRuntimeParams = IdentityManagerRuntimeParams & DataSpaceManagerRuntimeParams;
@@ -62,9 +62,8 @@ export class ServiceContext extends Resource {
62
62
  public readonly spaceManager: SpaceManager;
63
63
  public readonly identityManager: IdentityManager;
64
64
  public readonly invitations: InvitationsHandler;
65
- public readonly automergeHost: AutomergeHost;
66
- public readonly indexMetadata: IndexMetadataStore;
67
- public readonly indexer: Indexer;
65
+ public readonly invitationsManager: InvitationsManager;
66
+ public readonly echoHost: EchoHost;
68
67
 
69
68
  // Initialized after identity is initialized.
70
69
  public dataSpaceManager?: DataSpaceManager;
@@ -120,22 +119,17 @@ export class ServiceContext extends Resource {
120
119
  this._runtimeParams as IdentityManagerRuntimeParams,
121
120
  );
122
121
 
123
- this.indexMetadata = new IndexMetadataStore({ db: level.sublevel('index-metadata') });
124
-
125
- this.automergeHost = new AutomergeHost({
126
- directory: storage.createDirectory('automerge'),
127
- db: level.sublevel('automerge'),
128
- storageCallbacks: createStorageCallbacks({ host: () => this.automergeHost, metadata: this.indexMetadata }),
129
- });
130
-
131
- this.indexer = new Indexer({
132
- indexStore: new IndexStore({ db: level.sublevel('index-storage') }),
133
- metadataStore: this.indexMetadata,
134
- loadDocuments: createSelectedDocumentsIterator(this.automergeHost),
135
- getAllDocuments: createDocumentsIterator(this.automergeHost),
122
+ this.echoHost = new EchoHost({
123
+ kv: this.level,
124
+ storage: this.storage,
136
125
  });
137
126
 
138
127
  this.invitations = new InvitationsHandler(this.networkManager);
128
+ this.invitationsManager = new InvitationsManager(
129
+ this.invitations,
130
+ (invitation) => this.getInvitationHandler(invitation),
131
+ this.metadataStore,
132
+ );
139
133
 
140
134
  // TODO(burdon): _initialize called in multiple places.
141
135
  // TODO(burdon): Call _initialize on success.
@@ -159,31 +153,34 @@ export class ServiceContext extends Resource {
159
153
  await this.signalManager.open();
160
154
  await this.networkManager.open();
161
155
 
162
- await this.automergeHost.open();
156
+ await this.echoHost.open(ctx);
163
157
  await this.metadataStore.load();
164
158
  await this.spaceManager.open();
165
159
  await this.identityManager.open(ctx);
166
160
  if (this.identityManager.identity) {
167
161
  await this._initialize(ctx);
168
162
  }
163
+
164
+ const loadedInvitations = await this.invitationsManager.loadPersistentInvitations();
165
+ log('loaded persistent invitations', { count: loadedInvitations.invitations?.length });
166
+
169
167
  log.trace('dxos.sdk.service-context.open', trace.end({ id: this._instanceId }));
170
168
  log('opened');
171
169
  }
172
170
 
173
- protected override async _close() {
171
+ protected override async _close(ctx: Context) {
174
172
  log('closing...');
175
173
  if (this._deviceSpaceSync && this.identityManager.identity) {
176
174
  await this.identityManager.identity.space.spaceState.removeCredentialProcessor(this._deviceSpaceSync);
177
175
  }
178
- await this.automergeHost.close();
179
176
  await this.dataSpaceManager?.close();
180
177
  await this.identityManager.close();
181
178
  await this.spaceManager.close();
182
179
  await this.feedStore.close();
180
+ await this.metadataStore.close();
181
+ await this.echoHost.close(ctx);
183
182
  await this.networkManager.close();
184
183
  await this.signalManager.close();
185
- await this.metadataStore.close();
186
- await this.indexer.destroy();
187
184
  log('closed');
188
185
  }
189
186
 
@@ -244,7 +241,8 @@ export class ServiceContext extends Resource {
244
241
  this.keyring,
245
242
  signingContext,
246
243
  this.feedStore,
247
- this.automergeHost,
244
+ this.echoHost,
245
+ this.invitationsManager,
248
246
  this._runtimeParams as DataSpaceManagerRuntimeParams,
249
247
  );
250
248
  await this.dataSpaceManager.open();
@@ -29,6 +29,12 @@ describe('ClientServicesHost', () => {
29
29
  isNode() && rmSync(dataRoot, { recursive: true, force: true });
30
30
  });
31
31
 
32
+ test('open and close', async () => {
33
+ const host = createServiceHost(new Config(), new MemorySignalManagerContext());
34
+ await host.open(new Context());
35
+ await host.close();
36
+ });
37
+
32
38
  test('queryCredentials', async () => {
33
39
  const host = createServiceHost(new Config(), new MemorySignalManagerContext());
34
40
  await host.open(new Context());
@@ -8,15 +8,8 @@ import { Event, synchronized } from '@dxos/async';
8
8
  import { clientServiceBundle, defaultKey, type ClientServices, Properties } from '@dxos/client-protocol';
9
9
  import { type Config } from '@dxos/config';
10
10
  import { Context } from '@dxos/context';
11
- import {
12
- DataServiceImpl,
13
- type ObjectStructure,
14
- encodeReference,
15
- type SpaceDoc,
16
- type LevelDB,
17
- } from '@dxos/echo-pipeline';
11
+ import { type ObjectStructure, encodeReference, type SpaceDoc, type LevelDB } from '@dxos/echo-pipeline';
18
12
  import { getTypeReference } from '@dxos/echo-schema';
19
- import { IndexServiceImpl } from '@dxos/indexing';
20
13
  import { invariant } from '@dxos/invariant';
21
14
  import { PublicKey } from '@dxos/keys';
22
15
  import { log } from '@dxos/log';
@@ -272,11 +265,7 @@ export class ClientServicesHost {
272
265
  (profile) => this._serviceContext.broadcastProfileUpdate(profile),
273
266
  ),
274
267
 
275
- InvitationsService: new InvitationsServiceImpl(
276
- this._serviceContext.invitations,
277
- (invitation) => this._serviceContext.getInvitationHandler(invitation),
278
- this._serviceContext.metadataStore,
279
- ),
268
+ InvitationsService: new InvitationsServiceImpl(this._serviceContext.invitationsManager),
280
269
 
281
270
  DevicesService: new DevicesServiceImpl(this._serviceContext.identityManager),
282
271
 
@@ -289,12 +278,8 @@ export class ClientServicesHost {
289
278
  },
290
279
  ),
291
280
 
292
- DataService: new DataServiceImpl(this._serviceContext.automergeHost),
293
-
294
- IndexService: new IndexServiceImpl({
295
- indexer: this._serviceContext.indexer,
296
- automergeHost: this._serviceContext.automergeHost,
297
- }),
281
+ DataService: this._serviceContext.echoHost.dataService,
282
+ QueryService: this._serviceContext.echoHost.queryService,
298
283
 
299
284
  NetworkService: new NetworkServiceImpl(this._serviceContext.networkManager, this._serviceContext.signalManager),
300
285
 
@@ -310,11 +295,6 @@ export class ClientServicesHost {
310
295
  });
311
296
 
312
297
  await this._serviceContext.open(ctx);
313
- // TODO(nf): move to InvitationManager in ServiceContext?
314
- invariant(this.serviceRegistry.services.InvitationsService);
315
- const loadedInvitations = await this.serviceRegistry.services.InvitationsService.loadPersistentInvitations();
316
-
317
- log('loaded persistent invitations', { count: loadedInvitations.invitations?.length });
318
298
 
319
299
  const devtoolsProxy = this._config?.get('runtime.client.devtoolsProxy');
320
300
  if (devtoolsProxy) {
@@ -377,7 +357,7 @@ export class ClientServicesHost {
377
357
 
378
358
  const automergeIndex = space.automergeSpaceState.rootUrl;
379
359
  invariant(automergeIndex);
380
- const document = await this._serviceContext.automergeHost.repo.find<SpaceDoc>(automergeIndex as any);
360
+ const document = await this._serviceContext.echoHost.automergeRepo.find<SpaceDoc>(automergeIndex as any);
381
361
  await document.whenReady();
382
362
 
383
363
  // TODO(dmaretskyi): Better API for low-level data access.
@@ -397,7 +377,7 @@ export class ClientServicesHost {
397
377
  assignDeep(doc, ['objects', propertiesId], properties);
398
378
  });
399
379
 
400
- await this._serviceContext.automergeHost.repo.flush();
380
+ await this._serviceContext.echoHost.flush();
401
381
 
402
382
  return identity;
403
383
  }
@@ -20,7 +20,7 @@ describe('DataSpaceManager', () => {
20
20
 
21
21
  const peer = builder.createPeer();
22
22
  await peer.createIdentity();
23
- await openAndClose(peer.automergeHost, peer.dataSpaceManager);
23
+ await openAndClose(peer.echoHost, peer.dataSpaceManager);
24
24
 
25
25
  const space = await peer.dataSpaceManager.createSpace();
26
26
 
@@ -42,7 +42,7 @@ describe('DataSpaceManager', () => {
42
42
  const peer2 = builder.createPeer();
43
43
  await peer2.createIdentity();
44
44
 
45
- await openAndClose(peer1.automergeHost, peer1.dataSpaceManager, peer2.automergeHost, peer2.dataSpaceManager);
45
+ await openAndClose(peer1.echoHost, peer1.dataSpaceManager, peer2.echoHost, peer2.dataSpaceManager);
46
46
 
47
47
  const space1 = await peer1.dataSpaceManager.createSpace();
48
48
  await space1.inner.controlPipeline.state.waitUntilTimeframe(space1.inner.controlPipeline.state.endTimeframe);
@@ -111,7 +111,7 @@ describe('DataSpaceManager', () => {
111
111
  await peer2.createIdentity();
112
112
  await peer2.dataSpaceManager.open();
113
113
 
114
- await openAndClose(peer1.automergeHost, peer1.dataSpaceManager, peer2.automergeHost, peer2.dataSpaceManager);
114
+ await openAndClose(peer1.echoHost, peer1.dataSpaceManager, peer2.echoHost, peer2.dataSpaceManager);
115
115
 
116
116
  const space1 = await peer1.dataSpaceManager.createSpace();
117
117
  await space1.inner.controlPipeline.state.waitUntilTimeframe(space1.inner.controlPipeline.state.endTimeframe);
@@ -153,7 +153,7 @@ describe('DataSpaceManager', () => {
153
153
 
154
154
  const peer = builder.createPeer();
155
155
  await peer.createIdentity();
156
- await openAndClose(peer.automergeHost, peer.dataSpaceManager);
156
+ await openAndClose(peer.echoHost, peer.dataSpaceManager);
157
157
 
158
158
  const space = await peer.dataSpaceManager.createSpace();
159
159
  await space.inner.controlPipeline.state.waitUntilTimeframe(space.inner.controlPipeline.state.endTimeframe);
@@ -4,18 +4,20 @@
4
4
 
5
5
  import { Event, synchronized, trackLeaks } from '@dxos/async';
6
6
  import { Context, cancelWithContext } from '@dxos/context';
7
- import { getCredentialAssertion, type CredentialSigner } from '@dxos/credentials';
8
- import { type AutomergeHost, type MetadataStore, type Space, type SpaceManager } from '@dxos/echo-pipeline';
7
+ import { getCredentialAssertion, type CredentialSigner, type DelegateInvitationCredential } from '@dxos/credentials';
8
+ import { type EchoHost } from '@dxos/echo-db';
9
+ import { type MetadataStore, type Space, type SpaceManager } from '@dxos/echo-pipeline';
9
10
  import { type FeedStore } from '@dxos/feed-store';
10
11
  import { invariant } from '@dxos/invariant';
11
12
  import { type Keyring } from '@dxos/keyring';
12
13
  import { PublicKey } from '@dxos/keys';
13
14
  import { log } from '@dxos/log';
14
15
  import { trace } from '@dxos/protocols';
15
- import { SpaceState } from '@dxos/protocols/proto/dxos/client/services';
16
+ import { Invitation, SpaceState } from '@dxos/protocols/proto/dxos/client/services';
16
17
  import { type FeedMessage } from '@dxos/protocols/proto/dxos/echo/feed';
17
18
  import { type SpaceMetadata } from '@dxos/protocols/proto/dxos/echo/metadata';
18
19
  import { type Credential, type ProfileDocument } from '@dxos/protocols/proto/dxos/halo/credentials';
20
+ import { type DelegateSpaceInvitation } from '@dxos/protocols/proto/dxos/halo/invitations';
19
21
  import { Gossip, Presence } from '@dxos/teleport-extension-gossip';
20
22
  import { type Timeframe } from '@dxos/timeframe';
21
23
  import { ComplexMap, deferFunction, forEachAsync } from '@dxos/util';
@@ -23,6 +25,7 @@ import { ComplexMap, deferFunction, forEachAsync } from '@dxos/util';
23
25
  import { DataSpace } from './data-space';
24
26
  import { spaceGenesis } from './genesis';
25
27
  import { createAuthProvider } from '../identity';
28
+ import { type InvitationsManager } from '../invitations';
26
29
 
27
30
  const PRESENCE_ANNOUNCE_INTERVAL = 10_000;
28
31
  const PRESENCE_OFFLINE_TIMEOUT = 20_000;
@@ -77,7 +80,8 @@ export class DataSpaceManager {
77
80
  private readonly _keyring: Keyring,
78
81
  private readonly _signingContext: SigningContext,
79
82
  private readonly _feedStore: FeedStore<FeedMessage>,
80
- private readonly _automergeHost: AutomergeHost,
83
+ private readonly _echoHost: EchoHost,
84
+ private readonly _invitationsManager: InvitationsManager,
81
85
  params?: DataSpaceManagerRuntimeParams,
82
86
  ) {
83
87
  const {
@@ -149,14 +153,10 @@ export class DataSpaceManager {
149
153
 
150
154
  log('creating space...', { spaceKey });
151
155
 
152
- const automergeRoot = this._automergeHost.repo.create();
153
- automergeRoot.change((doc: any) => {
154
- doc.access = { spaceKey: spaceKey.toHex() };
155
- });
156
-
156
+ const automergeRootUrl = await this._echoHost.createSpaceRoot(spaceKey);
157
157
  const space = await this._constructSpace(metadata);
158
158
 
159
- const credentials = await spaceGenesis(this._keyring, this._signingContext, space.inner, automergeRoot.url);
159
+ const credentials = await spaceGenesis(this._keyring, this._signingContext, space.inner, automergeRootUrl);
160
160
  await this._metadataStore.addSpace(metadata);
161
161
 
162
162
  const memberCredential = credentials[1];
@@ -240,13 +240,16 @@ export class DataSpaceManager {
240
240
  gossip.createExtension({ remotePeerId: session.remotePeerId }),
241
241
  );
242
242
  session.addExtension('dxos.mesh.teleport.notarization', dataSpace.notarizationPlugin.createExtension());
243
- this._automergeHost.authorizeDevice(space.key, session.remotePeerId);
244
- session.addExtension('dxos.mesh.teleport.automerge', this._automergeHost.createExtension());
243
+ this._echoHost.authorizeDevice(space.key, session.remotePeerId);
244
+ session.addExtension('dxos.mesh.teleport.automerge', this._echoHost.createReplicationExtension());
245
245
  },
246
246
  onAuthFailure: () => {
247
247
  log.warn('auth failure');
248
248
  },
249
249
  memberKey: this._signingContext.identityKey,
250
+ onDelegatedInvitationStatusChange: (invitation, isActive) => {
251
+ return this._handleInvitationStatusChange(dataSpace, invitation, isActive);
252
+ },
250
253
  });
251
254
  controlFeed && (await space.setControlFeed(controlFeed));
252
255
  dataFeed && (await space.setDataFeed(dataFeed));
@@ -259,6 +262,7 @@ export class DataSpaceManager {
259
262
  presence,
260
263
  keyring: this._keyring,
261
264
  feedStore: this._feedStore,
265
+ echoHost: this._echoHost,
262
266
  signingContext: this._signingContext,
263
267
  callbacks: {
264
268
  beforeReady: async () => {
@@ -267,6 +271,7 @@ export class DataSpaceManager {
267
271
  afterReady: async () => {
268
272
  log('after space ready', { space: space.key, open: this._isOpen });
269
273
  if (this._isOpen) {
274
+ await this._createDelegatedInvitations(dataSpace, [...space.spaceState.invitations.entries()]);
270
275
  this.updated.emit();
271
276
  }
272
277
  },
@@ -275,7 +280,6 @@ export class DataSpaceManager {
275
280
  },
276
281
  },
277
282
  cache: metadata.cache,
278
- automergeHost: this._automergeHost,
279
283
  });
280
284
 
281
285
  if (metadata.state !== SpaceState.INACTIVE) {
@@ -289,4 +293,43 @@ export class DataSpaceManager {
289
293
  this._spaces.set(metadata.key, dataSpace);
290
294
  return dataSpace;
291
295
  }
296
+
297
+ private async _handleInvitationStatusChange(
298
+ dataSpace: DataSpace | undefined,
299
+ delegatedInvitation: DelegateInvitationCredential,
300
+ isActive: boolean,
301
+ ): Promise<void> {
302
+ if (dataSpace?.state !== SpaceState.READY) {
303
+ return;
304
+ }
305
+ if (isActive) {
306
+ await this._createDelegatedInvitations(dataSpace, [
307
+ [delegatedInvitation.credentialId, delegatedInvitation.invitation],
308
+ ]);
309
+ } else {
310
+ await this._invitationsManager.cancelInvitation(delegatedInvitation.invitation);
311
+ }
312
+ }
313
+
314
+ private async _createDelegatedInvitations(
315
+ space: DataSpace,
316
+ invitations: Array<[PublicKey, DelegateSpaceInvitation]>,
317
+ ): Promise<void> {
318
+ const tasks = invitations.map(([credentialId, invitation]) => {
319
+ return this._invitationsManager.createInvitation({
320
+ type: Invitation.Type.DELEGATED,
321
+ kind: Invitation.Kind.SPACE,
322
+ spaceKey: space.key,
323
+ authMethod: invitation.authMethod,
324
+ invitationId: invitation.invitationId,
325
+ swarmKey: invitation.swarmKey,
326
+ guestKeypair: invitation.guestKey ? { publicKey: invitation.guestKey } : undefined,
327
+ lifetime: invitation.expiresOn ? invitation.expiresOn.getTime() - Date.now() : undefined,
328
+ multiUse: invitation.multiUse,
329
+ delegationCredentialId: credentialId,
330
+ persistent: false,
331
+ });
332
+ });
333
+ await Promise.all(tasks);
334
+ }
292
335
  }
@@ -6,15 +6,10 @@ import { Event, asyncTimeout, scheduleTask, sleep, synchronized, trackLeaks } fr
6
6
  import { AUTH_TIMEOUT } from '@dxos/client-protocol';
7
7
  import { cancelWithContext, Context, ContextDisposedError } from '@dxos/context';
8
8
  import { timed, warnAfterTimeout } from '@dxos/debug';
9
- import { TYPE_PROPERTIES } from '@dxos/echo-db';
10
- import {
11
- type MetadataStore,
12
- type Space,
13
- createMappedFeedWriter,
14
- type AutomergeHost,
15
- type SpaceDoc,
16
- } from '@dxos/echo-pipeline';
9
+ import { type EchoHost } from '@dxos/echo-db';
10
+ import { type MetadataStore, type Space, createMappedFeedWriter, type SpaceDoc } from '@dxos/echo-pipeline';
17
11
  import { AutomergeDocumentLoaderImpl } from '@dxos/echo-pipeline';
12
+ import { TYPE_PROPERTIES } from '@dxos/echo-schema';
18
13
  import { type FeedStore } from '@dxos/feed-store';
19
14
  import { failedInvariant, invariant } from '@dxos/invariant';
20
15
  import { type Keyring } from '@dxos/keyring';
@@ -66,10 +61,10 @@ export type DataSpaceParams = {
66
61
  presence: Presence;
67
62
  keyring: Keyring;
68
63
  feedStore: FeedStore<FeedMessage>;
64
+ echoHost: EchoHost;
69
65
  signingContext: SigningContext;
70
66
  callbacks?: DataSpaceCallbacks;
71
67
  cache?: SpaceCache;
72
- automergeHost: AutomergeHost;
73
68
  };
74
69
 
75
70
  export type CreateEpochOptions = {
@@ -92,7 +87,7 @@ export class DataSpace {
92
87
  private readonly _notarizationPlugin = new NotarizationPlugin();
93
88
  private readonly _callbacks: DataSpaceCallbacks;
94
89
  private readonly _cache?: SpaceCache = undefined;
95
- private readonly _automergeHost: AutomergeHost;
90
+ private readonly _echoHost: EchoHost;
96
91
 
97
92
  // TODO(dmaretskyi): Move into Space?
98
93
  private readonly _automergeSpaceState = new AutomergeSpaceState((rootUrl) => this._onNewAutomergeRoot(rootUrl));
@@ -120,7 +115,7 @@ export class DataSpace {
120
115
  this._metadataStore = params.metadataStore;
121
116
  this._signingContext = params.signingContext;
122
117
  this._callbacks = params.callbacks ?? {};
123
- this._automergeHost = params.automergeHost;
118
+ this._echoHost = params.echoHost;
124
119
 
125
120
  this.authVerifier = new TrustedKeySetAuthVerifier({
126
121
  trustedKeysProvider: () =>
@@ -363,8 +358,8 @@ export class DataSpace {
363
358
 
364
359
  private _onNewAutomergeRoot(rootUrl: string) {
365
360
  log('loading automerge root doc for space', { space: this.key, rootUrl });
366
- this._automergeHost._requestedDocs.add(rootUrl as any);
367
- const handle = this._automergeHost.repo.find(rootUrl as any);
361
+ this._echoHost.replicateDocument(rootUrl);
362
+ const handle = this._echoHost.automergeRepo.find(rootUrl as any);
368
363
 
369
364
  queueMicrotask(async () => {
370
365
  try {
@@ -419,7 +414,7 @@ export class DataSpace {
419
414
  break;
420
415
  case CreateEpochRequest.Migration.INIT_AUTOMERGE:
421
416
  {
422
- const document = this._automergeHost.repo.create();
417
+ const document = this._echoHost.automergeRepo.create();
423
418
  // TODO(dmaretskyi): Unify epoch construction.
424
419
  epoch = {
425
420
  previousId: this._automergeSpaceState.lastEpoch?.id,
@@ -432,9 +427,9 @@ export class DataSpace {
432
427
  case CreateEpochRequest.Migration.PRUNE_AUTOMERGE_ROOT_HISTORY:
433
428
  {
434
429
  const currentRootUrl = this._automergeSpaceState.rootUrl;
435
- const rootHandle = this._automergeHost.repo.find(currentRootUrl as any);
430
+ const rootHandle = this._echoHost.automergeRepo.find(currentRootUrl as any);
436
431
  await cancelWithContext(this._ctx, asyncTimeout(rootHandle.whenReady(), 10_000));
437
- const newRoot = this._automergeHost.repo.create(rootHandle.docSync());
432
+ const newRoot = this._echoHost.automergeRepo.create(rootHandle.docSync());
438
433
  invariant(typeof newRoot.url === 'string' && newRoot.url.length > 0);
439
434
  // TODO(dmaretskyi): Unify epoch construction.
440
435
  epoch = {
@@ -450,7 +445,7 @@ export class DataSpace {
450
445
  log.info('Fragmenting');
451
446
 
452
447
  const currentRootUrl = this._automergeSpaceState.rootUrl;
453
- const rootHandle = this._automergeHost.repo.find<SpaceDoc>(currentRootUrl as any);
448
+ const rootHandle = this._echoHost.automergeRepo.find<SpaceDoc>(currentRootUrl as any);
454
449
  await cancelWithContext(this._ctx, asyncTimeout(rootHandle.whenReady(), 10_000));
455
450
 
456
451
  // Find properties object.
@@ -461,11 +456,11 @@ export class DataSpace {
461
456
 
462
457
  // Create a new space doc with the properties object.
463
458
  const newSpaceDoc: SpaceDoc = { ...rootHandle.docSync(), objects: Object.fromEntries([properties]) };
464
- const newRoot = this._automergeHost.repo.create(newSpaceDoc);
459
+ const newRoot = this._echoHost.automergeRepo.create(newSpaceDoc);
465
460
  invariant(typeof newRoot.url === 'string' && newRoot.url.length > 0);
466
461
 
467
462
  // Create new automerge documents for all objects.
468
- const docLoader = new AutomergeDocumentLoaderImpl(this.key, this._automergeHost.repo);
463
+ const docLoader = new AutomergeDocumentLoaderImpl(this.key, this._echoHost.automergeRepo);
469
464
  await docLoader.loadSpaceRootDocHandle(this._ctx, { rootUrl: newRoot.url });
470
465
 
471
466
  otherObjects.forEach(([key, value]) => {
@@ -14,6 +14,7 @@ export const createLevel = async (config: Runtime.Client.Storage) => {
14
14
  const persistent = isPersistent(config);
15
15
  const storagePath = persistent ? path.join(getRootPath(config), 'level') : `/tmp/dxos-${PublicKey.random().toHex()}`;
16
16
  const level = new Level<string, string>(storagePath);
17
+ // TODO(dmaretskyi): This function shouldn't call open - .
17
18
  await level.open();
18
19
  return level;
19
20
  };