chore(consolidate packages): move graph-framework code into hypergrap… #216
tests-and-checks.yml
on: push
Install deps, build required package, typecheck, lint and test
2m 44s
Annotations
3 errors and 1 warning
test/identity/identity.test.ts > createIdentity > should generate an encryption keys able to encrypt and decrypt:
packages/hypergraph/test/identity/identity.test.ts#L80
AssertionError: expected Uint8Array[ 72, 101, 108, 108, …(-97) ] to deeply equal Uint8Array[ 72, 101, 108, 108, …(-97) ]
Compared values have no visual difference.
❯ test/identity/identity.test.ts:80:23
|
test/identity/identity.test.ts > identity encryption > should encrypt and decrypt an identity using a wallet:
packages/hypergraph/src/identity/identity-encryption.ts#L46
TypeError: Failed to normalize algorithm: 'info' of 'HkdfParams' (passed algorithm) is not instance of ArrayBuffer, Buffer, TypedArray, or DataView.
❯ hkdf ../../node_modules/.pnpm/@xmtp[email protected][email protected][email protected][email protected][email protected]/node_modules/@xmtp/xmtp-js/src/encryption/encryption.ts:79:24
❯ Module.encrypt$1 ../../node_modules/.pnpm/@xmtp[email protected][email protected][email protected][email protected][email protected]/node_modules/@xmtp/xmtp-js/src/encryption/encryption.ts:25:15
❯ Module.encryptIdentity src/identity/identity-encryption.ts:46:34
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_ARG_TYPE' }
|
Install deps, build required package, typecheck, lint and test
Process completed with exit code 1.
|
Install deps, build required package, typecheck, lint and test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|