Skip to content

switch to websockets #1340

switch to websockets

switch to websockets #1340

Triggered via pull request May 16, 2024 21:07
Status Failure
Total duration 49s
Artifacts

lint.yaml

on: pull_request
Run linters
39s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
tests/unit/use_wallet.spec.js > useWallet tests > is synced initially: scripts/wallet.js#L727
TypeError: cNet.getAccountInfo is not a function ❯ Wallet.#transparentSync scripts/wallet.js:727:38 ❯ scripts/wallet.js:711:36 ❯ Wallet.g [as sync] scripts/lock.js:13:24 ❯ setUpWallet tests/utils/test_utils.js:42:5 ❯ Module.setUpLegacyMainnetWallet tests/utils/test_utils.js:58:20 ❯ tests/unit/use_wallet.spec.js:18:33
tests/unit/use_wallet.spec.js > useWallet tests > is synced after importing key: scripts/wallet.js#L727
TypeError: cNet.getAccountInfo is not a function ❯ Wallet.#transparentSync scripts/wallet.js:727:38 ❯ scripts/wallet.js:711:36 ❯ Wallet.g [as sync] scripts/lock.js:13:24 ❯ setUpWallet tests/utils/test_utils.js:42:5 ❯ Module.setUpLegacyMainnetWallet tests/utils/test_utils.js:58:20 ❯ tests/unit/use_wallet.spec.js:18:33
tests/unit/use_wallet.spec.js > useWallet tests > is synced after encryption: scripts/wallet.js#L727
TypeError: cNet.getAccountInfo is not a function ❯ Wallet.#transparentSync scripts/wallet.js:727:38 ❯ scripts/wallet.js:711:36 ❯ Wallet.g [as sync] scripts/lock.js:13:24 ❯ setUpWallet tests/utils/test_utils.js:42:5 ❯ Module.setUpLegacyMainnetWallet tests/utils/test_utils.js:58:20 ❯ tests/unit/use_wallet.spec.js:18:33
tests/unit/use_wallet.spec.js > useWallet tests > is synced after syncing: scripts/wallet.js#L727
TypeError: cNet.getAccountInfo is not a function ❯ Wallet.#transparentSync scripts/wallet.js:727:38 ❯ scripts/wallet.js:711:36 ❯ Wallet.g [as sync] scripts/lock.js:13:24 ❯ setUpWallet tests/utils/test_utils.js:42:5 ❯ Module.setUpLegacyMainnetWallet tests/utils/test_utils.js:58:20 ❯ tests/unit/use_wallet.spec.js:18:33
tests/unit/use_wallet.spec.js > useWallet tests > is synced after creating tx: scripts/wallet.js#L727
TypeError: cNet.getAccountInfo is not a function ❯ Wallet.#transparentSync scripts/wallet.js:727:38 ❯ scripts/wallet.js:711:36 ❯ Wallet.g [as sync] scripts/lock.js:13:24 ❯ setUpWallet tests/utils/test_utils.js:42:5 ❯ Module.setUpLegacyMainnetWallet tests/utils/test_utils.js:58:20 ❯ tests/unit/use_wallet.spec.js:18:33
tests/integration/wallet/sync.spec.js > Wallet sync tests > Basic 2 wallets sync test: scripts/wallet.js#L727
TypeError: cNet.getAccountInfo is not a function ❯ Wallet.#transparentSync scripts/wallet.js:727:38 ❯ scripts/wallet.js:711:36 ❯ Wallet.g [as sync] scripts/lock.js:13:24 ❯ setUpWallet tests/utils/test_utils.js:42:5 ❯ Module.setUpHDMainnetWallet tests/utils/test_utils.js:75:20 ❯ tests/integration/wallet/sync.spec.js:45:20
tests/integration/wallet/sync.spec.js > Wallet sync tests > MAX_ACCOUNT_GAP is respected: scripts/wallet.js#L727
TypeError: cNet.getAccountInfo is not a function ❯ Wallet.#transparentSync scripts/wallet.js:727:38 ❯ scripts/wallet.js:711:36 ❯ Wallet.g [as sync] scripts/lock.js:13:24 ❯ setUpWallet tests/utils/test_utils.js:42:5 ❯ Module.setUpHDMainnetWallet tests/utils/test_utils.js:75:20 ❯ tests/integration/wallet/sync.spec.js:45:20
tests/unit/wallet/signature.spec.js > Wallet signature tests > throws when is view only: scripts/wallet.js#L727
TypeError: cNet.getAccountInfo is not a function ❯ Wallet.#transparentSync scripts/wallet.js:727:38 ❯ scripts/wallet.js:711:36 ❯ Wallet.g [as sync] scripts/lock.js:13:24 ❯ setUpWallet tests/utils/test_utils.js:42:5 ❯ Module.setUpLegacyMainnetWallet tests/utils/test_utils.js:58:20 ❯ tests/unit/wallet/signature.spec.js:22:18
tests/unit/wallet/signature.spec.js > Wallet signature tests > signs a transaction correctly: scripts/wallet.js#L727
TypeError: cNet.getAccountInfo is not a function ❯ Wallet.#transparentSync scripts/wallet.js:727:38 ❯ scripts/wallet.js:711:36 ❯ Wallet.g [as sync] scripts/lock.js:13:24 ❯ setUpWallet tests/utils/test_utils.js:42:5 ❯ Module.setUpLegacyMainnetWallet tests/utils/test_utils.js:58:20 ❯ tests/unit/wallet/signature.spec.js:22:18
tests/unit/wallet/signature.spec.js > Wallet signature tests > signs a s->s transaction correctly: scripts/wallet.js#L727
TypeError: cNet.getAccountInfo is not a function ❯ Wallet.#transparentSync scripts/wallet.js:727:38 ❯ scripts/wallet.js:711:36 ❯ Wallet.g [as sync] scripts/lock.js:13:24 ❯ setUpWallet tests/utils/test_utils.js:42:5 ❯ Module.setUpLegacyMainnetWallet tests/utils/test_utils.js:58:20 ❯ tests/unit/wallet/signature.spec.js:22:18
Run linters: scripts/__mocks__/network.js#L90
'skipCoinstake' is assigned a value but never used
Run linters: scripts/settings.js#L10
'ExplorerNetwork' is defined but never used