feat: escrow event sourcing with full audit trail - #457
Closed
Clinton6801 wants to merge 5 commits into
Closed
Annotations
10 errors and 1 warning
|
Lint:
apps/backend/src/modules/escrow/services/escrow-event-store.service.ts#L265
'payload['cancellationReason'] ?? '(no reason provided)'' will use Object's default stringification format ('[object Object]') when stringified
|
|
Lint:
apps/backend/src/modules/escrow/services/escrow-event-store.service.ts#L264
'payload['recipientId'] ?? '(unknown recipient)'' will use Object's default stringification format ('[object Object]') when stringified
|
|
Lint:
apps/backend/src/modules/escrow/services/escrow-event-store.service.ts#L263
'payload['outcome'] ?? '(no outcome recorded)'' will use Object's default stringification format ('[object Object]') when stringified
|
|
Lint:
apps/backend/src/modules/escrow/services/escrow-event-store.service.ts#L262
'payload['reason'] ?? '(no reason provided)'' will use Object's default stringification format ('[object Object]') when stringified
|
|
Lint:
apps/backend/src/modules/escrow/services/escrow-event-store.service.ts#L259
'payload['partyEmail'] ?? payload['partyId'] ?? '(unknown)'' will use Object's default stringification format ('[object Object]') when stringified
|
|
Lint:
apps/backend/src/modules/escrow/services/escrow-event-store.service.ts#L258
'payload['milestoneDescription'] ?? '(no description)'' will use Object's default stringification format ('[object Object]') when stringified
|
|
Lint:
apps/backend/src/modules/escrow/services/escrow-event-store.service.ts#L257
'payload['confirmedBy'] ?? 'system'' will use Object's default stringification format ('[object Object]') when stringified
|
|
Lint:
apps/backend/src/modules/escrow/services/escrow-event-store.service.ts#L256
'payload['conditionDescription'] ?? '(no description)'' will use Object's default stringification format ('[object Object]') when stringified
|
|
Lint:
apps/backend/src/modules/escrow/services/escrow-event-store.service.ts#L255
'payload['asset'] ?? 'XLM'' will use Object's default stringification format ('[object Object]') when stringified
|
|
Lint:
apps/backend/src/modules/escrow/services/escrow-event-store.service.ts#L255
'payload['amount'] ?? '?'' will use Object's default stringification format ('[object Object]') when stringified
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading