feat: Contract Details / Contract Bytecode / ABI tab now exposes error message available in api/v1/contracts/call response #1487
flow-pull-request-checks.yaml
on: pull_request
Code
/
Compiles
50s
Unit Tests
/
Standard
1m 47s
E2E Tests
/
Standard
8m 47s
Sonar Analysis
/
Standard
1m 53s
Annotations
16 errors
Sonar Analysis / Standard:
src/utils/JSUtils.ts#L23
'obj' is possibly 'null'.
|
Sonar Analysis / Standard:
src/utils/JSUtils.ts#L24
'obj' is possibly 'null'.
|
Sonar Analysis / Standard:
src/utils/JSUtils.ts#L24
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
|
Sonar Analysis / Standard
Process completed with exit code 1.
|
Code / Compiles:
src/utils/JSUtils.ts#L23
'obj' is possibly 'null'.
|
Code / Compiles:
src/utils/JSUtils.ts#L24
'obj' is possibly 'null'.
|
Code / Compiles:
src/utils/JSUtils.ts#L24
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
|
Code / Compiles
Process completed with exit code 1.
|
E2E Tests / Standard:
src/utils/JSUtils.ts#L23
'obj' is possibly 'null'.
|
E2E Tests / Standard:
src/utils/JSUtils.ts#L24
'obj' is possibly 'null'.
|
E2E Tests / Standard:
src/utils/JSUtils.ts#L24
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
|
E2E Tests / Standard
Process completed with exit code 1.
|
Unit Tests / Standard:
src/utils/JSUtils.ts#L23
'obj' is possibly 'null'.
|
Unit Tests / Standard:
src/utils/JSUtils.ts#L24
'obj' is possibly 'null'.
|
Unit Tests / Standard:
src/utils/JSUtils.ts#L24
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
|
Unit Tests / Standard
Process completed with exit code 1.
|