refactor: create common library for predicated connectors #462
Annotations
3 errors and 3 warnings
|
packages/evm-connector/src/test/evmWalletConnector.test.ts#L490
AssertionError: expected PredicateFactory{ abi: { …(6) }, …(7) } to be Promise{…} // Object.is equality
- Expected
+ Received
- Promise {}
+ PredicateFactory {
+ "abi": Object {
+ "configurables": Array [
+ Object {
+ "configurableType": Object {
+ "name": "",
+ "type": 0,
+ "typeArguments": null,
+ },
+ "name": "SIGNER",
+ "offset": 3176,
+ },
+ ],
+ "encoding": "1",
+ "functions": Array [
+ Object {
+ "attributes": null,
+ "inputs": Array [
+ Object {
+ "name": "witness_index",
+ "type": 2,
+ "typeArguments": null,
+ },
+ ],
+ "name": "main",
+ "output": Object {
+ "name": "",
+ "type": 1,
+ "typeArguments": null,
+ },
+ },
+ ],
+ "loggedTypes": Array [],
+ "messagesTypes": Array [],
+ "types": Array [
+ Object {
+ "components": null,
+ "type": "b256",
+ "typeId": 0,
+ "typeParameters": null,
+ },
+ Object {
+ "components": null,
+ "type": "bool",
+ "typeId": 1,
+ "typeParameters": null,
+ },
+ Object {
+ "components": null,
+ "type": "u64",
+ "typeId": 2,
+ "typeParameters": null,
+ },
+ ],
+ },
+ "adapter": EthereumWalletAdapter {
+ "buildWitnessData": [Function buildWitnessData],
+ "convertAddress": [Function convertAddress],
+ "generateFakeAccount": [Function generateFakeAccount],
+ },
+ "build": [Function anonymous],
+ "bytecode": Uint8Array [
+ 26,
+ 240,
+ 48,
+ 0,
+ 116,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 12,
+ 8,
+ 93,
+ 255,
+ 192,
+ 1,
+ 16,
+ 255,
+ 255,
+ 0,
+ 26,
+ 236,
+ 80,
+ 0,
+ 145,
+ 0,
+ 8,
+ 8,
+ 113,
+ 64,
+ 0,
+ 3,
+ 97,
+ 69,
+ 2,
+ 0,
+ 19,
+ 73,
+ 16,
+ 0,
+ 118,
+ 72,
+ 0,
+ 8,
+ 92,
+ 75,
+ 240,
+ 64,
+ 19,
+ 69,
+ 20,
+ 128,
+ 118,
+ 68,
+ 0,
+ 1,
+ 54,
+ 0,
+ 0,
+ 0,
+ 97,
+ 69,
+ 2,
+ 74,
+ 80,
+ 67,
+ 181,
+ 120,
+ 26,
+ 64,
+ 0,
+ 0,
+ 116,
+ 0,
+ 0,
+ 3,
+ 97,
+ 69,
+ 2,
+ 12,
+ 80,
+ 67,
+ 181,
+ 120,
+ 26,
+ 64,
+ 0,
+ 0,
+ 93,
+ 75,
+ 240,
+ 17,
+ 16,
+ 73,
+ 32,
+ 192,
+ 93,
+ 79,
+ 240,
+ 18,
+ 16,
+ 77,
+ 48,
+ 192,
+ 93,
+ 95,
+ 240,
+ 19,
+ 16,
+ 93,
+ 112,
+ 192,
+ 27,
+ 64,
+ 20,
+ 0,
+ 16,
+ 65,
+ 20,
+ 0,
+ 93,
+ 65,
+ 0,
+ 0,
+ 97,
+ 65,
+ 4,
+ 1,
+ 80,
+ 71,
+ 179,
+ 168,
+ 26,
+ 233,
+ 0,
+ 0,
+ 26,
+ 229,
+ 16,
+ 0,
+ 32,
+ 248,
+ 51,
+ 0,
+ 88,
+ 251,
+ 224,
+ 2,
+ 80,
+ 251,
+ 224,
+ 4,
+ 116,
+ 0,
+ 0,
+ 229,
+ 26,
+ 67,
+ 208,
+ 0,
+ 80,
+ 71,
+ 183,
+ 200,
+ 114,
+ 80,
+ 0,
+ 64,
+ 40,
+ 69,
+ 5,
+ 0,
+ 80,
+ 67,
+ 183,
+ 200,
+ 26,
+ 68,
+ 0,
+ 0,
+ 114,
+ 80,
+ 0,
+ 32,
+ 40,
+ 237,
+ 21,
+ 0,
+ 80,
+ 71,
+ 176,
+ 32,
+ 114,
+ 80,
+ 0,
+ 32,
+ 40,
+ 69,
+ 37,
+ 0,
+ 80,
+ 71,
+ 176,
+ 64,
+ 114,
+ 72,
+ 0,
+ 32,
+ 40,
+ 69,
+ 52,
+ 128,
+ 80,
+ 71,
+ 182,
+ 88,
+ 114,
+ 72,
+ 0,
+ 96,
+ 40,
+ 71,
+ 180,
+ 128,
+ 80,
+ 71,
+ 182,
+ 88,
+ 80,
+ 75,
+ 182,
+ 56,
+ 114,
+ 76,
+ 0,
+ 32,
+ 40,
+ 73,
|
|
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3, docker/login-action@v2, FuelLabs/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading