Details
Details
- Reviewers
kieran709 - Group Reviewers
Restricted Project - Commits
- rABC315b69ee6a34: [Cashtab] [Simplify wallet structure p8] Remove debug logging
npm start
Inspect indexedDb to confirm active wallet matches desired pattern
Switch wallets a lot. Active wallet should always match desired pattern on load. SavedWallet should match desired pattern after active wallet is switched off again.
Try to break it by switching wallets a lot.
Confirm indexedDb wallets match desired pattern
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 21259 Build 42170: Build Diff cashtab-tests Build 42169: arc lint + arc unit
Event Timeline
Comment Actions
Build Bitcoin ABC Diffs / Diff Testing (cashtab-tests) failed.
Failed tests logs:
====== CashTab Unit Tests: useBCH hook Throws error attempting to burn an eToken ID that is not within the wallet's utxo ====== Error: expect(received).toStrictEqual(expected) // deep equality Expected: [Error: No token UTXOs for the specified token could be found.] Received: [TypeError: Cannot destructure property 'tokenId' of 'undefined' as it is undefined.] at Object.<anonymous> (/work/web/cashtab/src/hooks/__tests__/useBCH.test.js:211:29) at processTicksAndRejections (node:internal/process/task_queues:94:5)
Each failure log is accessible here:
CashTab Unit Tests: useBCH hook Throws error attempting to burn an eToken ID that is not within the wallet's utxo
Comment Actions
Build Bitcoin ABC Diffs / Diff Testing (cashtab-tests) failed.
Failed tests logs:
====== CashTab Unit Tests: useBCH hook Throws error attempting to burn an eToken ID that is not within the wallet's utxo ====== Error: expect(received).toStrictEqual(expected) // deep equality Expected: [Error: No token UTXOs for the specified token could be found.] Received: [TypeError: Cannot destructure property 'tokenId' of 'undefined' as it is undefined.] at Object.<anonymous> (/work/web/cashtab/src/hooks/__tests__/useBCH.test.js:211:29) at processTicksAndRejections (node:internal/process/task_queues:94:5)
Each failure log is accessible here:
CashTab Unit Tests: useBCH hook Throws error attempting to burn an eToken ID that is not within the wallet's utxo