Skip to content

fix: emit events in constructor (0xM Q-01) #190

fix: emit events in constructor (0xM Q-01)

fix: emit events in constructor (0xM Q-01) #190

Triggered via pull request September 14, 2023 19:03
Status Success
Total duration 5m 56s
Artifacts

test.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (18.x): tasks/ops/pullAll.ts#L9
'path' is defined but never used
build (18.x): test/recurring-payments/payment-types/billing.test.ts#L41
'tooDamnHighGasPrice' is assigned a value but never used
build (18.x): test/recurring-payments/payment-types/billing.test.ts#L72
'emptyData' is assigned a value but never used
build (18.x): test/recurring-payments/payment-types/subscriptions.test.ts#L22
'collector1' is assigned a value but never used
build (18.x): test/recurring-payments/payment-types/subscriptions.test.ts#L23
'l2TokenGatewayMock' is assigned a value but never used
build (18.x): test/recurring-payments/payment-types/subscriptions.test.ts#L40
'tooDamnHighGasPrice' is assigned a value but never used
build (18.x): contracts/arbitrum/AddressAliasHelper.sol#L29
Explicitly mark visibility of state
build (18.x): contracts/arbitrum/AddressAliasHelper.sol#L29
Constant name must be in capitalized SNAKE_CASE
build (18.x): contracts/arbitrum/IInbox.sol#L28
global import of path ./IBridge.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)