add changesets #1 #6
Annotations
5 errors and 1 warning
Build:
src/encoding/toHex.test.ts#L4
Error: Calling the test function inside another test function is not allowed. Please put it inside "describe" or "suite" so it can be properly collected.
❯ src/encoding/toHex.test.ts:4:3
|
Build:
src/utils/assert.ts#L44
Error: Invariant failed: Expected a valid private key, but got 0xcfd72fffd4f2ba4b1b021e457b6c7e1eeaa7d80e17b026e77025de6b30f286f5
❯ Proxy.invariant node_modules/tiny-invariant/dist/esm/tiny-invariant.js:12:11
❯ Module.assertIsValidPrivateKey src/utils/assert.ts:44:3
❯ new LocalKeySigner src/signers/LocalKeySigner.ts:25:5
❯ src/signers/LocalKeySigner.test.ts:9:18
|
Build:
src/utils/assert.ts#L44
Error: Invariant failed: Expected a valid private key, but got 0xcfd72fffd4f2ba4b1b021e457b6c7e1eeaa7d80e17b026e77025de6b30f286f5
❯ Proxy.invariant node_modules/tiny-invariant/dist/esm/tiny-invariant.js:12:11
❯ Module.assertIsValidPrivateKey src/utils/assert.ts:44:3
❯ new LocalKeySigner src/signers/LocalKeySigner.ts:25:5
❯ src/signers/LocalKeySigner.test.ts:26:18
|
Build:
src/signers/getPublicKey.test.ts#L11
AssertionError: expected '0x04e15e572c7a4b1f29b8ad3baed99ee438c…' to be '04a3dbbca6c794b60be1e54455d98c3df16b4…' // Object.is equality
- Expected
+ Received
- 04a3dbbca6c794b60be1e54455d98c3df16b48883ce073a241c86a2a9b43af6808b3f4fc1553f9194985fa53b040620f7a77626383198898282bc40e41bc1cb01d
+ 0x04e15e572c7a4b1f29b8ad3baed99ee438c6025abf6ce04b56ea23b3edc1fc4b3a38f86745bfae40a54e5cf6cc0143a7729a8e8175c3ac370f968efe1e53f856d0
❯ src/signers/getPublicKey.test.ts:11:18
|
Build
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading