WIP: Getting signer working #25
build.yml
on: pull_request
lint
56s
test
55s
check-sdn-list
3s
check-token-list
1m 7s
build-hosted
2m 57s
build-library
3m 14s
Annotations
10 errors and 8 warnings
lint:
wormhole-connect/src/config/converter.ts#L74
'foreignAsset' is never reassigned. Use 'const' instead
|
lint:
wormhole-connect/src/routes/sdkv2/signer.ts#L57
'txHashes' is never reassigned. Use 'const' instead
|
lint:
wormhole-connect/src/routes/sdkv2/signer.ts#L59
'tx' is never reassigned. Use 'const' instead
|
lint:
wormhole-connect/src/routes/sdkv2/signer.ts#L60
'sendResult' is never reassigned. Use 'const' instead
|
lint:
wormhole-connect/src/routes/sdkv2/signer.ts#L62
'txId' is never reassigned. Use 'const' instead
|
lint:
wormhole-connect/src/routes/sdkv2/signer.ts#L81
Unexpected lexical declaration in case block
|
lint:
wormhole-connect/src/routes/sdkv2/signer.ts#L81
'serialized' is never reassigned. Use 'const' instead
|
lint:
wormhole-connect/src/routes/sdkv2/signer.ts#L85
Unexpected lexical declaration in case block
|
lint:
wormhole-connect/src/routes/sdkv2/signer.ts#L85
'tx5' is never reassigned. Use 'const' instead
|
lint:
wormhole-connect/src/routes/sdkv2/signer.ts#L87
Unexpected lexical declaration in case block
|
check-sdn-list
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
check-sdn-list
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
wormhole-connect/src/routes/sdkv2/route.ts#L327
'_route' is assigned a value but never used
|
check-token-list
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-hosted
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-library
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|