Create Gambling Game smart contract #198
pr.yml
on: pull_request
unit
2m 8s
integration
7m 59s
Annotations
5 errors and 6 warnings
unit:
contract/src/gambling-game.proposal.js#L2
'AmountMath' is defined but never used. Allowed unused vars must match /^_/u
|
unit:
contract/src/gambling-game.proposal.js#L12
'mint' is assigned a value but never used. Allowed unused vars must match /^_/u
|
unit:
contract/src/gambling-game.proposal.js#L12
'brand' is assigned a value but never used. Allowed unused vars must match /^_/u
|
unit:
contract/src/gambling-game.proposal.js#L18
'publicFacet' is assigned a value but never used. Allowed unused vars must match /^_/u
|
unit
Process completed with exit code 1.
|
unit:
contract/test/test-gambling-game.js#L20
The first `await` appearing in an async function must not be nested
|
unit:
contract/test/test-gambling-game.js#L38
The first `await` appearing in an async function must not be nested
|
unit:
contract/test/test-gambling-game.js#L50
The first `await` appearing in an async function must not be nested
|
unit:
contract/test/test-gambling-game.js#L64
The first `await` appearing in an async function must not be nested
|
unit:
contract/test/test-gambling-game.js#L79
The first `await` appearing in an async function must not be nested
|
unit:
contract/test/test-gambling-game.js#L104
The first `await` appearing in an async function must not be nested
|