@did-btcr2/method 0.38.0 → 0.39.0
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.
- package/dist/.tsbuildinfo +1 -1
- package/dist/browser.js +47859 -34821
- package/dist/browser.mjs +47858 -34820
- package/dist/cjs/index.js +405 -6065
- package/dist/esm/core/beacon/fee-estimator.js +6 -29
- package/dist/esm/core/beacon/fee-estimator.js.map +1 -1
- package/dist/esm/core/did-sender-resolver.js +26 -0
- package/dist/esm/core/did-sender-resolver.js.map +1 -0
- package/dist/esm/index.js +3 -17
- package/dist/esm/index.js.map +1 -1
- package/dist/types/core/beacon/fee-estimator.d.ts +4 -39
- package/dist/types/core/beacon/fee-estimator.d.ts.map +1 -1
- package/dist/types/core/did-sender-resolver.d.ts +14 -0
- package/dist/types/core/did-sender-resolver.d.ts.map +1 -0
- package/dist/types/index.d.ts +2 -16
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +5 -4
- package/src/core/beacon/fee-estimator.ts +8 -51
- package/src/core/did-sender-resolver.ts +25 -0
- package/src/index.ts +3 -17
- package/dist/esm/core/aggregation/beacon-strategy.js +0 -76
- package/dist/esm/core/aggregation/beacon-strategy.js.map +0 -1
- package/dist/esm/core/aggregation/cohort.js +0 -316
- package/dist/esm/core/aggregation/cohort.js.map +0 -1
- package/dist/esm/core/aggregation/conditions.js +0 -102
- package/dist/esm/core/aggregation/conditions.js.map +0 -1
- package/dist/esm/core/aggregation/errors.js +0 -22
- package/dist/esm/core/aggregation/errors.js.map +0 -1
- package/dist/esm/core/aggregation/fallback-spend.js +0 -132
- package/dist/esm/core/aggregation/fallback-spend.js.map +0 -1
- package/dist/esm/core/aggregation/logger.js +0 -15
- package/dist/esm/core/aggregation/logger.js.map +0 -1
- package/dist/esm/core/aggregation/messages/base.js +0 -36
- package/dist/esm/core/aggregation/messages/base.js.map +0 -1
- package/dist/esm/core/aggregation/messages/bodies.js +0 -149
- package/dist/esm/core/aggregation/messages/bodies.js.map +0 -1
- package/dist/esm/core/aggregation/messages/constants.js +0 -37
- package/dist/esm/core/aggregation/messages/constants.js.map +0 -1
- package/dist/esm/core/aggregation/messages/factories.js +0 -139
- package/dist/esm/core/aggregation/messages/factories.js.map +0 -1
- package/dist/esm/core/aggregation/messages/guards.js +0 -40
- package/dist/esm/core/aggregation/messages/guards.js.map +0 -1
- package/dist/esm/core/aggregation/messages/index.js +0 -6
- package/dist/esm/core/aggregation/messages/index.js.map +0 -1
- package/dist/esm/core/aggregation/participant.js +0 -588
- package/dist/esm/core/aggregation/participant.js.map +0 -1
- package/dist/esm/core/aggregation/phases.js +0 -45
- package/dist/esm/core/aggregation/phases.js.map +0 -1
- package/dist/esm/core/aggregation/recovery-policy.js +0 -156
- package/dist/esm/core/aggregation/recovery-policy.js.map +0 -1
- package/dist/esm/core/aggregation/recovery-spend.js +0 -106
- package/dist/esm/core/aggregation/recovery-spend.js.map +0 -1
- package/dist/esm/core/aggregation/runner/aggregation-runner.js +0 -75
- package/dist/esm/core/aggregation/runner/aggregation-runner.js.map +0 -1
- package/dist/esm/core/aggregation/runner/events.js +0 -2
- package/dist/esm/core/aggregation/runner/events.js.map +0 -1
- package/dist/esm/core/aggregation/runner/index.js +0 -6
- package/dist/esm/core/aggregation/runner/index.js.map +0 -1
- package/dist/esm/core/aggregation/runner/participant-runner.js +0 -407
- package/dist/esm/core/aggregation/runner/participant-runner.js.map +0 -1
- package/dist/esm/core/aggregation/runner/service-runner.js +0 -699
- package/dist/esm/core/aggregation/runner/service-runner.js.map +0 -1
- package/dist/esm/core/aggregation/runner/typed-emitter.js +0 -80
- package/dist/esm/core/aggregation/runner/typed-emitter.js.map +0 -1
- package/dist/esm/core/aggregation/service.js +0 -774
- package/dist/esm/core/aggregation/service.js.map +0 -1
- package/dist/esm/core/aggregation/signer.js +0 -33
- package/dist/esm/core/aggregation/signer.js.map +0 -1
- package/dist/esm/core/aggregation/signing-session.js +0 -195
- package/dist/esm/core/aggregation/signing-session.js.map +0 -1
- package/dist/esm/core/aggregation/transport/didcomm.js +0 -41
- package/dist/esm/core/aggregation/transport/didcomm.js.map +0 -1
- package/dist/esm/core/aggregation/transport/error.js +0 -12
- package/dist/esm/core/aggregation/transport/error.js.map +0 -1
- package/dist/esm/core/aggregation/transport/factory.js +0 -29
- package/dist/esm/core/aggregation/transport/factory.js.map +0 -1
- package/dist/esm/core/aggregation/transport/http/client.js +0 -350
- package/dist/esm/core/aggregation/transport/http/client.js.map +0 -1
- package/dist/esm/core/aggregation/transport/http/envelope.js +0 -126
- package/dist/esm/core/aggregation/transport/http/envelope.js.map +0 -1
- package/dist/esm/core/aggregation/transport/http/errors.js +0 -11
- package/dist/esm/core/aggregation/transport/http/errors.js.map +0 -1
- package/dist/esm/core/aggregation/transport/http/inbox-buffer.js +0 -45
- package/dist/esm/core/aggregation/transport/http/inbox-buffer.js.map +0 -1
- package/dist/esm/core/aggregation/transport/http/index.js +0 -12
- package/dist/esm/core/aggregation/transport/http/index.js.map +0 -1
- package/dist/esm/core/aggregation/transport/http/nonce-cache.js +0 -38
- package/dist/esm/core/aggregation/transport/http/nonce-cache.js.map +0 -1
- package/dist/esm/core/aggregation/transport/http/protocol.js +0 -28
- package/dist/esm/core/aggregation/transport/http/protocol.js.map +0 -1
- package/dist/esm/core/aggregation/transport/http/rate-limiter.js +0 -45
- package/dist/esm/core/aggregation/transport/http/rate-limiter.js.map +0 -1
- package/dist/esm/core/aggregation/transport/http/request-auth.js +0 -100
- package/dist/esm/core/aggregation/transport/http/request-auth.js.map +0 -1
- package/dist/esm/core/aggregation/transport/http/server.js +0 -481
- package/dist/esm/core/aggregation/transport/http/server.js.map +0 -1
- package/dist/esm/core/aggregation/transport/http/sse-stream.js +0 -110
- package/dist/esm/core/aggregation/transport/http/sse-stream.js.map +0 -1
- package/dist/esm/core/aggregation/transport/http/sse-writer.js +0 -25
- package/dist/esm/core/aggregation/transport/http/sse-writer.js.map +0 -1
- package/dist/esm/core/aggregation/transport/in-memory.js +0 -149
- package/dist/esm/core/aggregation/transport/in-memory.js.map +0 -1
- package/dist/esm/core/aggregation/transport/index.js +0 -8
- package/dist/esm/core/aggregation/transport/index.js.map +0 -1
- package/dist/esm/core/aggregation/transport/nostr.js +0 -491
- package/dist/esm/core/aggregation/transport/nostr.js.map +0 -1
- package/dist/esm/core/aggregation/transport/transport.js +0 -2
- package/dist/esm/core/aggregation/transport/transport.js.map +0 -1
- package/dist/types/core/aggregation/beacon-strategy.d.ts +0 -56
- package/dist/types/core/aggregation/beacon-strategy.d.ts.map +0 -1
- package/dist/types/core/aggregation/cohort.d.ts +0 -182
- package/dist/types/core/aggregation/cohort.d.ts.map +0 -1
- package/dist/types/core/aggregation/conditions.d.ts +0 -86
- package/dist/types/core/aggregation/conditions.d.ts.map +0 -1
- package/dist/types/core/aggregation/errors.d.ts +0 -14
- package/dist/types/core/aggregation/errors.d.ts.map +0 -1
- package/dist/types/core/aggregation/fallback-spend.d.ts +0 -94
- package/dist/types/core/aggregation/fallback-spend.d.ts.map +0 -1
- package/dist/types/core/aggregation/logger.d.ts +0 -22
- package/dist/types/core/aggregation/logger.d.ts.map +0 -1
- package/dist/types/core/aggregation/messages/base.d.ts +0 -58
- package/dist/types/core/aggregation/messages/base.d.ts.map +0 -1
- package/dist/types/core/aggregation/messages/bodies.d.ts +0 -177
- package/dist/types/core/aggregation/messages/bodies.d.ts.map +0 -1
- package/dist/types/core/aggregation/messages/constants.d.ts +0 -31
- package/dist/types/core/aggregation/messages/constants.d.ts.map +0 -1
- package/dist/types/core/aggregation/messages/factories.d.ts +0 -217
- package/dist/types/core/aggregation/messages/factories.d.ts.map +0 -1
- package/dist/types/core/aggregation/messages/guards.d.ts +0 -11
- package/dist/types/core/aggregation/messages/guards.d.ts.map +0 -1
- package/dist/types/core/aggregation/messages/index.d.ts +0 -6
- package/dist/types/core/aggregation/messages/index.d.ts.map +0 -1
- package/dist/types/core/aggregation/participant.d.ts +0 -162
- package/dist/types/core/aggregation/participant.d.ts.map +0 -1
- package/dist/types/core/aggregation/phases.d.ts +0 -55
- package/dist/types/core/aggregation/phases.d.ts.map +0 -1
- package/dist/types/core/aggregation/recovery-policy.d.ts +0 -132
- package/dist/types/core/aggregation/recovery-policy.d.ts.map +0 -1
- package/dist/types/core/aggregation/recovery-spend.d.ts +0 -94
- package/dist/types/core/aggregation/recovery-spend.d.ts.map +0 -1
- package/dist/types/core/aggregation/runner/aggregation-runner.d.ts +0 -72
- package/dist/types/core/aggregation/runner/aggregation-runner.d.ts.map +0 -1
- package/dist/types/core/aggregation/runner/events.d.ts +0 -147
- package/dist/types/core/aggregation/runner/events.d.ts.map +0 -1
- package/dist/types/core/aggregation/runner/index.d.ts +0 -6
- package/dist/types/core/aggregation/runner/index.d.ts.map +0 -1
- package/dist/types/core/aggregation/runner/participant-runner.d.ts +0 -122
- package/dist/types/core/aggregation/runner/participant-runner.d.ts.map +0 -1
- package/dist/types/core/aggregation/runner/service-runner.d.ts +0 -228
- package/dist/types/core/aggregation/runner/service-runner.d.ts.map +0 -1
- package/dist/types/core/aggregation/runner/typed-emitter.d.ts +0 -41
- package/dist/types/core/aggregation/runner/typed-emitter.d.ts.map +0 -1
- package/dist/types/core/aggregation/service.d.ts +0 -177
- package/dist/types/core/aggregation/service.d.ts.map +0 -1
- package/dist/types/core/aggregation/signer.d.ts +0 -50
- package/dist/types/core/aggregation/signer.d.ts.map +0 -1
- package/dist/types/core/aggregation/signing-session.d.ts +0 -81
- package/dist/types/core/aggregation/signing-session.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/didcomm.d.ts +0 -23
- package/dist/types/core/aggregation/transport/didcomm.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/error.d.ts +0 -8
- package/dist/types/core/aggregation/transport/error.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/factory.d.ts +0 -28
- package/dist/types/core/aggregation/transport/factory.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/http/client.d.ts +0 -48
- package/dist/types/core/aggregation/transport/http/client.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/http/envelope.d.ts +0 -64
- package/dist/types/core/aggregation/transport/http/envelope.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/http/errors.d.ts +0 -9
- package/dist/types/core/aggregation/transport/http/errors.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/http/inbox-buffer.d.ts +0 -32
- package/dist/types/core/aggregation/transport/http/inbox-buffer.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/http/index.d.ts +0 -12
- package/dist/types/core/aggregation/transport/http/index.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/http/nonce-cache.d.ts +0 -26
- package/dist/types/core/aggregation/transport/http/nonce-cache.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/http/protocol.d.ts +0 -53
- package/dist/types/core/aggregation/transport/http/protocol.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/http/rate-limiter.d.ts +0 -41
- package/dist/types/core/aggregation/transport/http/rate-limiter.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/http/request-auth.d.ts +0 -50
- package/dist/types/core/aggregation/transport/http/request-auth.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/http/server.d.ts +0 -110
- package/dist/types/core/aggregation/transport/http/server.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/http/sse-stream.d.ts +0 -34
- package/dist/types/core/aggregation/transport/http/sse-stream.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/http/sse-writer.d.ts +0 -12
- package/dist/types/core/aggregation/transport/http/sse-writer.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/in-memory.d.ts +0 -64
- package/dist/types/core/aggregation/transport/in-memory.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/index.d.ts +0 -8
- package/dist/types/core/aggregation/transport/index.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/nostr.d.ts +0 -153
- package/dist/types/core/aggregation/transport/nostr.d.ts.map +0 -1
- package/dist/types/core/aggregation/transport/transport.d.ts +0 -62
- package/dist/types/core/aggregation/transport/transport.d.ts.map +0 -1
- package/src/core/aggregation/beacon-strategy.ts +0 -142
- package/src/core/aggregation/cohort.ts +0 -415
- package/src/core/aggregation/conditions.ts +0 -172
- package/src/core/aggregation/errors.ts +0 -25
- package/src/core/aggregation/fallback-spend.ts +0 -223
- package/src/core/aggregation/logger.ts +0 -33
- package/src/core/aggregation/messages/base.ts +0 -80
- package/src/core/aggregation/messages/bodies.ts +0 -328
- package/src/core/aggregation/messages/constants.ts +0 -40
- package/src/core/aggregation/messages/factories.ts +0 -297
- package/src/core/aggregation/messages/guards.ts +0 -61
- package/src/core/aggregation/messages/index.ts +0 -5
- package/src/core/aggregation/participant.ts +0 -779
- package/src/core/aggregation/phases.ts +0 -91
- package/src/core/aggregation/recovery-policy.ts +0 -237
- package/src/core/aggregation/recovery-spend.ts +0 -192
- package/src/core/aggregation/runner/aggregation-runner.ts +0 -125
- package/src/core/aggregation/runner/events.ts +0 -129
- package/src/core/aggregation/runner/index.ts +0 -5
- package/src/core/aggregation/runner/participant-runner.ts +0 -488
- package/src/core/aggregation/runner/service-runner.ts +0 -888
- package/src/core/aggregation/runner/typed-emitter.ts +0 -87
- package/src/core/aggregation/service.ts +0 -1000
- package/src/core/aggregation/signer.ts +0 -67
- package/src/core/aggregation/signing-session.ts +0 -290
- package/src/core/aggregation/transport/didcomm.ts +0 -59
- package/src/core/aggregation/transport/error.ts +0 -13
- package/src/core/aggregation/transport/factory.ts +0 -65
- package/src/core/aggregation/transport/http/client.ts +0 -409
- package/src/core/aggregation/transport/http/envelope.ts +0 -204
- package/src/core/aggregation/transport/http/errors.ts +0 -11
- package/src/core/aggregation/transport/http/inbox-buffer.ts +0 -53
- package/src/core/aggregation/transport/http/index.ts +0 -11
- package/src/core/aggregation/transport/http/nonce-cache.ts +0 -43
- package/src/core/aggregation/transport/http/protocol.ts +0 -57
- package/src/core/aggregation/transport/http/rate-limiter.ts +0 -75
- package/src/core/aggregation/transport/http/request-auth.ts +0 -164
- package/src/core/aggregation/transport/http/server.ts +0 -615
- package/src/core/aggregation/transport/http/sse-stream.ts +0 -121
- package/src/core/aggregation/transport/http/sse-writer.ts +0 -23
- package/src/core/aggregation/transport/in-memory.ts +0 -178
- package/src/core/aggregation/transport/index.ts +0 -7
- package/src/core/aggregation/transport/nostr.ts +0 -576
- package/src/core/aggregation/transport/transport.ts +0 -79
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Current on-the-wire protocol version.
|
|
3
|
-
*
|
|
4
|
-
* Receivers reject messages with an unknown (mismatched) version. Bumping this
|
|
5
|
-
* requires coordinated updates across all participants and any intermediate
|
|
6
|
-
* relays that inspect message content.
|
|
7
|
-
*/
|
|
8
|
-
export const AGGREGATION_WIRE_VERSION = 1;
|
|
9
|
-
export class BaseMessage {
|
|
10
|
-
type;
|
|
11
|
-
version;
|
|
12
|
-
to;
|
|
13
|
-
from;
|
|
14
|
-
body;
|
|
15
|
-
constructor({ type, version, to, from, body }) {
|
|
16
|
-
this.type = type;
|
|
17
|
-
this.version = version ?? AGGREGATION_WIRE_VERSION;
|
|
18
|
-
this.to = to;
|
|
19
|
-
this.from = from;
|
|
20
|
-
this.body = body;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Converts a BaseMessage to a JSON object.
|
|
24
|
-
* @returns {Base} The JSON representation of the BaseMessage.
|
|
25
|
-
*/
|
|
26
|
-
toJSON() {
|
|
27
|
-
return {
|
|
28
|
-
type: this.type,
|
|
29
|
-
version: this.version,
|
|
30
|
-
to: this.to,
|
|
31
|
-
from: this.from,
|
|
32
|
-
body: this.body
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
//# sourceMappingURL=base.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base.js","sourceRoot":"","sources":["../../../../../src/core/aggregation/messages/base.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC;AA0C1C,MAAM,OAAO,WAAW;IACf,IAAI,CAAS;IACb,OAAO,CAAS;IAChB,EAAE,CAAU;IACZ,IAAI,CAAS;IACb,IAAI,CAAY;IAEvB,YAAY,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,EAAQ;QACjD,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,OAAO,GAAG,OAAO,IAAI,wBAAwB,CAAC;QACnD,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACb,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;IAED;;;OAGG;IACI,MAAM;QACX,OAAO;YACL,IAAI,EAAM,IAAI,CAAC,IAAI;YACnB,OAAO,EAAG,IAAI,CAAC,OAAO;YACtB,EAAE,EAAQ,IAAI,CAAC,EAAE;YACjB,IAAI,EAAM,IAAI,CAAC,IAAI;YACnB,IAAI,EAAM,IAAI,CAAC,IAAI;SACpB,CAAC;IACJ,CAAC;CACF"}
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Per-message-type body interfaces and a discriminated {@link AggregationMessage}
|
|
3
|
-
* union.
|
|
4
|
-
*
|
|
5
|
-
* {@link BaseBody} remains the superset-of-all-fields body type used by the
|
|
6
|
-
* raw {@link BaseMessage} class (see `base.ts`). The narrow interfaces here
|
|
7
|
-
* describe what each specific message type is *required* to carry and are
|
|
8
|
-
* exposed alongside type guards for consumers who want compile-time narrowing.
|
|
9
|
-
*
|
|
10
|
-
* Guards validate both `type` and the presence of required body fields so they
|
|
11
|
-
* are safe to use on messages that have round-tripped through JSON / a relay.
|
|
12
|
-
*/
|
|
13
|
-
import { KNOWN_FUNDING_MODELS } from '../conditions.js';
|
|
14
|
-
import { MAX_RECOVERY_SEQUENCE } from '../recovery-policy.js';
|
|
15
|
-
import { AGGREGATED_NONCE, AUTHORIZATION_REQUEST, COHORT_ADVERT, COHORT_OPT_IN, COHORT_OPT_IN_ACCEPT, COHORT_READY, DISTRIBUTE_AGGREGATED_DATA, FALLBACK_AUTHORIZATION_REQUEST, FALLBACK_SIGNATURE, NONCE_CONTRIBUTION, SIGNATURE_AUTHORIZATION, SUBMIT_NONINCLUDED, SUBMIT_UPDATE, VALIDATION_ACK, } from './constants.js';
|
|
16
|
-
// ── Type guards ───────────────────────────────────────────────────────────
|
|
17
|
-
// Each guard validates `type` plus required body fields so it's safe to use
|
|
18
|
-
// on messages that have round-tripped through JSON / a relay.
|
|
19
|
-
const hasStr = (b, k) => !!b && typeof b[k] === 'string';
|
|
20
|
-
/** Present, an integer, and >= min. */
|
|
21
|
-
const hasIntMin = (b, k, min) => {
|
|
22
|
-
const v = b ? b[k] : undefined;
|
|
23
|
-
return typeof v === 'number' && Number.isInteger(v) && v >= min;
|
|
24
|
-
};
|
|
25
|
-
/** Absent, or present as an integer >= min. */
|
|
26
|
-
const optIntMin = (b, k, min) => {
|
|
27
|
-
const v = b ? b[k] : undefined;
|
|
28
|
-
return v === undefined || (typeof v === 'number' && Number.isInteger(v) && v >= min);
|
|
29
|
-
};
|
|
30
|
-
/** Present, an integer, and within [min, max] inclusive. */
|
|
31
|
-
const intInRange = (b, k, min, max) => {
|
|
32
|
-
const v = b ? b[k] : undefined;
|
|
33
|
-
return typeof v === 'number' && Number.isInteger(v) && v >= min && v <= max;
|
|
34
|
-
};
|
|
35
|
-
/** Absent, or present as a string in the allowed set. */
|
|
36
|
-
const optStrOneOf = (b, k, allowed) => {
|
|
37
|
-
const v = b ? b[k] : undefined;
|
|
38
|
-
return v === undefined || (typeof v === 'string' && allowed.includes(v));
|
|
39
|
-
};
|
|
40
|
-
const hasBool = (b, k) => !!b && typeof b[k] === 'boolean';
|
|
41
|
-
const hasBytes = (b, k) => !!b && b[k] instanceof Uint8Array;
|
|
42
|
-
const hasBytesArray = (b, k) => {
|
|
43
|
-
const v = b ? b[k] : undefined;
|
|
44
|
-
return Array.isArray(v) && v.every(x => x instanceof Uint8Array);
|
|
45
|
-
};
|
|
46
|
-
export function isCohortAdvertMessage(m) {
|
|
47
|
-
// Range-check the participant bounds so a malformed advert (missing or
|
|
48
|
-
// zero/negative minParticipants) is rejected rather than silently accepted as
|
|
49
|
-
// a zero-floor cohort. The service does the full cross-field validation at
|
|
50
|
-
// createCohort (see validateCohortConditions); here we guard the wire shape.
|
|
51
|
-
return m.type === COHORT_ADVERT
|
|
52
|
-
&& hasStr(m.body, 'cohortId')
|
|
53
|
-
&& hasIntMin(m.body, 'minParticipants', 1)
|
|
54
|
-
&& optIntMin(m.body, 'maxParticipants', 1)
|
|
55
|
-
&& hasStr(m.body, 'beaconType')
|
|
56
|
-
&& hasStr(m.body, 'network')
|
|
57
|
-
// Recovery params are mandatory: a participant must see the recovery terms
|
|
58
|
-
// (key + timelock) before funding the beacon UTXO (ADR 042). recoverySequence
|
|
59
|
-
// is range-checked here because the participant funds based on the advert and
|
|
60
|
-
// does not separately run validateCohortConditions: an out-of-range value
|
|
61
|
-
// (e.g. one with the BIP-68 disable bit set) must be rejected before funding.
|
|
62
|
-
&& hasStr(m.body, 'recoveryKey')
|
|
63
|
-
&& intInRange(m.body, 'recoverySequence', 1, MAX_RECOVERY_SEQUENCE)
|
|
64
|
-
// fundingModel is optional on the wire (absent means the operator-funded
|
|
65
|
-
// default), but when present it must name a known model.
|
|
66
|
-
&& optStrOneOf(m.body, 'fundingModel', KNOWN_FUNDING_MODELS)
|
|
67
|
-
// fallbackThreshold is optional (absent means n-1 at keygen); when present it
|
|
68
|
-
// must be a positive integer. The upper bound against the cohort size is
|
|
69
|
-
// checked when the participant recomputes the beacon address.
|
|
70
|
-
&& optIntMin(m.body, 'fallbackThreshold', 1)
|
|
71
|
-
&& hasBytes(m.body, 'communicationPk');
|
|
72
|
-
}
|
|
73
|
-
export function isCohortOptInMessage(m) {
|
|
74
|
-
return m.type === COHORT_OPT_IN
|
|
75
|
-
&& hasStr(m.body, 'cohortId')
|
|
76
|
-
&& hasBytes(m.body, 'participantPk')
|
|
77
|
-
&& hasBytes(m.body, 'communicationPk');
|
|
78
|
-
}
|
|
79
|
-
export function isCohortOptInAcceptMessage(m) {
|
|
80
|
-
return m.type === COHORT_OPT_IN_ACCEPT && hasStr(m.body, 'cohortId');
|
|
81
|
-
}
|
|
82
|
-
export function isCohortReadyMessage(m) {
|
|
83
|
-
return m.type === COHORT_READY
|
|
84
|
-
&& hasStr(m.body, 'cohortId')
|
|
85
|
-
&& hasStr(m.body, 'beaconAddress')
|
|
86
|
-
&& hasBytesArray(m.body, 'cohortKeys');
|
|
87
|
-
}
|
|
88
|
-
export function isSubmitUpdateMessage(m) {
|
|
89
|
-
return m.type === SUBMIT_UPDATE
|
|
90
|
-
&& hasStr(m.body, 'cohortId')
|
|
91
|
-
&& !!m.body && typeof m.body.signedUpdate === 'object';
|
|
92
|
-
}
|
|
93
|
-
export function isSubmitNonIncludedMessage(m) {
|
|
94
|
-
return m.type === SUBMIT_NONINCLUDED && hasStr(m.body, 'cohortId');
|
|
95
|
-
}
|
|
96
|
-
export function isDistributeAggregatedDataMessage(m) {
|
|
97
|
-
return m.type === DISTRIBUTE_AGGREGATED_DATA
|
|
98
|
-
&& hasStr(m.body, 'cohortId')
|
|
99
|
-
&& hasStr(m.body, 'beaconType')
|
|
100
|
-
&& hasStr(m.body, 'signalBytesHex');
|
|
101
|
-
}
|
|
102
|
-
export function isValidationAckMessage(m) {
|
|
103
|
-
return m.type === VALIDATION_ACK
|
|
104
|
-
&& hasStr(m.body, 'cohortId')
|
|
105
|
-
&& hasBool(m.body, 'approved');
|
|
106
|
-
}
|
|
107
|
-
export function isAuthorizationRequestMessage(m) {
|
|
108
|
-
return m.type === AUTHORIZATION_REQUEST
|
|
109
|
-
&& hasStr(m.body, 'cohortId')
|
|
110
|
-
&& hasStr(m.body, 'sessionId')
|
|
111
|
-
&& hasStr(m.body, 'pendingTx')
|
|
112
|
-
&& hasStr(m.body, 'prevOutScriptHex')
|
|
113
|
-
&& hasStr(m.body, 'prevOutValue');
|
|
114
|
-
}
|
|
115
|
-
export function isNonceContributionMessage(m) {
|
|
116
|
-
return m.type === NONCE_CONTRIBUTION
|
|
117
|
-
&& hasStr(m.body, 'cohortId')
|
|
118
|
-
&& hasStr(m.body, 'sessionId')
|
|
119
|
-
&& hasBytes(m.body, 'nonceContribution');
|
|
120
|
-
}
|
|
121
|
-
export function isAggregatedNonceMessage(m) {
|
|
122
|
-
return m.type === AGGREGATED_NONCE
|
|
123
|
-
&& hasStr(m.body, 'cohortId')
|
|
124
|
-
&& hasStr(m.body, 'sessionId')
|
|
125
|
-
&& hasBytes(m.body, 'aggregatedNonce');
|
|
126
|
-
}
|
|
127
|
-
export function isSignatureAuthorizationMessage(m) {
|
|
128
|
-
return m.type === SIGNATURE_AUTHORIZATION
|
|
129
|
-
&& hasStr(m.body, 'cohortId')
|
|
130
|
-
&& hasStr(m.body, 'sessionId')
|
|
131
|
-
&& hasBytes(m.body, 'partialSignature');
|
|
132
|
-
}
|
|
133
|
-
export function isFallbackAuthorizationRequestMessage(m) {
|
|
134
|
-
return m.type === FALLBACK_AUTHORIZATION_REQUEST
|
|
135
|
-
&& hasStr(m.body, 'cohortId')
|
|
136
|
-
&& hasStr(m.body, 'sessionId')
|
|
137
|
-
&& hasStr(m.body, 'pendingTx')
|
|
138
|
-
&& hasStr(m.body, 'prevOutScriptHex')
|
|
139
|
-
&& hasStr(m.body, 'prevOutValue')
|
|
140
|
-
&& hasStr(m.body, 'fallbackLeafScriptHex');
|
|
141
|
-
}
|
|
142
|
-
export function isFallbackSignatureMessage(m) {
|
|
143
|
-
return m.type === FALLBACK_SIGNATURE
|
|
144
|
-
&& hasStr(m.body, 'cohortId')
|
|
145
|
-
&& hasStr(m.body, 'sessionId')
|
|
146
|
-
&& hasBytes(m.body, 'signerPk')
|
|
147
|
-
&& hasBytes(m.body, 'fallbackSignature');
|
|
148
|
-
}
|
|
149
|
-
//# sourceMappingURL=bodies.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bodies.js","sourceRoot":"","sources":["../../../../../src/core/aggregation/messages/bodies.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Message type URLs for the did:btcr2 Aggregate Beacon protocol.
|
|
3
|
-
*
|
|
4
|
-
* Naming follows the spec (https://dcdpr.github.io/did-btcr2/beacons/aggregate-beacons.html):
|
|
5
|
-
* - Step 1 (Cohort Formation): COHORT_ADVERT, COHORT_OPT_IN, COHORT_OPT_IN_ACCEPT, COHORT_READY
|
|
6
|
-
* - Step 2 (Update Submission): SUBMIT_UPDATE
|
|
7
|
-
* - Step 3 (Aggregate & Validate): DISTRIBUTE_AGGREGATED_DATA, VALIDATION_ACK
|
|
8
|
-
* - Step 4 (Sign & Broadcast): AUTHORIZATION_REQUEST, NONCE_CONTRIBUTION,
|
|
9
|
-
* AGGREGATED_NONCE, SIGNATURE_AUTHORIZATION
|
|
10
|
-
* - Step 4 fallback (k-of-n script path, ADR 042): FALLBACK_AUTHORIZATION_REQUEST,
|
|
11
|
-
* FALLBACK_SIGNATURE
|
|
12
|
-
*/
|
|
13
|
-
export const AGGREGATION_MESSAGE_PREFIX = 'https://btcr2.dev/aggregation';
|
|
14
|
-
// Step 1: Cohort Formation
|
|
15
|
-
export const COHORT_ADVERT = `${AGGREGATION_MESSAGE_PREFIX}/keygen/cohort_advert`;
|
|
16
|
-
export const COHORT_OPT_IN = `${AGGREGATION_MESSAGE_PREFIX}/keygen/cohort_opt_in`;
|
|
17
|
-
export const COHORT_OPT_IN_ACCEPT = `${AGGREGATION_MESSAGE_PREFIX}/keygen/cohort_opt_in_accept`;
|
|
18
|
-
export const COHORT_READY = `${AGGREGATION_MESSAGE_PREFIX}/keygen/cohort_ready`;
|
|
19
|
-
// Step 2 + 3: Update Submission, Aggregation, Validation
|
|
20
|
-
export const SUBMIT_UPDATE = `${AGGREGATION_MESSAGE_PREFIX}/update/submit_update`;
|
|
21
|
-
/** A member with no update this round declines explicitly (cooperative non-inclusion). */
|
|
22
|
-
export const SUBMIT_NONINCLUDED = `${AGGREGATION_MESSAGE_PREFIX}/update/submit_nonincluded`;
|
|
23
|
-
export const DISTRIBUTE_AGGREGATED_DATA = `${AGGREGATION_MESSAGE_PREFIX}/update/distribute_aggregated_data`;
|
|
24
|
-
export const VALIDATION_ACK = `${AGGREGATION_MESSAGE_PREFIX}/update/validation_ack`;
|
|
25
|
-
// Step 4: Signing
|
|
26
|
-
export const AUTHORIZATION_REQUEST = `${AGGREGATION_MESSAGE_PREFIX}/sign/authorization_request`;
|
|
27
|
-
export const NONCE_CONTRIBUTION = `${AGGREGATION_MESSAGE_PREFIX}/sign/nonce_contribution`;
|
|
28
|
-
export const AGGREGATED_NONCE = `${AGGREGATION_MESSAGE_PREFIX}/sign/aggregated_nonce`;
|
|
29
|
-
export const SIGNATURE_AUTHORIZATION = `${AGGREGATION_MESSAGE_PREFIX}/sign/signature_authorization`;
|
|
30
|
-
// Step 4 fallback: k-of-n script-path signing when the optimistic n-of-n key
|
|
31
|
-
// path stalls (graceful liveness, ADR 042). A single standalone BIP-340
|
|
32
|
-
// signature per member, no nonce round.
|
|
33
|
-
/** Service asks members to sign the fallback (k-of-n) script path of the beacon tx. */
|
|
34
|
-
export const FALLBACK_AUTHORIZATION_REQUEST = `${AGGREGATION_MESSAGE_PREFIX}/sign/fallback_authorization_request`;
|
|
35
|
-
/** A member returns a standalone BIP-340 signature over the fallback script-path sighash. */
|
|
36
|
-
export const FALLBACK_SIGNATURE = `${AGGREGATION_MESSAGE_PREFIX}/sign/fallback_signature`;
|
|
37
|
-
//# sourceMappingURL=constants.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../src/core/aggregation/messages/constants.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,+BAA+B,CAAC;AAE1E,2BAA2B;AAC3B,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,0BAA0B,uBAAuB,CAAC;AAClF,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,0BAA0B,uBAAuB,CAAC;AAClF,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,0BAA0B,8BAA8B,CAAC;AAChG,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,0BAA0B,sBAAsB,CAAC;AAEhF,yDAAyD;AACzD,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,0BAA0B,uBAAuB,CAAC;AAClF,0FAA0F;AAC1F,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,0BAA0B,4BAA4B,CAAC;AAC5F,MAAM,CAAC,MAAM,0BAA0B,GAAG,GAAG,0BAA0B,oCAAoC,CAAC;AAC5G,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,0BAA0B,wBAAwB,CAAC;AAEpF,kBAAkB;AAClB,MAAM,CAAC,MAAM,qBAAqB,GAAG,GAAG,0BAA0B,6BAA6B,CAAC;AAChG,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,0BAA0B,0BAA0B,CAAC;AAC1F,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,0BAA0B,wBAAwB,CAAC;AACtF,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAG,0BAA0B,+BAA+B,CAAC;AAEpG,6EAA6E;AAC7E,wEAAwE;AACxE,wCAAwC;AACxC,uFAAuF;AACvF,MAAM,CAAC,MAAM,8BAA8B,GAAG,GAAG,0BAA0B,sCAAsC,CAAC;AAClH,6FAA6F;AAC7F,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,0BAA0B,0BAA0B,CAAC"}
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
import { BaseMessage } from './base.js';
|
|
2
|
-
import { AGGREGATED_NONCE, AUTHORIZATION_REQUEST, COHORT_ADVERT, COHORT_OPT_IN, COHORT_OPT_IN_ACCEPT, COHORT_READY, DISTRIBUTE_AGGREGATED_DATA, FALLBACK_AUTHORIZATION_REQUEST, FALLBACK_SIGNATURE, NONCE_CONTRIBUTION, SIGNATURE_AUTHORIZATION, SUBMIT_NONINCLUDED, SUBMIT_UPDATE, VALIDATION_ACK, } from './constants.js';
|
|
3
|
-
/**
|
|
4
|
-
* Factory function for creating a Cohort Advert message, which is used to announce the formation of
|
|
5
|
-
* a new cohort and invite participants to join.
|
|
6
|
-
* @param {CohortAdvertMessage} fields - The fields required to create a Cohort Advert message.
|
|
7
|
-
* @returns {BaseMessage} The created Cohort Advert message.
|
|
8
|
-
*/
|
|
9
|
-
export function createCohortAdvertMessage(fields) {
|
|
10
|
-
const { from, ...body } = fields;
|
|
11
|
-
return new BaseMessage({ type: COHORT_ADVERT, from, body });
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Factory function for creating a Cohort Opt-In message, which is sent by a participant to express
|
|
15
|
-
* interest in joining a cohort.
|
|
16
|
-
* @param {CohortOptInMessage} fields - The fields required to create a Cohort Opt-In message, which
|
|
17
|
-
* is sent by a participant to express interest in joining a cohort.
|
|
18
|
-
* @returns {BaseMessage} The created Cohort Opt-In message.
|
|
19
|
-
*/
|
|
20
|
-
export function createCohortOptInMessage(fields) {
|
|
21
|
-
const { from, to, ...body } = fields;
|
|
22
|
-
return new BaseMessage({ type: COHORT_OPT_IN, from, to, body });
|
|
23
|
-
}
|
|
24
|
-
export function createCohortOptInAcceptMessage(fields) {
|
|
25
|
-
const { from, to, ...body } = fields;
|
|
26
|
-
return new BaseMessage({ type: COHORT_OPT_IN_ACCEPT, from, to, body });
|
|
27
|
-
}
|
|
28
|
-
export function createCohortReadyMessage(fields) {
|
|
29
|
-
const { from, to, ...body } = fields;
|
|
30
|
-
return new BaseMessage({ type: COHORT_READY, from, to, body });
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Factory function for creating a Submit Update message, which is sent by a participant to submit
|
|
34
|
-
* their signed update for aggregation.
|
|
35
|
-
* @param {SubmitUpdateMessage} fields - The fields required to create a Submit Update message,
|
|
36
|
-
* which is sent by a participant to submit their signed update for aggregation.
|
|
37
|
-
* @returns {BaseMessage} The created Submit Update message.
|
|
38
|
-
*/
|
|
39
|
-
export function createSubmitUpdateMessage(fields) {
|
|
40
|
-
const { from, to, ...body } = fields;
|
|
41
|
-
return new BaseMessage({ type: SUBMIT_UPDATE, from, to, body });
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Factory for a Submit Non-Included message: a member declares it has no update
|
|
45
|
-
* this round (cooperative non-inclusion). Membership is proven by the signed
|
|
46
|
-
* envelope, so the body carries only the cohortId.
|
|
47
|
-
*/
|
|
48
|
-
export function createSubmitNonIncludedMessage(fields) {
|
|
49
|
-
const { from, to, ...body } = fields;
|
|
50
|
-
return new BaseMessage({ type: SUBMIT_NONINCLUDED, from, to, body });
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* Factory function for creating a Distribute Aggregated Data message, which is sent by the
|
|
54
|
-
* aggregator to distribute the aggregated data to participants for validation.
|
|
55
|
-
* @param {DistributeAggregatedDataMessage} fields - The fields required to create a Distribute
|
|
56
|
-
* Aggregated Data message, which is sent by the aggregator to distribute the aggregated data to
|
|
57
|
-
* participants for validation.
|
|
58
|
-
* @returns {BaseMessage} The created Distribute Aggregated Data message.
|
|
59
|
-
*/
|
|
60
|
-
export function createDistributeAggregatedDataMessage(fields) {
|
|
61
|
-
const { from, to, ...body } = fields;
|
|
62
|
-
return new BaseMessage({ type: DISTRIBUTE_AGGREGATED_DATA, from, to, body });
|
|
63
|
-
}
|
|
64
|
-
/**
|
|
65
|
-
* Factory function for creating a Validation Acknowledgment message, which is sent by a participant
|
|
66
|
-
* to acknowledge.
|
|
67
|
-
* @param {ValidationAckMessage} fields - The fields required to create a Validation Acknowledgment
|
|
68
|
-
* message, which is sent by a participant to acknowledge the validation of the aggregated data.
|
|
69
|
-
* @returns {BaseMessage} The created Validation Acknowledgment message.
|
|
70
|
-
*/
|
|
71
|
-
export function createValidationAckMessage(fields) {
|
|
72
|
-
const { from, to, ...body } = fields;
|
|
73
|
-
return new BaseMessage({ type: VALIDATION_ACK, from, to, body });
|
|
74
|
-
}
|
|
75
|
-
/**
|
|
76
|
-
* Factory function for creating an Authorization Request message, which is sent by a participant to
|
|
77
|
-
* request authorization for their signature.
|
|
78
|
-
* @param {AuthorizationRequestMessage} fields - The fields required to create an Authorization
|
|
79
|
-
* Request message, which is sent by a participant to request authorization for their signature.
|
|
80
|
-
* @returns {BaseMessage} The created Authorization Request message.
|
|
81
|
-
*/
|
|
82
|
-
export function createAuthorizationRequestMessage(fields) {
|
|
83
|
-
const { from, to, ...body } = fields;
|
|
84
|
-
return new BaseMessage({ type: AUTHORIZATION_REQUEST, from, to, body });
|
|
85
|
-
}
|
|
86
|
-
/**
|
|
87
|
-
* Factory function for creating a Nonce Contribution message, which is sent by a participant to
|
|
88
|
-
* contribute their nonce for the signature aggregation process.
|
|
89
|
-
* @param {NonceContributionMessage} fields - The fields required to create a Nonce Contribution
|
|
90
|
-
* message, which is sent by a participant to contribute their nonce for the signature aggregation
|
|
91
|
-
* process.
|
|
92
|
-
* @returns {BaseMessage} The created Nonce Contribution message.
|
|
93
|
-
*/
|
|
94
|
-
export function createNonceContributionMessage(fields) {
|
|
95
|
-
const { from, to, ...body } = fields;
|
|
96
|
-
return new BaseMessage({ type: NONCE_CONTRIBUTION, from, to, body });
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* Factory function for creating an Aggregated Nonce message, which is sent by the aggregator to
|
|
100
|
-
* distribute the aggregated nonce to participants for the signature aggregation process.
|
|
101
|
-
* @param {AggregatedNonceMessage} fields - The fields required to create an Aggregated Nonce
|
|
102
|
-
* message, which is sent by the aggregator to distribute the aggregated nonce to participants for
|
|
103
|
-
* the signature aggregation process.
|
|
104
|
-
* @returns {BaseMessage} The created Aggregated Nonce message.
|
|
105
|
-
*/
|
|
106
|
-
export function createAggregatedNonceMessage(fields) {
|
|
107
|
-
const { from, to, ...body } = fields;
|
|
108
|
-
return new BaseMessage({ type: AGGREGATED_NONCE, from, to, body });
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* Factory function for creating a Signature Authorization message, which is sent by a participant
|
|
112
|
-
* to authorize their partial signature for the signature aggregation process.
|
|
113
|
-
* @param {SignatureAuthorizationMessage} fields - The fields required to create a Signature
|
|
114
|
-
* Authorization message, which is sent by a participant to authorize their partial signature for
|
|
115
|
-
* the signature aggregation process.
|
|
116
|
-
* @returns {BaseMessage} The created Signature Authorization message.
|
|
117
|
-
*/
|
|
118
|
-
export function createSignatureAuthorizationMessage(fields) {
|
|
119
|
-
const { from, to, ...body } = fields;
|
|
120
|
-
return new BaseMessage({ type: SIGNATURE_AUTHORIZATION, from, to, body });
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
* Factory for a Fallback Authorization Request: the service asks members to
|
|
124
|
-
* authorize the k-of-n script-path spend of the beacon transaction when the
|
|
125
|
-
* optimistic n-of-n key path stalls (ADR 042).
|
|
126
|
-
*/
|
|
127
|
-
export function createFallbackAuthorizationRequestMessage(fields) {
|
|
128
|
-
const { from, to, ...body } = fields;
|
|
129
|
-
return new BaseMessage({ type: FALLBACK_AUTHORIZATION_REQUEST, from, to, body });
|
|
130
|
-
}
|
|
131
|
-
/**
|
|
132
|
-
* Factory for a Fallback Signature: a member's standalone BIP-340 signature over
|
|
133
|
-
* the fallback script-path sighash (no nonce round).
|
|
134
|
-
*/
|
|
135
|
-
export function createFallbackSignatureMessage(fields) {
|
|
136
|
-
const { from, to, ...body } = fields;
|
|
137
|
-
return new BaseMessage({ type: FALLBACK_SIGNATURE, from, to, body });
|
|
138
|
-
}
|
|
139
|
-
//# sourceMappingURL=factories.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"factories.js","sourceRoot":"","sources":["../../../../../src/core/aggregation/messages/factories.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { AGGREGATED_NONCE, AUTHORIZATION_REQUEST, COHORT_ADVERT, COHORT_OPT_IN, COHORT_OPT_IN_ACCEPT, COHORT_READY, DISTRIBUTE_AGGREGATED_DATA, FALLBACK_AUTHORIZATION_REQUEST, FALLBACK_SIGNATURE, NONCE_CONTRIBUTION, SIGNATURE_AUTHORIZATION, SUBMIT_NONINCLUDED, SUBMIT_UPDATE, VALIDATION_ACK, } from './constants.js';
|
|
2
|
-
const KEYGEN_VALUES = new Set([
|
|
3
|
-
COHORT_ADVERT,
|
|
4
|
-
COHORT_OPT_IN,
|
|
5
|
-
COHORT_OPT_IN_ACCEPT,
|
|
6
|
-
COHORT_READY,
|
|
7
|
-
]);
|
|
8
|
-
const UPDATE_VALUES = new Set([
|
|
9
|
-
SUBMIT_UPDATE,
|
|
10
|
-
SUBMIT_NONINCLUDED,
|
|
11
|
-
DISTRIBUTE_AGGREGATED_DATA,
|
|
12
|
-
VALIDATION_ACK,
|
|
13
|
-
]);
|
|
14
|
-
const SIGN_VALUES = new Set([
|
|
15
|
-
AUTHORIZATION_REQUEST,
|
|
16
|
-
NONCE_CONTRIBUTION,
|
|
17
|
-
AGGREGATED_NONCE,
|
|
18
|
-
SIGNATURE_AUTHORIZATION,
|
|
19
|
-
FALLBACK_AUTHORIZATION_REQUEST,
|
|
20
|
-
FALLBACK_SIGNATURE,
|
|
21
|
-
]);
|
|
22
|
-
/**
|
|
23
|
-
* Checks if the provided type is a valid aggregation message type.
|
|
24
|
-
*/
|
|
25
|
-
export function isAggregationMessageType(type) {
|
|
26
|
-
return KEYGEN_VALUES.has(type) || UPDATE_VALUES.has(type) || SIGN_VALUES.has(type);
|
|
27
|
-
}
|
|
28
|
-
/** Checks if the message type belongs to the keygen phase. */
|
|
29
|
-
export function isKeygenMessageType(type) {
|
|
30
|
-
return KEYGEN_VALUES.has(type);
|
|
31
|
-
}
|
|
32
|
-
/** Checks if the message type belongs to the update phase. */
|
|
33
|
-
export function isUpdateMessageType(type) {
|
|
34
|
-
return UPDATE_VALUES.has(type);
|
|
35
|
-
}
|
|
36
|
-
/** Checks if the message type belongs to the signing phase. */
|
|
37
|
-
export function isSignMessageType(type) {
|
|
38
|
-
return SIGN_VALUES.has(type);
|
|
39
|
-
}
|
|
40
|
-
//# sourceMappingURL=guards.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"guards.js","sourceRoot":"","sources":["../../../../../src/core/aggregation/messages/guards.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,qBAAqB,EACrB,aAAa,EACb,aAAa,EACb,oBAAoB,EACpB,YAAY,EACZ,0BAA0B,EAC1B,8BAA8B,EAC9B,kBAAkB,EAClB,kBAAkB,EAClB,uBAAuB,EACvB,kBAAkB,EAClB,aAAa,EACb,cAAc,GACf,MAAM,gBAAgB,CAAC;AAExB,MAAM,aAAa,GAAgB,IAAI,GAAG,CAAC;IACzC,aAAa;IACb,aAAa;IACb,oBAAoB;IACpB,YAAY;CACb,CAAC,CAAC;AAEH,MAAM,aAAa,GAAgB,IAAI,GAAG,CAAC;IACzC,aAAa;IACb,kBAAkB;IAClB,0BAA0B;IAC1B,cAAc;CACf,CAAC,CAAC;AAEH,MAAM,WAAW,GAAgB,IAAI,GAAG,CAAC;IACvC,qBAAqB;IACrB,kBAAkB;IAClB,gBAAgB;IAChB,uBAAuB;IACvB,8BAA8B;IAC9B,kBAAkB;CACnB,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,UAAU,wBAAwB,CAAC,IAAY;IACnD,OAAO,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;AACrF,CAAC;AAED,8DAA8D;AAC9D,MAAM,UAAU,mBAAmB,CAAC,IAAY;IAC9C,OAAO,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;AACjC,CAAC;AAED,8DAA8D;AAC9D,MAAM,UAAU,mBAAmB,CAAC,IAAY;IAC9C,OAAO,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;AACjC,CAAC;AAED,+DAA+D;AAC/D,MAAM,UAAU,iBAAiB,CAAC,IAAY;IAC5C,OAAO,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;AAC/B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/core/aggregation/messages/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC"}
|