Create Gambling Game smart contract #186
pr.yml
on: pull_request
unit
1m 54s
integration
5m 54s
Annotations
3 errors and 5 warnings
unit:
contract/src/gambling-game.proposal.js#L29
'seat' is assigned a value but never used. Allowed unused vars must match /^_/u
|
unit
Process completed with exit code 1.
|
integration
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#L80
The first `await` appearing in an async function must not be nested
|