feat: bridge controller #15652
main.yml
on: pull_request
Check workflows
6s
Matrix: Lint, build, and test / Prepare
Matrix: Lint, build, and test / Build
Matrix: Lint, build, and test / Lint
Matrix: Lint, build, and test / Test
Matrix: Lint, build, and test / Validate changelog
Determine whether this is a release merge commit
0s
All jobs pass
0s
Create update issues
/
create-update-issues
Annotations
12 warnings
Lint, build, and test / Prepare (18.x)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Lint, build, and test / Prepare (20.x)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Lint, build, and test / Lint (20.x):
examples/example-controllers/src/gas-prices-controller.test.ts#L5
`../../../packages/base-controller/tests/helpers` type import should occur after import of `./network-controller-types`
|
Lint, build, and test / Lint (20.x):
examples/example-controllers/src/gas-prices-controller.ts#L196
Member '#gasPricesService' is never reassigned; mark it as `readonly`
|
Lint, build, and test / Lint (20.x):
examples/example-controllers/src/gas-prices-controller.ts#L241
Replace `·await·this.#gasPricesService.fetchGasPrices(⏎······chainId,⏎····` with `⏎······await·this.#gasPricesService.fetchGasPrices(chainId`
|
Lint, build, and test / Lint (20.x):
examples/example-controllers/src/gas-prices-service/gas-prices-service.ts#L41
Member '#fetch' is never reassigned; mark it as `readonly`
|
|
Lint, build, and test / Lint (20.x):
examples/example-controllers/src/pet-names-controller.test.ts#L8
`./pet-names-controller` type import should occur before type import of `../../../packages/base-controller/tests/helpers`
|
Lint, build, and test / Lint (20.x):
examples/example-controllers/src/pet-names-controller.test.ts#L9
`./pet-names-controller` import should occur before type import of `../../../packages/base-controller/tests/helpers`
|
Lint, build, and test / Lint (20.x):
packages/accounts-controller/src/AccountsController.test.ts#L25
No exported names found in module 'uuid'
|
Lint, build, and test / Lint (20.x):
packages/address-book-controller/src/AddressBookController.ts#L17
'@type' is redundant when using a type system
|
Lint, build, and test / Lint (20.x):
packages/address-book-controller/src/AddressBookController.ts#L20
'@Property' is redundant when using a type system
|