Skip to content

feat: add token page with holders list #1602

feat: add token page with holders list

feat: add token page with holders list #1602

GitHub Actions / Unit Test Results failed Jan 30, 2025 in 0s

3 fail, 1 skipped, 2 180 pass in 11m 35s

    4 files  +    4    267 suites  +267   11m 35s ⏱️ + 11m 35s
2 184 tests +2 184  2 180 ✅ +2 180  1 💤 +1  3 ❌ +3 
2 399 runs  +2 399  2 395 ✅ +2 395  1 💤 +1  3 ❌ +3 

Results for commit 3e5e367. ± Comparison against earlier commit aa3d25c.

Annotations

Check warning on line 0 in BalanceService getSumAndCountBalances select count and sum

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

BalanceService getSumAndCountBalances select count and sum (BalanceService getSumAndCountBalances select count and sum) failed

packages/api/junit.xml [took 0s]
Raw output
Error: expect(jest.fn()).toHaveBeenCalledTimes(expected)

Expected number of calls: 2
Received number of calls: 1
    at Object.<anonymous> (/home/runner/work/block-explorer/block-explorer/packages/api/src/balance/balance.service.spec.ts:511:46)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check warning on line 0 in tests/components/TokenIconLabel.spec.ts

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

TokenIconLabel > renders correct link of contract page (tests/components/TokenIconLabel.spec.ts) failed

packages/app/junit.xml [took 0s]
Raw output
expected 'token' to be 'address' // Object.is equality

AssertionError: expected 'token' to be 'address' // Object.is equality
 ❯ tests/components/TokenIconLabel.spec.ts:84:47

Check warning on line 0 in tests/components/Token.spec.ts

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

Account: > renders component (tests/components/Token.spec.ts) failed

packages/app/junit.xml [took 0s]
Raw output
expected undefined to be 'Account 0xDB75...DEd4' // Object.is equality

AssertionError: expected undefined to be 'Account 0xDB75...DEd4' // Object.is equality
 ❯ tests/components/Token.spec.ts:53:76

[Vue warn]: Missing required prop: "contract" 
  at <Token account= {
  accountType: [32m'eOA'[39m,
  address: [32m'0xDB754A7833163caAB170814c5F9cAf32F09FDEd4'[39m,
  balances: {},
  sealedNonce: [33m0[39m,
  verifiedNonce: [33m0[39m
} ref="VTU_COMPONENT" > 
  at <VTUROOT>
[Vue warn]: Extraneous non-props attributes (account) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. 
  at <Token account= {
  accountType: [32m'eOA'[39m,
  address: [32m'0xDB754A7833163caAB170814c5F9cAf32F09FDEd4'[39m,
  balances: {},
  sealedNonce: [33m0[39m,
  verifiedNonce: [33m0[39m
} ref="VTU_COMPONENT" > 
  at <VTUROOT>