Remove references to supported chainID #2479
Annotations
11 errors and 1 warning
test/conditions/compound-condition.test.ts > validation > rejects an invalid multichain condition schema:
packages/taco/test/conditions/compound-condition.test.ts#L172
AssertionError: expected undefined not to be undefined
❯ test/conditions/compound-condition.test.ts:172:26
|
test/conditions/base/condition.test.ts > validation > rejects non-integer chain:
packages/taco/test/conditions/base/condition.test.ts#L41
AssertionError: expected { _errors: [], chain: { …(1) } } to match object { chain: { _errors: [ …(4) ] } }
(1 matching property omitted from actual)
- Expected
+ Received
Object {
"chain": Object {
"_errors": Array [
- "Invalid literal value, expected 137",
- "Invalid literal value, expected 80002",
- "Invalid literal value, expected 11155111",
- "Invalid literal value, expected 1",
+ "Expected number, received string",
],
},
}
❯ test/conditions/base/condition.test.ts:41:36
|
Build, lint, and test on Node 22.x and ubuntu-latest
Process completed with exit code 1.
|
Build, lint, and test on Node 18.x and ubuntu-latest
The job was canceled because "_22_x_ubuntu-latest" failed.
|
test/conditions/compound-condition.test.ts > validation > rejects an invalid multichain condition schema:
packages/taco/test/conditions/compound-condition.test.ts#L172
AssertionError: expected undefined not to be undefined
❯ test/conditions/compound-condition.test.ts:172:26
|
test/conditions/base/condition.test.ts > validation > rejects non-integer chain:
packages/taco/test/conditions/base/condition.test.ts#L41
AssertionError: expected { _errors: [], chain: { …(1) } } to match object { chain: { _errors: [ …(4) ] } }
(1 matching property omitted from actual)
- Expected
+ Received
Object {
"chain": Object {
"_errors": Array [
- "Invalid literal value, expected 137",
- "Invalid literal value, expected 80002",
- "Invalid literal value, expected 11155111",
- "Invalid literal value, expected 1",
+ "Expected number, received string",
],
},
}
❯ test/conditions/base/condition.test.ts:41:36
|
Build, lint, and test on Node 18.x and ubuntu-latest
Process completed with exit code 1.
|
Build, lint, and test on Node 20.x and ubuntu-latest
The job was canceled because "_22_x_ubuntu-latest" failed.
|
test/conditions/compound-condition.test.ts > validation > rejects an invalid multichain condition schema:
packages/taco/test/conditions/compound-condition.test.ts#L172
AssertionError: expected undefined not to be undefined
❯ test/conditions/compound-condition.test.ts:172:26
|
test/conditions/base/condition.test.ts > validation > rejects non-integer chain:
packages/taco/test/conditions/base/condition.test.ts#L41
AssertionError: expected { _errors: [], chain: { …(1) } } to match object { chain: { _errors: [ …(4) ] } }
(1 matching property omitted from actual)
- Expected
+ Received
Object {
"chain": Object {
"_errors": Array [
- "Invalid literal value, expected 137",
- "Invalid literal value, expected 80002",
- "Invalid literal value, expected 11155111",
- "Invalid literal value, expected 1",
+ "Expected number, received string",
],
},
}
❯ test/conditions/base/condition.test.ts:41:36
|
Build, lint, and test on Node 20.x and ubuntu-latest
Process completed with exit code 1.
|
Build, lint, and test on Node 22.x and ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|