Skip to content

Generate access keys during init command #358

Generate access keys during init command

Generate access keys during init command #358

Triggered via pull request March 7, 2024 08:30
Status Failure
Total duration 1m 39s
Artifacts

ci.yml

on: pull_request
Chaincode template E2E (watch mode)
0s
Chaincode template E2E (watch mode)
Chaincode template image check
0s
Chaincode template image check
Chaincode template CI
0s
Chaincode template CI
Publish Release
0s
Publish Release
Publish CLI Image
0s
Publish CLI Image
Bump SDK Version
0s
Bump SDK Version
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
CI: chain-cli/src/commands/test-deploy/index.ts#L17
Replace `BaseCommand·from·"../../base-command";⏎import·{·getPrivateKey·}·from·"@gala-chain/cli` with `{·getPrivateKey·}·from·"@gala-chain/cli";⏎⏎import·BaseCommand·from·"../../base-command`
CI: chain-cli/src/commands/test-deploy/index.ts#L18
Projects should use relative imports to import from other files within the same project. Use "./path/to/file" instead of import from "@gala-chain/cli"
CI: chain-cli/src/commands/test-deploy/index.ts#L17
Replace `BaseCommand·from·"../../base-command";⏎import·{·getPrivateKey·}·from·"@gala-chain/cli` with `{·getPrivateKey·}·from·"@gala-chain/cli";⏎⏎import·BaseCommand·from·"../../base-command`
CI: chain-cli/src/commands/test-deploy/index.ts#L18
Projects should use relative imports to import from other files within the same project. Use "./path/to/file" instead of import from "@gala-chain/cli"
CI
Process completed with exit code 1.
CI: chain-test/src/unit/TestChaincodeStub.ts#L55
'attrValue' is defined but never used
CI: chain-test/src/unit/TestChaincodeStub.ts#L58
'attrName' is defined but never used
CI: chain-test/src/unit/fixture.ts#L25
'EC' is defined but never used
CI: chain-cli/src/commands/network-up/index.ts#L224
Unexpected any. Specify a different type
CI: chain-cli/src/commands/network-up/index.ts#L263
Unexpected any. Specify a different type
CI: chain-cli/src/commands/network-up/index.ts#L280
Unexpected any. Specify a different type
CI: chain-cli/src/commands/network-up/index.ts#L281
Unexpected any. Specify a different type
CI: chain-cli/test/utils.spec.ts#L38
Unexpected any. Specify a different type
CI: chain-cli/test/utils.spec.ts#L70
Unexpected any. Specify a different type
CI: chaincode/src/allowances/grantAllowance.ts#L62
'BALANCE_COUNT_THRESHOLD' is assigned a value but never used