Migrate own identity local trust to rust crypto #8112
static_analysis.yml
on: pull_request
Typescript Syntax Check
30s
ESLint
52s
Workflow Lint
15s
JSDoc Checker
31s
Annotations
4 errors
Typescript Syntax Check:
spec/test-utils/test_indexeddb_cryptostore_dump/no_cached_msk_dump/index.ts#L69
Type '{ keys: { "ed25519:cFjUBAhAZ2tjYF1TpQtYNA3x9XRzTiIdP2N2EvRaOH4": string; }; signatures: { "@migration:localhost": { "ed25519:TMWBMDZPFT": string; "ed25519:cFjUBAhAZ2tjYF1TpQtYNA3x9XRzTiIdP2N2EvRaOH4": string; "ed25519:CBGTADUILV": string; }; }; usage: string[]; user_id: string; }' is not assignable to type 'Keys'.
|
Typescript Syntax Check:
spec/test-utils/test_indexeddb_cryptostore_dump/no_cached_msk_dump/index.ts#L180
Type '{ user_id: string; usage: string[]; keys: { "ed25519:rXCrBin/+xyh+yW//vWte+2UV0et1ZHTWfalp/Ekack": string; }; signatures: { "@migration:localhost": { "ed25519:XFZFSCUOFL": string; }; }; }' is not assignable to type 'Keys'.
|
Typescript Syntax Check
Process completed with exit code 2.
|
JSDoc Checker
Process completed with exit code 3.
|