Add ability for MPW to run explorer-less #1634
Annotations
4 errors and 6 warnings
tests/integration/wallet/sync.spec.js > Wallet sync tests > Basic 2 wallets sync test:
tests/integration/wallet/sync.spec.js#L80
AssertionError: expected 100000000 to be 105000000 // Object.is equality
- Expected
+ Received
- 105000000
+ 100000000
❯ tests/integration/wallet/sync.spec.js:80:34
|
tests/integration/wallet/sync.spec.js > Wallet sync tests > MAX_ACCOUNT_GAP is respected:
tests/integration/wallet/sync.spec.js#L112
AssertionError: expected 100000000 to be 101000000 // Object.is equality
- Expected
+ Received
- 101000000
+ 100000000
❯ tests/integration/wallet/sync.spec.js:112:38
|
tests/integration/wallet/sync.spec.js > Wallet sync tests > recognizes immature balance:
tests/integration/wallet/sync.spec.js#L133
AssertionError: expected +0 to be 2000000000000 // Object.is equality
- Expected
+ Received
- 2000000000000
+ 0
❯ tests/integration/wallet/sync.spec.js:133:70
|
Run linters
Process completed with exit code 1.
|
Run linters:
scripts/__mocks__/network.js#L42
'n' is defined but never used. Allowed unused args must match /^_/u
|
Run linters:
scripts/__mocks__/network.js#L82
'skipCoinstake' is assigned a value but never used
|
Run linters:
scripts/database.js#L5
'confirmPopup' is defined but never used
|
Run linters:
scripts/database.js#L5
'sanitizeHTML' is defined but never used
|
Run linters:
scripts/database.js#L8
'ALERTS' is defined but never used
|
Run linters:
scripts/database.js#L8
'translation' is defined but never used
|