feat: contract code to mint tickets #8
Annotations
7 errors and 5 warnings
all:
contract/src/agoric-basics.contract.js#L33
'sum' is assigned a value but never used. Allowed unused vars must match /^_/u
|
all:
contract/src/agoric-basics.contract.js#L39
'bagCounts' is assigned a value but never used. Allowed unused vars must match /^_/u
|
all:
contract/src/agoric-basics.contract.js#L75
'sum' is already declared in the upper scope on line 33 column 7
|
all:
contract/src/agoric-basics.contract.js#L87
'sum' is already declared in the upper scope on line 33 column 7
|
all:
contract/src/agoric-basics.contract.js#L102
'sum' is already declared in the upper scope on line 33 column 7
|
all:
contract/test/test-contract.js#L30
'CENT' is assigned a value but never used. Allowed unused vars must match /^_/u
|
all
Process completed with exit code 1.
|
all
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/.
|
all:
contract/src/agoric-basics.contract.js#L47
Use object shorthand or index signatures instead of `Object`, e.g., `{[key: string]: string}`
|
all:
contract/src/agoric-basics.contract.js#L84
Use object shorthand or index signatures instead of `Object`, e.g., `{[key: string]: string}`
|
all:
contract/src/agoric-basics.contract.js#L95
Use object shorthand or index signatures instead of `Object`, e.g., `{[key: string]: string}`
|
all:
contract/src/agoric-basics.contract.js#L114
Use object shorthand or index signatures instead of `Object`, e.g., `{[key: string]: string}`
|