Loading...
Guest user 

First recorded build

 
All history
 

Last recorded build

You do not have enough permissions to access project with internal id: project9
[11:53:12][Step 1/1] type: 'not implemented'
[11:53:12][Step 1/1] }
[11:53:12][Step 1/1]
[11:53:12][Step 1/1] 146 | try {
[11:53:12][Step 1/1] 147 | const canvas = document.createElement('canvas');
[11:53:12][Step 1/1] > 148 | const context = canvas.getContext('2d');
[11:53:12][Step 1/1] | ^
[11:53:12][Step 1/1] 149 | context.font = font || getComputedStyle(document.body).font;
[11:53:12][Step 1/1] 150 | return context.measureText(text).width;
[11:53:12][Step 1/1] 151 | } catch (err) {
[11:53:12][Step 1/1]
[11:53:12][Step 1/1] at VirtualConsole.<anonymous> (node_modules/jest-environment-jsdom/build/index.js:63:23)
[11:53:12][Step 1/1] at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
[11:53:12][Step 1/1] at HTMLCanvasElementImpl.getContext (node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[11:53:12][Step 1/1] at HTMLCanvasElement.getContext (node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[11:53:12][Step 1/1] at getContext (src/helpers/index.js:148:32)
[11:53:12][Step 1/1] at src/components/Common/WalletLabel.js:34:31
[11:53:12][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[11:53:12][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[11:53:12][Step 1/1] at ComponentStyle.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[11:53:12][Step 1/1] at StyledComponent.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[11:53:12][Step 1/1] at StyledComponent.renderInner (node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[11:53:12][Step 1/1] at updateContextConsumer (node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[11:53:12][Step 1/1] at beginWork (node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[11:53:12][Step 1/1] at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[11:53:12][Step 1/1] at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[11:53:12][Step 1/1] at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[11:53:12][Step 1/1] at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[11:53:12][Step 1/1] at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[11:53:12][Step 1/1] at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
[11:53:12][Step 1/1] at flushWork (node_modules/scheduler/cjs/scheduler.development.js:239:14)
[11:53:12][Step 1/1] at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
[11:53:12][Step 1/1] at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[11:53:12][Step 1/1]
[11:53:12][Step 1/1] console.error
[11:53:12][Step 1/1] Error: Not implemented: HTMLCanvasElement.prototype.getContext (without installing the canvas npm package)
[11:53:12][Step 1/1] at module.exports (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
[11:53:12][Step 1/1] at HTMLCanvasElementImpl.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[11:53:12][Step 1/1] at HTMLCanvasElement.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[11:53:12][Step 1/1] at getContext (/work/cashtab/src/helpers/index.js:148:32)
[11:53:12][Step 1/1] at /work/cashtab/src/components/Common/WalletLabel.js:34:31
[11:53:12][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[11:53:12][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[11:53:12][Step 1/1] at ComponentStyle.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[11:53:12][Step 1/1] at StyledComponent.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[11:53:12][Step 1/1] at StyledComponent.renderInner (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[11:53:12][Step 1/1] at updateContextConsumer (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[11:53:12][Step 1/1] at beginWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[11:53:12][Step 1/1] at beginWork$1 (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[11:53:12][Step 1/1] at performUnitOfWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[11:53:12][Step 1/1] at workLoopSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[11:53:12][Step 1/1] at renderRootSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[11:53:12][Step 1/1] at performConcurrentWorkOnRoot (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[11:53:12][Step 1/1] at workLoop (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:266:34)
[11:53:12][Step 1/1] at flushWork (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:239:14)
[11:53:12][Step 1/1] at performWorkUntilDeadline (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:533:21)
[11:53:12][Step 1/1] at Timeout.task [as _onTimeout] (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[11:53:12][Step 1/1] at listOnTimeout (node:internal/timers:573:17)
[11:53:12][Step 1/1] at processTimers (node:internal/timers:514:7) {
[11:53:12][Step 1/1] type: 'not implemented'
[11:53:12][Step 1/1] }
[11:53:12][Step 1/1]
[11:53:12][Step 1/1] 146 | try {
[11:53:12][Step 1/1] 147 | const canvas = document.createElement('canvas');
[11:53:12][Step 1/1] > 148 | const context = canvas.getContext('2d');
[11:53:12][Step 1/1] | ^
[11:53:12][Step 1/1] 149 | context.font = font || getComputedStyle(document.body).font;
[11:53:12][Step 1/1] 150 | return context.measureText(text).width;
[11:53:12][Step 1/1] 151 | } catch (err) {
[11:53:12][Step 1/1]
[11:53:12][Step 1/1] at VirtualConsole.<anonymous> (node_modules/jest-environment-jsdom/build/index.js:63:23)
[11:53:12][Step 1/1] at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
[11:53:12][Step 1/1] at HTMLCanvasElementImpl.getContext (node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[11:53:12][Step 1/1] at HTMLCanvasElement.getContext (node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[11:53:12][Step 1/1] at getContext (src/helpers/index.js:148:32)
[11:53:12][Step 1/1] at src/components/Common/WalletLabel.js:34:31
[11:53:12][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[11:53:12][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[11:53:12][Step 1/1] at ComponentStyle.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[11:53:12][Step 1/1] at StyledComponent.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[11:53:12][Step 1/1] at StyledComponent.renderInner (node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[11:53:12][Step 1/1] at updateContextConsumer (node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[11:53:12][Step 1/1] at beginWork (node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[11:53:12][Step 1/1] at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[11:53:12][Step 1/1] at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[11:53:12][Step 1/1] at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[11:53:12][Step 1/1] at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[11:53:12][Step 1/1] at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[11:53:12][Step 1/1] at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
[11:53:12][Step 1/1] at flushWork (node_modules/scheduler/cjs/scheduler.development.js:239:14)
[11:53:12][Step 1/1] at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
[11:53:12][Step 1/1] at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[11:53:12][Step 1/1]
[11:53:12][Step 1/1] console.warn
[11:53:12][Step 1/1] [react-ga] ReactGA.initialize must be called first or GoogleAnalytics should be loaded manually
[11:53:12][Step 1/1]
[11:53:12][Step 1/1] 38 | ? // If you are not building the extension, export GA event tracking function
[11:53:12][Step 1/1] 39 | (category, action, label) => {
[11:53:12][Step 1/1] > 40 | ReactGA.event({
[11:53:12][Step 1/1] | ^
[11:53:12][Step 1/1] 41 | category: category,
[11:53:12][Step 1/1] 42 | action: action,
[11:53:12][Step 1/1] 43 | label: label,
[11:53:12][Step 1/1]
[11:53:12][Step 1/1] at warn (node_modules/react-ga/dist/react-ga.js:110:11)
[11:53:12][Step 1/1] at internalGa (node_modules/react-ga/dist/react-ga.js:211:47)
[11:53:12][Step 1/1] at _gaCommand (node_modules/react-ga/dist/react-ga.js:232:81)
[11:53:12][Step 1/1] at send (node_modules/react-ga/dist/react-ga.js:367:3)
[11:53:12][Step 1/1] at Object.event (node_modules/react-ga/dist/react-ga.js:577:5)
[11:53:12][Step 1/1] at event (src/components/Common/GoogleAnalytics.js:40:23)
[11:53:12][Step 1/1] at send (src/components/Send/SendXec.js:486:18)
[11:53:12][Step 1/1] at send (src/components/Send/SendXec.js:248:13)
[11:53:12][Step 1/1] at checkForConfirmationBeforeSendXec (src/components/Send/SendXec.js:1097:21)
[11:53:12][Step 1/1] at HTMLUnknownElement.callCallback (node_modules/react-dom/cjs/react-dom.development.js:4164:14)
[11:53:12][Step 1/1] at HTMLUnknownElement.callTheUserObjectsOperation (node_modules/jsdom/lib/jsdom/living/generated/EventListener.js:26:30)
[11:53:12][Step 1/1] at innerInvokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:350:25)
[11:53:12][Step 1/1] at invokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:286:3)
[11:53:12][Step 1/1] at HTMLUnknownElementImpl._dispatch (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:233:9)
[11:53:12][Step 1/1] at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:104:17)
[11:53:12][Step 1/1] at HTMLUnknownElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:241:34)
[11:53:12][Step 1/1] at Object.invokeGuardedCallbackDev (node_modules/react-dom/cjs/react-dom.development.js:4213:16)
[11:53:12][Step 1/1] at invokeGuardedCallback (node_modules/react-dom/cjs/react-dom.development.js:4277:31)
[11:53:12][Step 1/1] at invokeGuardedCallbackAndCatchFirstError (node_modules/react-dom/cjs/react-dom.development.js:4291:25)
[11:53:12][Step 1/1] at executeDispatch (node_modules/react-dom/cjs/react-dom.development.js:9041:3)
[11:53:12][Step 1/1] at processDispatchQueueItemsInOrder (node_modules/react-dom/cjs/react-dom.development.js:9073:7)
[11:53:12][Step 1/1] at processDispatchQueue (node_modules/react-dom/cjs/react-dom.development.js:9086:5)
[11:53:12][Step 1/1] at dispatchEventsForPlugins (node_modules/react-dom/cjs/react-dom.development.js:9097:3)
[11:53:12][Step 1/1] at node_modules/react-dom/cjs/react-dom.development.js:9288:12
[11:53:12][Step 1/1] at batchedUpdates$1 (node_modules/react-dom/cjs/react-dom.development.js:26140:12)
[11:53:12][Step 1/1] at batchedUpdates (node_modules/react-dom/cjs/react-dom.development.js:3991:12)
[11:53:12][Step 1/1] at dispatchEventForPluginEventSystem (node_modules/react-dom/cjs/react-dom.development.js:9287:3)
[11:53:12][Step 1/1] at dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay (node_modules/react-dom/cjs/react-dom.development.js:6465:5)
[11:53:12][Step 1/1] at dispatchEvent (node_modules/react-dom/cjs/react-dom.development.js:6457:5)
[11:53:12][Step 1/1] at dispatchDiscreteEvent (node_modules/react-dom/cjs/react-dom.development.js:6430:5)
[11:53:12][Step 1/1] at HTMLDivElement.callTheUserObjectsOperation (node_modules/jsdom/lib/jsdom/living/generated/EventListener.js:26:30)
[11:53:12][Step 1/1] at innerInvokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:350:25)
[11:53:12][Step 1/1] at invokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:286:3)
[11:53:12][Step 1/1] at HTMLButtonElementImpl._dispatch (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:233:9)
[11:53:12][Step 1/1] at HTMLButtonElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:104:17)
[11:53:12][Step 1/1] at HTMLButtonElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:241:34)
[11:53:12][Step 1/1] at node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:45:43
[11:53:12][Step 1/1] at node_modules/@testing-library/react/dist/pure.js:108:16
[11:53:12][Step 1/1] at node_modules/@testing-library/react/dist/act-compat.js:47:24
[11:53:12][Step 1/1] at act (node_modules/react/cjs/react.development.js:2512:16)
[11:53:12][Step 1/1] at node_modules/@testing-library/react/dist/act-compat.js:46:25
[11:53:12][Step 1/1] at Object.eventWrapper (node_modules/@testing-library/react/dist/pure.js:107:28)
[11:53:12][Step 1/1] at Object.wrapEvent (node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js:6:28)
[11:53:12][Step 1/1] at Object.dispatchEvent (node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:45:22)
[11:53:12][Step 1/1] at Object.dispatchUIEvent (node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:22:26)
[11:53:12][Step 1/1] at Mouse.up (node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js:100:30)
[11:53:12][Step 1/1] at PointerHost.release (node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js:84:28)
[11:53:12][Step 1/1] at pointerAction (node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:59:47)
[11:53:12][Step 1/1] at Object.pointer (node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:32:9)
[11:53:12][Step 1/1] at Object.asyncWrapper (node_modules/@testing-library/react/dist/pure.js:88:22)
[11:53:12][Step 1/1] at Object.<anonymous> (src/components/Send/__tests__/SendXec.test.js:1623:9)
[11:53:12][Step 1/1]
[11:53:12][Step 1/1] console.warn
[11:53:12][Step 1/1] Deprecation Warning: TransactionBuilder will be removed in the future. (v6.x.x or later) Please use the Psbt class instead. Examples of usage are available in the transactions-psbt.js integration test file on our Github. A high level explanation is available in the psbt.ts and psbt.js files as well.
[11:53:12][Step 1/1]
[11:53:12][Step 1/1] 78 |
[11:53:12][Step 1/1] 79 | // Initialize TransactionBuilder
[11:53:12][Step 1/1] > 80 | let txBuilder = utxolib.bitgo.createTransactionBuilderForNetwork(
[11:53:12][Step 1/1] | ^
[11:53:12][Step 1/1] 81 | utxolib.networks.ecash,
[11:53:12][Step 1/1] 82 | );
[11:53:12][Step 1/1] 83 |
[11:53:12][Step 1/1]
[11:53:12][Step 1/1] at new TransactionBuilder (node_modules/@bitgo/utxo-lib/src/transaction_builder.ts:172:13)
[11:53:12][Step 1/1] at new UtxoTransactionBuilder (node_modules/@bitgo/utxo-lib/src/bitgo/UtxoTransactionBuilder.ts:24:5)
[11:53:12][Step 1/1] at Object.createTransactionBuilderForNetwork (node_modules/@bitgo/utxo-lib/src/bitgo/transaction.ts:257:13)
[11:53:12][Step 1/1] at createTransactionBuilderForNetwork (src/transactions/index.js:80:35)
[11:53:12][Step 1/1] at send (src/components/Send/SendXec.js:491:40)
[11:53:12][Step 1/1] at send (src/components/Send/SendXec.js:248:13)
[11:53:12][Step 1/1] at checkForConfirmationBeforeSendXec (src/components/Send/SendXec.js:1097:21)
[11:53:12][Step 1/1] at HTMLUnknownElement.callCallback (node_modules/react-dom/cjs/react-dom.development.js:4164:14)
[11:53:12][Step 1/1] at HTMLUnknownElement.callTheUserObjectsOperation (node_modules/jsdom/lib/jsdom/living/generated/EventListener.js:26:30)
[11:53:12][Step 1/1] at innerInvokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:350:25)
[11:53:12][Step 1/1] at invokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:286:3)
[11:53:12][Step 1/1] at HTMLUnknownElementImpl._dispatch (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:233:9)
[11:53:12][Step 1/1] at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:104:17)
[11:53:12][Step 1/1] at HTMLUnknownElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:241:34)
[11:53:12][Step 1/1] at Object.invokeGuardedCallbackDev (node_modules/react-dom/cjs/react-dom.development.js:4213:16)
[11:53:12][Step 1/1] at invokeGuardedCallback (node_modules/react-dom/cjs/react-dom.development.js:4277:31)
[11:53:12][Step 1/1] at invokeGuardedCallbackAndCatchFirstError (node_modules/react-dom/cjs/react-dom.development.js:4291:25)
[11:53:12][Step 1/1] at executeDispatch (node_modules/react-dom/cjs/react-dom.development.js:9041:3)
[11:53:12][Step 1/1] at processDispatchQueueItemsInOrder (node_modules/react-dom/cjs/react-dom.development.js:9073:7)
[11:53:12][Step 1/1] at processDispatchQueue (node_modules/react-dom/cjs/react-dom.development.js:9086:5)
[11:53:12][Step 1/1] at dispatchEventsForPlugins (node_modules/react-dom/cjs/react-dom.development.js:9097:3)
[11:53:12][Step 1/1] at node_modules/react-dom/cjs/react-dom.development.js:9288:12
[11:53:12][Step 1/1] at batchedUpdates$1 (node_modules/react-dom/cjs/react-dom.development.js:26140:12)
[11:53:12][Step 1/1] at batchedUpdates (node_modules/react-dom/cjs/react-dom.development.js:3991:12)
[11:53:12][Step 1/1] at dispatchEventForPluginEventSystem (node_modules/react-dom/cjs/react-dom.development.js:9287:3)
[11:53:12][Step 1/1] at dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay (node_modules/react-dom/cjs/react-dom.development.js:6465:5)
[11:53:12][Step 1/1] at dispatchEvent (node_modules/react-dom/cjs/react-dom.development.js:6457:5)
[11:53:12][Step 1/1] at dispatchDiscreteEvent (node_modules/react-dom/cjs/react-dom.development.js:6430:5)
[11:53:12][Step 1/1] at HTMLDivElement.callTheUserObjectsOperation (node_modules/jsdom/lib/jsdom/living/generated/EventListener.js:26:30)
[11:53:12][Step 1/1] at innerInvokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:350:25)
[11:53:12][Step 1/1] at invokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:286:3)
[11:53:12][Step 1/1] at HTMLButtonElementImpl._dispatch (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:233:9)
[11:53:12][Step 1/1] at HTMLButtonElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:104:17)
[11:53:12][Step 1/1] at HTMLButtonElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:241:34)
[11:53:12][Step 1/1] at node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:45:43
[11:53:12][Step 1/1] at node_modules/@testing-library/react/dist/pure.js:108:16
[11:53:12][Step 1/1] at node_modules/@testing-library/react/dist/act-compat.js:47:24
[11:53:12][Step 1/1] at act (node_modules/react/cjs/react.development.js:2512:16)
[11:53:12][Step 1/1] at node_modules/@testing-library/react/dist/act-compat.js:46:25
[11:53:12][Step 1/1] at Object.eventWrapper (node_modules/@testing-library/react/dist/pure.js:107:28)
[11:53:12][Step 1/1] at Object.wrapEvent (node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js:6:28)
[11:53:12][Step 1/1] at Object.dispatchEvent (node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:45:22)
[11:53:12][Step 1/1] at Object.dispatchUIEvent (node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:22:26)
[11:53:12][Step 1/1] at Mouse.up (node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js:100:30)
[11:53:12][Step 1/1] at PointerHost.release (node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js:84:28)
[11:53:12][Step 1/1] at pointerAction (node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:59:47)
[11:53:12][Step 1/1] at Object.pointer (node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:32:9)
[11:53:12][Step 1/1] at Object.asyncWrapper (node_modules/@testing-library/react/dist/pure.js:88:22)
[11:53:12][Step 1/1] at Object.<anonymous> (src/components/Send/__tests__/SendXec.test.js:1623:9)
[11:53:12][Step 1/1]
[11:53:12][Step 1/1] console.warn
[11:53:12][Step 1/1] DEPRECATED: TransactionBuilder sign method arguments will change in v6, please use the TxbSignArg interface
[11:53:12][Step 1/1]
[11:53:12][Step 1/1] 32 |
[11:53:12][Step 1/1] 33 | // Sign this input
[11:53:12][Step 1/1] > 34 | txBuilder.sign(
[11:53:12][Step 1/1] | ^
[11:53:12][Step 1/1] 35 | index, // vin
[11:53:12][Step 1/1] 36 | utxoECPair, // keyPair
[11:53:12][Step 1/1] 37 | undefined, // redeemScript
[11:53:12][Step 1/1]
[11:53:12][Step 1/1] at getSigningData (node_modules/@bitgo/utxo-lib/src/transaction_builder.ts:1299:13)
[11:53:12][Step 1/1] at UtxoTransactionBuilder.sign (node_modules/@bitgo/utxo-lib/src/transaction_builder.ts:278:7)
[11:53:12][Step 1/1] at UtxoTransactionBuilder.sign (node_modules/@bitgo/utxo-lib/src/bitgo/UtxoTransactionBuilder.ts:94:20)
[11:53:12][Step 1/1] at sign (src/transactions/index.js:34:19)
[11:53:12][Step 1/1] at Array.forEach (<anonymous>)
[11:53:12][Step 1/1] at forEach (src/transactions/index.js:19:12)
[11:53:12][Step 1/1] at signInputs (src/transactions/index.js:108:5)
[11:53:12][Step 1/1] at send (src/components/Send/SendXec.js:491:40)
[11:53:12][Step 1/1] at send (src/components/Send/SendXec.js:248:13)
[11:53:12][Step 1/1] at checkForConfirmationBeforeSendXec (src/components/Send/SendXec.js:1097:21)
[11:53:12][Step 1/1] at HTMLUnknownElement.callCallback (node_modules/react-dom/cjs/react-dom.development.js:4164:14)
[11:53:12][Step 1/1] at HTMLUnknownElement.callTheUserObjectsOperation (node_modules/jsdom/lib/jsdom/living/generated/EventListener.js:26:30)
[11:53:12][Step 1/1] at innerInvokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:350:25)
[11:53:12][Step 1/1] at invokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:286:3)
[11:53:12][Step 1/1] at HTMLUnknownElementImpl._dispatch (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:233:9)
[11:53:12][Step 1/1] at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:104:17)
[11:53:12][Step 1/1] at HTMLUnknownElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:241:34)
[11:53:12][Step 1/1] at Object.invokeGuardedCallbackDev (node_modules/react-dom/cjs/react-dom.development.js:4213:16)
[11:53:12][Step 1/1] at invokeGuardedCallback (node_modules/react-dom/cjs/react-dom.development.js:4277:31)
[11:53:12][Step 1/1] at invokeGuardedCallbackAndCatchFirstError (node_modules/react-dom/cjs/react-dom.development.js:4291:25)
[11:53:12][Step 1/1] at executeDispatch (node_modules/react-dom/cjs/react-dom.development.js:9041:3)
[11:53:12][Step 1/1] at processDispatchQueueItemsInOrder (node_modules/react-dom/cjs/react-dom.development.js:9073:7)
[11:53:12][Step 1/1] at processDispatchQueue (node_modules/react-dom/cjs/react-dom.development.js:9086:5)
[11:53:12][Step 1/1] at dispatchEventsForPlugins (node_modules/react-dom/cjs/react-dom.development.js:9097:3)
[11:53:12][Step 1/1] at node_modules/react-dom/cjs/react-dom.development.js:9288:12
[11:53:12][Step 1/1] at batchedUpdates$1 (node_modules/react-dom/cjs/react-dom.development.js:26140:12)
[11:53:12][Step 1/1] at batchedUpdates (node_modules/react-dom/cjs/react-dom.development.js:3991:12)
[11:53:13][Step 1/1] at dispatchEventForPluginEventSystem (node_modules/react-dom/cjs/react-dom.development.js:9287:3)
[11:53:13][Step 1/1] at dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay (node_modules/react-dom/cjs/react-dom.development.js:6465:5)
[11:53:13][Step 1/1] at dispatchEvent (node_modules/react-dom/cjs/react-dom.development.js:6457:5)
[11:53:13][Step 1/1] at dispatchDiscreteEvent (node_modules/react-dom/cjs/react-dom.development.js:6430:5)
[11:53:13][Step 1/1] at HTMLDivElement.callTheUserObjectsOperation (node_modules/jsdom/lib/jsdom/living/generated/EventListener.js:26:30)
[11:53:13][Step 1/1] at innerInvokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:350:25)
[11:53:13][Step 1/1] at invokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:286:3)
[11:53:13][Step 1/1] at HTMLButtonElementImpl._dispatch (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:233:9)
[11:53:13][Step 1/1] at HTMLButtonElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:104:17)
[11:53:13][Step 1/1] at HTMLButtonElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:241:34)
[11:53:13][Step 1/1] at node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:45:43
[11:53:13][Step 1/1] at node_modules/@testing-library/react/dist/pure.js:108:16
[11:53:13][Step 1/1] at node_modules/@testing-library/react/dist/act-compat.js:47:24
[11:53:13][Step 1/1] at act (node_modules/react/cjs/react.development.js:2512:16)
[11:53:13][Step 1/1] at node_modules/@testing-library/react/dist/act-compat.js:46:25
[11:53:13][Step 1/1] at Object.eventWrapper (node_modules/@testing-library/react/dist/pure.js:107:28)
[11:53:13][Step 1/1] at Object.wrapEvent (node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js:6:28)
[11:53:13][Step 1/1] at Object.dispatchEvent (node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:45:22)
[11:53:13][Step 1/1] at Object.dispatchUIEvent (node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:22:26)
[11:53:13][Step 1/1] at Mouse.up (node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js:100:30)
[11:53:13][Step 1/1] at PointerHost.release (node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js:84:28)
[11:53:13][Step 1/1] at pointerAction (node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:59:47)
[11:53:13][Step 1/1] at Object.pointer (node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:32:9)
[11:53:13][Step 1/1] at Object.asyncWrapper (node_modules/@testing-library/react/dist/pure.js:88:22)
[11:53:13][Step 1/1] at Object.<anonymous> (src/components/Send/__tests__/SendXec.test.js:1623:9)
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] ---------------------------------|---------|----------|---------|---------|----------------------------------------------------------------------------------------------------------
[11:53:13][Step 1/1] File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
[11:53:13][Step 1/1] ---------------------------------|---------|----------|---------|---------|----------------------------------------------------------------------------------------------------------
[11:53:13][Step 1/1] All files | 82.64 | 78.39 | 75.26 | 82.78 |
[11:53:13][Step 1/1] src | 2.98 | 5.35 | 4.76 | 2.98 |
[11:53:13][Step 1/1] index.js | 0 | 0 | 100 | 0 | 13-27
[11:53:13][Step 1/1] service-worker.js | 0 | 0 | 0 | 0 | 18-88
[11:53:13][Step 1/1] serviceWorkerRegistration.js | 5.12 | 9.37 | 6.25 | 5.12 | 30-143
[11:53:13][Step 1/1] src/airdrop | 97.87 | 95.74 | 100 | 97.87 |
[11:53:13][Step 1/1] index.js | 97.87 | 95.74 | 100 | 97.87 | 117,181
[11:53:13][Step 1/1] src/airdrop/fixtures | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] vectors.js | 0 | 0 | 0 | 0 |
[11:53:13][Step 1/1] src/alias | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] index.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] src/alias/fixtures | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] src/assets/styles | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] theme.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] src/chronik | 90.25 | 89.58 | 72.72 | 90.84 |
[11:53:13][Step 1/1] index.js | 90.25 | 89.58 | 72.72 | 90.84 | 17-24,37-46,53-62,307
[11:53:13][Step 1/1] src/chronik/fixtures | 100 | 50 | 100 | 100 |
[11:53:13][Step 1/1] chronikUtxos.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] mocks.js | 100 | 50 | 100 | 100 | 17358-18642
[11:53:13][Step 1/1] vectors.js | 0 | 0 | 0 | 0 |
[11:53:13][Step 1/1] src/components/Airdrop | 85.06 | 87.01 | 86.2 | 85.03 |
[11:53:13][Step 1/1] Airdrop.js | 85.06 | 87.01 | 86.2 | 85.03 | 107-111,137,162,192,241-245,250,255-260,276-281,310-311,323,337,445,573
[11:53:13][Step 1/1] src/components/Alias | 48.78 | 35.05 | 42.85 | 49.37 |
[11:53:13][Step 1/1] Alias.js | 48.78 | 35.05 | 42.85 | 49.37 | 88,93,97,106-110,166,196-217,229,238-243,247-305,309-310,314,318-391,395-406,436,443-446,515-568,633
[11:53:13][Step 1/1] src/components/Alias/fixtures | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] src/components/App | 97.05 | 91.35 | 94.82 | 97.02 |
[11:53:13][Step 1/1] App.js | 92.3 | 89.09 | 82.35 | 92.1 | 106,410,514
[11:53:13][Step 1/1] NotFound.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] styles.js | 100 | 96.15 | 100 | 100 | 327
[11:53:13][Step 1/1] src/components/App/fixtures | 92.91 | 82.19 | 94.44 | 92.91 |
[11:53:13][Step 1/1] CashtabTestWrapper.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] helpers.js | 89.02 | 82.85 | 87.5 | 89.02 | 90-117,254
[11:53:13][Step 1/1] mocks.js | 100 | 50 | 100 | 100 | 2263
[11:53:13][Step 1/1] vectors.js | 0 | 0 | 0 | 0 |
[11:53:13][Step 1/1] src/components/AppModes | 14.77 | 8.82 | 18.18 | 14.94 |
[11:53:13][Step 1/1] Extension.js | 4 | 0 | 0 | 4 | 13-131
[11:53:13][Step 1/1] WebApp.js | 28.94 | 13.04 | 40 | 29.72 | 20-41,50-76,89-91,96-98
[11:53:13][Step 1/1] src/components/BackupWallet | 92.85 | 50 | 66.66 | 92.85 |
[11:53:13][Step 1/1] BackupWallet.js | 92.85 | 50 | 66.66 | 92.85 | 74
[11:53:13][Step 1/1] src/components/Common | 83.57 | 63.39 | 78.78 | 83.01 |
[11:53:13][Step 1/1] ApiError.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] Atoms.js | 86.36 | 100 | 66.66 | 86.36 | 9,50,84
[11:53:13][Step 1/1] AvalancheFinalized.js | 100 | 66.66 | 100 | 100 | 66
[11:53:13][Step 1/1] BalanceHeader.js | 100 | 75.75 | 100 | 100 | 19-28,55-57,62,75
[11:53:13][Step 1/1] BalanceHeaderToken.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] Buttons.js | 100 | 76.92 | 100 | 100 | 64,95-146,153-157
[11:53:13][Step 1/1] CopyToClipboard.js | 77.77 | 62.5 | 100 | 77.77 | 27-30
[11:53:13][Step 1/1] CustomIcons.js | 96.77 | 100 | 93.18 | 97.14 | 109,124
[11:53:13][Step 1/1] ExtensionHeader.js | 63.63 | 100 | 0 | 63.63 | 49-56
[11:53:13][Step 1/1] GoogleAnalytics.js | 42.85 | 40 | 14.28 | 42.85 | 14-16,23-33
[11:53:13][Step 1/1] HideBalanceSwitch.js | 80 | 100 | 50 | 80 | 14
[11:53:13][Step 1/1] Inputs.js | 84.42 | 49.51 | 84.31 | 84.29 | 304,447,472-482,551-558,563-567,573-575,583
[11:53:13][Step 1/1] Modal.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] ScanQRCode.js | 63.63 | 45 | 75 | 63.63 | 38,56-102,117
[11:53:13][Step 1/1] Seed.js | 46.15 | 100 | 0 | 46.15 | 23-40
[11:53:13][Step 1/1] ServiceWorkerWrapper.js | 57.14 | 50 | 40 | 57.14 | 15-16,24-26,33
[11:53:13][Step 1/1] Spinner.js | 92.3 | 100 | 80 | 92.3 | 103
[11:53:13][Step 1/1] Switch.js | 100 | 92.3 | 100 | 100 | 105,109
[11:53:13][Step 1/1] UpgradeModal.js | 39.13 | 0 | 0 | 39.13 | 26,43-45,49-52,55-60,69-73,78
[11:53:13][Step 1/1] WalletHeaderActions.js | 100 | 0 | 100 | 100 | 22
[11:53:13][Step 1/1] WalletLabel.js | 65.38 | 60 | 75 | 65.38 | 70-92,101
[11:53:13][Step 1/1] src/components/Configure | 96.77 | 87.5 | 90.9 | 96.77 |
[11:53:13][Step 1/1] Configure.js | 96.77 | 87.5 | 90.9 | 96.77 | 115
[11:53:13][Step 1/1] src/components/Contacts | 82.02 | 87.17 | 82.14 | 80.48 |
[11:53:13][Step 1/1] index.js | 80 | 87.17 | 80 | 78.08 | 117,158,185-208,218-239,347
[11:53:13][Step 1/1] styles.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] src/components/Etokens | 71.3 | 68.6 | 59.77 | 71.3 |
[11:53:13][Step 1/1] CreateToken.js | 100 | 75 | 100 | 100 | 30-36
[11:53:13][Step 1/1] CreateTokenForm.js | 53.15 | 50 | 36.84 | 53.63 | 60-62,84,158,162-191,196,200-280,285-299,319,324,352,357,383-387,399-402,463-513,521,572-575,586,686-725
[11:53:13][Step 1/1] Etokens.js | 100 | 62.5 | 100 | 100 | 36-55
[11:53:13][Step 1/1] Token.js | 85.11 | 81.81 | 71.79 | 84.76 | 203,215,323,344,356,408-409,495-505,510-512,522,530-531,535,575,585,638-640,660,693,726-787,905,993
[11:53:13][Step 1/1] TokenIcon.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] TokenList.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] TokenListItem.js | 100 | 50 | 100 | 100 | 52
[11:53:13][Step 1/1] src/components/Etokens/fixtures | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] src/components/Etokens/icons | 2.56 | 0 | 0 | 2.77 |
[11:53:13][Step 1/1] cropImage.js | 2.32 | 0 | 0 | 2.5 | 6-81
[11:53:13][Step 1/1] resizeImage.js | 2.77 | 0 | 0 | 3.03 | 6-55
[11:53:13][Step 1/1] roundImage.js | 2.63 | 0 | 0 | 2.85 | 6-60
[11:53:13][Step 1/1] src/components/Home | 59.45 | 57.89 | 21.05 | 59.45 |
[11:53:13][Step 1/1] Home.js | 54.54 | 61.11 | 11.76 | 54.54 | 30-50,65-81,91-108
[11:53:13][Step 1/1] TxHistory.js | 100 | 0 | 100 | 100 | 17
[11:53:13][Step 1/1] src/components/Home/Tx | 95.21 | 93.22 | 93.33 | 95.12 |
[11:53:13][Step 1/1] index.js | 92.95 | 93.14 | 81.25 | 92.75 | 125,179-190,491-498,631,716,719
[11:53:13][Step 1/1] styles.js | 100 | 94.11 | 100 | 100 | 187
[11:53:13][Step 1/1] src/components/Home/fixtures | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] src/components/OnBoarding | 83.87 | 83.33 | 83.33 | 83.33 |
[11:53:13][Step 1/1] OnBoarding.js | 83.87 | 83.33 | 83.33 | 83.33 | 53,65-67,95
[11:53:13][Step 1/1] src/components/Receive | 97.01 | 96 | 91.66 | 96.92 |
[11:53:13][Step 1/1] QRCode.js | 97.5 | 100 | 93.75 | 97.43 | 126
[11:53:13][Step 1/1] Receive.js | 100 | 91.66 | 100 | 100 | 29
[11:53:13][Step 1/1] useWindowDimensions.js | 88.88 | 100 | 80 | 87.5 | 25
[11:53:13][Step 1/1] src/components/Send | 92.62 | 84.51 | 93.18 | 92.43 |
[11:53:13][Step 1/1] SendXec.js | 92.62 | 84.51 | 93.18 | 92.43 | 258,295-308,416-428,444,471,523-526,702,743,962,1001,1021
[11:53:13][Step 1/1] src/components/Send/fixtures | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] src/components/SignVerifyMsg | 88.23 | 69.56 | 90.9 | 89.36 |
[11:53:13][Step 1/1] SignVerifyMsg.js | 88.23 | 69.56 | 90.9 | 89.36 | 98-99,128-129,154
[11:53:13][Step 1/1] src/components/Swap | 80 | 50 | 50 | 80 |
[11:53:13][Step 1/1] Swap.js | 80 | 50 | 50 | 80 | 21
[11:53:13][Step 1/1] src/components/Wallets | 92.5 | 92.1 | 90 | 92.1 |
[11:53:13][Step 1/1] index.js | 91.08 | 92.1 | 87.5 | 90.52 | 128,223-230,268,304-346,389
[11:53:13][Step 1/1] styles.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] src/config | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] CashtabCache.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] CashtabState.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] alias.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] app.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] cashtabSettings.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] chronik.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] explorer.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] opreturn.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] token.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] tokenBlacklist.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] src/helpers | 97.14 | 92.85 | 100 | 97.14 |
[11:53:13][Step 1/1] index.js | 97.14 | 92.85 | 100 | 97.14 | 150
[11:53:13][Step 1/1] src/helpers/fixtures | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] vectors.js | 0 | 0 | 0 | 0 |
[11:53:13][Step 1/1] src/opreturn | 96.8 | 94.44 | 100 | 96.8 |
[11:53:13][Step 1/1] index.js | 96.8 | 94.44 | 100 | 96.8 | 152,168-169,304
[11:53:13][Step 1/1] src/opreturn/fixtures | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] vectors.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] src/slpv1 | 96 | 90.16 | 100 | 96 |
[11:53:13][Step 1/1] index.js | 96 | 90.16 | 100 | 96 | 269,280,332,336,341
[11:53:13][Step 1/1] src/slpv1/fixtures | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] vectors.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] src/transactions | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] index.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] src/transactions/fixtures | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] vectors.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] src/utils | 92.06 | 92 | 100 | 92.06 |
[11:53:13][Step 1/1] cashMethods.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] formatting.js | 91.07 | 90.47 | 100 | 91.07 | 20,30,53-55
[11:53:13][Step 1/1] src/utils/fixtures | 0 | 0 | 0 | 0 |
[11:53:13][Step 1/1] vectors.js | 0 | 0 | 0 | 0 |
[11:53:13][Step 1/1] src/validation | 96.09 | 97.18 | 100 | 96.38 |
[11:53:13][Step 1/1] index.js | 96.09 | 97.18 | 100 | 96.38 | 118-119,261,293,313,360,558,654-655,789,794
[11:53:13][Step 1/1] src/validation/fixtures | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] vectors.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] src/wallet | 94.69 | 85.5 | 87.5 | 95.11 |
[11:53:13][Step 1/1] context.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] index.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] useWallet.js | 92.25 | 79.72 | 79.41 | 92.85 | 86,159,451-457,494,564,650,678,715-716,725-738,794,825,831-834,902,968-969,996
[11:53:13][Step 1/1] src/wallet/fixtures | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] vectors.js | 100 | 100 | 100 | 100 |
[11:53:13][Step 1/1] ---------------------------------|---------|----------|---------|---------|----------------------------------------------------------------------------------------------------------
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] Code Coverage Summary
[11:53:13][Step 1/1] Summary of all failing tests
[11:53:13][Step 1/1] FAIL src/components/Etokens/__tests__/TokenActions.test.js (8.687 s)
[11:53:13][Step 1/1] ● <TokenActions /> › SLP1 fixed supply token
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] TestingLibraryElementError: Unable to find an element with the title: Toggle Mint.
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] Ignored nodes: comments, script, style
[11:53:13][Step 1/1] <body>
[11:53:13][Step 1/1] <div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-hgRTRy jOfdtI"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="Toastify"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-iIHSe rdePw"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-feryYK kkHVET"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-gldTML femPiK"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-kkbgRg ftXgaI"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <img
[11:53:13][Step 1/1] alt="cashtab"
[11:53:13][Step 1/1] class="sc-hRmvpr fUuxBg"
[11:53:13][Step 1/1] src="test-file-stub"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-gbzWSY hBCHVc"
[11:53:13][Step 1/1] title="Wallet Info"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-dREXXX fAmbLM"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <select
[11:53:13][Step 1/1] class="sc-kcbnda qXwFy"
[11:53:13][Step 1/1] id="wallets"
[11:53:13][Step 1/1] name="wallets"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <option
[11:53:13][Step 1/1] class="sc-hcmgZB fKdOEb"
[11:53:13][Step 1/1] value="Token Test"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] Token Test
[11:53:13][Step 1/1] </option>
[11:53:13][Step 1/1] </select>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-fEUNkw NZUjR"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] aria-label="Copy ecash:qqq9f9z3uhpzkxrgdjkd7dxuuey7tmpmugpmnw0kue"
[11:53:13][Step 1/1] class="sc-fOKMvo fAHLVb"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <svg
[11:53:13][Step 1/1] title="copy-paste"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-gHboQg fjXpEN"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-eilVRo impULA"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <input
[11:53:13][Step 1/1] checked=""
[11:53:13][Step 1/1] class="sc-dymIpo dhyqmP"
[11:53:13][Step 1/1] id="show-hide-balance"
[11:53:13][Step 1/1] name="show-hide-balance"
[11:53:13][Step 1/1] title="show-hide-balance"
[11:53:13][Step 1/1] type="checkbox"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] <label
[11:53:13][Step 1/1] class="sc-eerKOB NZoeG"
[11:53:13][Step 1/1] for="show-hide-balance"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <span
[11:53:13][Step 1/1] class="sc-emmjRN gmaaWK"
[11:53:13][Step 1/1] data-off=""
[11:53:13][Step 1/1] data-on=""
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] <span
[11:53:13][Step 1/1] class="sc-cpmLhU lcLQqB"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </label>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-dHmInP gUvHSH"
[11:53:13][Step 1/1] title="Balance in XEC"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] 9,970.81
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] XEC
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-ejGVNB eJFbkD"
[11:53:13][Step 1/1] title="Balance in Local Currency"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] $
[11:53:13][Step 1/1] 0.30
[11:53:13][Step 1/1]  
[11:53:13][Step 1/1] USD
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <p
[11:53:13][Step 1/1] class="sc-eLdqWK cjusfr"
[11:53:13][Step 1/1] title="Price in Local Currency"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] 1
[11:53:13][Step 1/1] XEC
[11:53:13][Step 1/1] =
[11:53:13][Step 1/1] 0.00003000
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] USD
[11:53:13][Step 1/1] </p>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-ESoVU gTaONH"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-iGrrsa gzzmZH"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] 111.000000000
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] Vespene Gas
[11:53:13][Step 1/1] (
[11:53:13][Step 1/1] VSP
[11:53:13][Step 1/1] )
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-kaNhvL czOoID"
[11:53:13][Step 1/1] title="Token Stats"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-iBEsjs eLgovB"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] class="sc-dEoRIm bBCnNm"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <img
[11:53:13][Step 1/1] alt="icon for 20a0b9337a78603c6681ed2bc541593375535dcd9979196620ce71f233f2f6f8"
[11:53:13][Step 1/1] height="128"
[11:53:13][Step 1/1] width="128"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-iBEsjs eLgovB"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-hzNEM jRtCRI"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-chbbiW hCEjss"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] Type:
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-iBEsjs eLgovB"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-bmyXtO zYbHC"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] SLP
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] aria-label="Click for more info about this token type"
[11:53:13][Step 1/1] class="sc-fOKMvo fAHLVb"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <svg
[11:53:13][Step 1/1] title="More Info"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-hzNEM jRtCRI"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-chbbiW hCEjss"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] Token Id:
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-iBEsjs eLgovB"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <a
[11:53:13][Step 1/1] rel="noopener noreferrer"
[11:53:13][Step 1/1] target="_blank"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] 20a
[11:53:13][Step 1/1] ...
[11:53:13][Step 1/1] 6f8
[11:53:13][Step 1/1] </a>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-iBEsjs eLgovB"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] class="sc-fOKMvo fAHLVb"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <svg
[11:53:13][Step 1/1] title="copy-paste"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-hzNEM jRtCRI"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-chbbiW hCEjss"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] decimals:
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-iBEsjs eLgovB"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] 9
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-hzNEM jRtCRI"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-chbbiW hCEjss"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] url:
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-iBEsjs eLgovB"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <a
[11:53:13][Step 1/1] rel="noreferrer"
[11:53:13][Step 1/1] target="_blank"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] simple.wiki...
[11:53:13][Step 1/1] </a>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-hzNEM jRtCRI"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-chbbiW hCEjss"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] created:
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-iBEsjs eLgovB"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] Oct 24, 2022
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-hzNEM jRtCRI"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-chbbiW hCEjss"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] Genesis Qty:
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-iBEsjs eLgovB"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] 3,000,000,000.000000000
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-hzNEM jRtCRI"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-chbbiW hCEjss"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] Supply:
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-iBEsjs eLgovB"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] 2,999,998,798.000000000 (fixed)
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-jtggT huibQt"
[11:53:13][Step 1/1] title="Token Actions"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-kxynE eBCGhc"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-gHboQg fjXpEN"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-eilVRo eDQFpJ"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <input
[11:53:13][Step 1/1] class="sc-dymIpo dhyqmP"
[11:53:13][Step 1/1] id="Toggle Send"
[11:53:13][Step 1/1] name="Toggle Send"
[11:53:13][Step 1/1] title="Toggle Send"
[11:53:13][Step 1/1] type="checkbox"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] <label
[11:53:13][Step 1/1] class="sc-eerKOB NZoeG"
[11:53:13][Step 1/1] for="Toggle Send"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <span
[11:53:13][Step 1/1] class="sc-emmjRN fxtHZz"
[11:53:13][Step 1/1] data-off="➡️"
[11:53:13][Step 1/1] data-on="➡️"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] <span
[11:53:13][Step 1/1] class="sc-cpmLhU gYgCxm"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </label>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-ckVGcZ hCXLOb"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] Send
[11:53:13][Step 1/1] Vespene Gas
[11:53:13][Step 1/1] (
[11:53:13][Step 1/1] VSP
[11:53:13][Step 1/1] )
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-ebFjAB jcTDvn"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-jKVCRD hkDXZT"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-btzYZH kSktdT"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-lhVmIH fuhlTY"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <input
[11:53:13][Step 1/1] class="sc-bYSBpT sc-kTUwUJ eijHiD"
[11:53:13][Step 1/1] name="address"
[11:53:13][Step 1/1] placeholder="Address"
[11:53:13][Step 1/1] value=""
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] class="sc-iELTvK gjJHRf"
[11:53:13][Step 1/1] title="Scan QR Code"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <svg />
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-kPVwWT kixwk"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-fcdeBU eyVJKA"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <a
[11:53:13][Step 1/1] class="sc-chPdSV laQSyi"
[11:53:13][Step 1/1] href="https://explorer.e.cash/address/false"
[11:53:13][Step 1/1] rel="noreferrer"
[11:53:13][Step 1/1] target="_blank"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-ebFjAB jcTDvn"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-btzYZH kSktdT"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-lhVmIH fuhlTY"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <input
[11:53:13][Step 1/1] class="sc-bYSBpT sc-kTUwUJ eijHiD"
[11:53:13][Step 1/1] name="amount"
[11:53:13][Step 1/1] placeholder="Amount"
[11:53:13][Step 1/1] step="1e-9"
[11:53:13][Step 1/1] type="number"
[11:53:13][Step 1/1] value=""
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] class="sc-dqBHgY sc-gxMtzJ qrFKP"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] max
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-kPVwWT kixwk"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-ebFjAB jcTDvn"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] class="sc-bXGyLb sc-eLExRp cOkytB"
[11:53:13][Step 1/1] style="margin-top: 24px;"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] Send
[11:53:13][Step 1/1] VSP
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-kxynE eBCGhc"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-gHboQg fjXpEN"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-eilVRo eDQFpJ"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <input
[11:53:13][Step 1/1] class="sc-dymIpo dhyqmP"
[11:53:13][Step 1/1] id="Toggle Airdrop"
[11:53:13][Step 1/1] name="Toggle Airdrop"
[11:53:13][Step 1/1] title="Toggle Airdrop"
[11:53:13][Step 1/1] type="checkbox"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] <label
[11:53:13][Step 1/1] class="sc-eerKOB NZoeG"
[11:53:13][Step 1/1] for="Toggle Airdrop"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <span
[11:53:13][Step 1/1] class="sc-emmjRN fxtHZz"
[11:53:13][Step 1/1] data-off="��"
[11:53:13][Step 1/1] data-on="��"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] <span
[11:53:13][Step 1/1] class="sc-cpmLhU gYgCxm"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </label>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-ckVGcZ hCXLOb"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] Airdrop XEC to
[11:53:13][Step 1/1] VSP
[11:53:13][Step 1/1] holders
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-kxynE eBCGhc"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-gHboQg fjXpEN"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-eilVRo eDQFpJ"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <input
[11:53:13][Step 1/1] class="sc-dymIpo dhyqmP"
[11:53:13][Step 1/1] id="Toggle Burn"
[11:53:13][Step 1/1] name="Toggle Burn"
[11:53:13][Step 1/1] title="Toggle Burn"
[11:53:13][Step 1/1] type="checkbox"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] <label
[11:53:13][Step 1/1] class="sc-eerKOB NZoeG"
[11:53:13][Step 1/1] for="Toggle Burn"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <span
[11:53:13][Step 1/1] class="sc-emmjRN fxtHZz"
[11:53:13][Step 1/1] data-off="��"
[11:53:13][Step 1/1] data-on="��"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] <span
[11:53:13][Step 1/1] class="sc-cpmLhU gYgCxm"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </label>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-ckVGcZ hCXLOb"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] Burn
[11:53:13][Step 1/1] VSP
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-cJOK bNXPnn"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] class="sc-hUMlYv bfxVjT"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <svg />
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] aria-label="Send Screen"
[11:53:13][Step 1/1] class="sc-hUMlYv bfxVjT"
[11:53:13][Step 1/1] style="padding-bottom: 10px;"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-iwsKbI cuDgAv"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <svg
[11:53:13][Step 1/1] title="tx-sent"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] aria-label="Tokens"
[11:53:13][Step 1/1] class="sc-hUMlYv bfxVjT"
[11:53:13][Step 1/1] ##teamcity[importData timestamp='2024-04-17T11:53:13.287' path='results/artifacts/junit/*.xml' type='junit']
[11:53:13][Step 1/1] Importing data from 'results/artifacts/junit/*.xml' (not existing file) with 'junit' processor
[11:53:13][Step 1/1] Publishing artifacts (5s)
[11:53:13][Publishing artifacts] Collecting files to publish: [+:results/artifacts=>artifacts.tar.gz]
[11:53:13][Step 1/1] Ant JUnit report watcher
[11:53:13][Ant JUnit report watcher] Watching paths:
[11:53:13][Ant JUnit report watcher] /home/teamcity/buildAgent/work/jailed-build/results/artifacts/junit/*.xml
[11:53:13][Publishing artifacts] Creating archive artifacts.tar.gz
[11:53:13][Creating archive artifacts.tar.gz] Creating /home/teamcity/buildAgent/temp/buildTmp/TarPreprocessor7232661667733104829/artifacts.tar.gz
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] slpv1 methods Generating etoken genesis tx target outputs getSlpGenesisTargetOutput: Fixed supply eToken mint for token with decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Generating etoken genesis tx target outputs getSlpGenesisTargetOutput: Variable supply eToken mint for token with decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Generating etoken genesis tx target outputs getSlpGenesisTargetOutput: Fixed supply eToken mint for tokenId 50d8292c6255cda7afc6c8566fed3cf42a2794e9619740fe8f4c95431271410e
[11:53:13][CashTab Unit Tests] slpv1 methods Generating etoken genesis tx target outputs getSlpGenesisTargetOutput: Fixed supply eToken mint at max supply for 9 decimal token
[11:53:13][CashTab Unit Tests] slpv1 methods Generating etoken genesis tx target outputs getSlpGenesisTargetOutput: Variable supply eToken mint at max supply for 0 decimal token
[11:53:13][CashTab Unit Tests] slpv1 methods Generating etoken genesis tx target outputs getSlpGenesisTargetOutput throws error for: Variable supply eToken with mint baton at index other than 2
[11:53:13][CashTab Unit Tests] slpv1 methods Generating etoken genesis tx target outputs getSlpGenesisTargetOutput throws error for: Exceed 0xffffffffffffffff for genesis qty
[11:53:13][CashTab Unit Tests] slpv1 methods Generating etoken genesis tx target outputs getSlpGenesisTargetOutput throws error for: Invalid document hash
[11:53:13][CashTab Unit Tests] slpv1 methods Generating etoken genesis tx target outputs getSlpGenesisTargetOutput throws error for: Missing decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Generating etoken genesis tx target outputs getSlpGenesisTargetOutput throws error for: Non-string name
[11:53:13][CashTab Unit Tests] slpv1 methods Get all slpv1 SEND utxos from a mixed utxo set from ChronikClientNode getAllSendUtxos: In-node: We can get a single token utxo from an array including other token utxos and non-token utxos
[11:53:13][CashTab Unit Tests] slpv1 methods Get all slpv1 SEND utxos from a mixed utxo set from ChronikClientNode getAllSendUtxos: In-node: We can get a multiple token utxos from an array including other token utxos and non-token utxos
[11:53:13][CashTab Unit Tests] slpv1 methods Get all slpv1 SEND utxos from a mixed utxo set from ChronikClientNode getAllSendUtxos: We return an empty array if no matches are found from a bad tokenId
[11:53:13][CashTab Unit Tests] slpv1 methods Get all slpv1 SEND utxos from a mixed utxo set from ChronikClientNode getAllSendUtxos: In-node: We return an empty array if we have no tokenUtxos for a given tokenId
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send token inputs and outputs from in-node chronik-client getSendTokenInputs: Token send with change output
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send token inputs and outputs from in-node chronik-client getSlpSendTargetOutputs with in-node inputs: Token send with change output
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send token inputs and outputs from in-node chronik-client getSendTokenInputs: Token send with no change output
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send token inputs and outputs from in-node chronik-client getSlpSendTargetOutputs with in-node inputs: Token send with no change output
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send token inputs and outputs from in-node chronik-client getSendTokenInputs: Token send with decimals and change output
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send token inputs and outputs from in-node chronik-client getSlpSendTargetOutputs with in-node inputs: Token send with decimals and change output
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send token inputs and outputs from in-node chronik-client getSlpBurnTargetOutput throws error for: Sending more than utxos with decimals and change output
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send token inputs and outputs from in-node chronik-client getSlpBurnTargetOutput throws error for: Sending more than utxos with no decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send token inputs and outputs from in-node chronik-client getSlpBurnTargetOutput throws error for: Invalid decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send token inputs and outputs from in-node chronik-client getSlpBurnTargetOutput throws error for: No token utxos
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send token inputs and outputs from in-node chronik-client getSlpBurnTargetOutput throws error for: Send qty is empty string
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send input utxos from in-node chronik-client getSendTokenInputs with in-node chronik utxos: Token send with change output
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send input utxos from in-node chronik-client getSlpSendTargetOutputs with in-node inputs: Token send with change output
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send input utxos from in-node chronik-client getSendTokenInputs with in-node chronik utxos: Token send with no change output
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send input utxos from in-node chronik-client getSlpSendTargetOutputs with in-node inputs: Token send with no change output
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send input utxos from in-node chronik-client getSendTokenInputs with in-node chronik utxos: Token send with decimals and change output
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send input utxos from in-node chronik-client getSlpSendTargetOutputs with in-node inputs: Token send with decimals and change output
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send input utxos from in-node chronik-client getSendTokenInputs with in-node chronik utxos throws error for: Sending more than utxos with decimals and change output
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send input utxos from in-node chronik-client getSendTokenInputs with in-node chronik utxos throws error for: Sending more than utxos with no decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send input utxos from in-node chronik-client getSendTokenInputs with in-node chronik utxos throws error for: Invalid decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send input utxos from in-node chronik-client getSendTokenInputs with in-node chronik utxos throws error for: No token utxos
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 send input utxos from in-node chronik-client getSendTokenInputs with in-node chronik utxos throws error for: Send qty is empty string
[11:53:13][CashTab Unit Tests] slpv1 methods Generating etoken burn tx target outputs getSlpBurnTargetOutputs: Burn a fraction of balance
[11:53:13][CashTab Unit Tests] slpv1 methods Generating etoken burn tx target outputs getSlpBurnTargetOutputs: Burn all balance
[11:53:13][CashTab Unit Tests] slpv1 methods Generating explicit etoken burn tx target output from in-node utxos getExplicitBurnTargetOutputs: Burn a single token utxo
[11:53:13][CashTab Unit Tests] slpv1 methods Generating explicit etoken burn tx target output from in-node utxos getExplicitBurnTargetOutputs: Burns multiple token utxos
[11:53:13][CashTab Unit Tests] slpv1 methods Generating explicit etoken burn tx target output from in-node utxos getExplicitBurnTargetOutputs: Burns max slp quantity for 9 decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Generating explicit etoken burn tx target output from in-node utxos getExplicitBurnTargetOutputs throws error if called with in-node utxos and no specified decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 mint baton(s) getMintBatons: We can get a single mint baton
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 mint baton(s) getMintBatons: We can get the correct mint baton from from an array including other token utxos, mint batons, and non-token utxos
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 mint baton(s) getMintBatons: We can get multiple mint batons
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 mint baton(s) getMintBatons: We return an empty array if no matches are found from a bad tokenId
[11:53:13][CashTab Unit Tests] slpv1 methods Get slpv1 mint baton(s) getMintBatons: We return an empty array if we have no mint batons for a given tokenId
[11:53:13][CashTab Unit Tests] slpv1 methods Generate target outputs for an slpv1 mint tx getMintTargetOutputs: Creates expected mint outputs for a 0-decimal token
[11:53:13][CashTab Unit Tests] slpv1 methods Generate target outputs for an slpv1 mint tx getMintTargetOutputs: Creates expected mint outputs for a 9-decimal token
[11:53:13][CashTab Unit Tests] slpv1 methods Generate target outputs for an slpv1 mint tx getMintTargetOutputs: Can create a target output for the largest mint qty supported by slpv1
[11:53:13][CashTab Unit Tests] slpv1 methods Generate target outputs for an slpv1 mint tx getMintTargetOutputs throws error for: Throws expected error if asked to mint 1 more than slpv1 max qty
[11:53:13][CashTab Unit Tests] slpv1 methods Gets max mint amount, decimalized getMaxMintAmount: 0 decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Gets max mint amount, decimalized getMaxMintAmount: 1 decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Gets max mint amount, decimalized getMaxMintAmount: 2 decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Gets max mint amount, decimalized getMaxMintAmount: 3 decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Gets max mint amount, decimalized getMaxMintAmount: 4 decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Gets max mint amount, decimalized getMaxMintAmount: 5 decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Gets max mint amount, decimalized getMaxMintAmount: 6 decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Gets max mint amount, decimalized getMaxMintAmount: 7 decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Gets max mint amount, decimalized getMaxMintAmount: 8 decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Gets max mint amount, decimalized getMaxMintAmount: 9 decimals
[11:53:13][CashTab Unit Tests] slpv1 methods Get targetOutputs for NFT1 parent genesis tx getNftParentGenesisTargetOutputs: Fixed supply NFT1 parent
[11:53:13][CashTab Unit Tests] slpv1 methods Get targetOutputs for NFT1 parent genesis tx getNftParentGenesisTargetOutputs: Variable supply NFT1 parent
[11:53:13][CashTab Unit Tests] slpv1 methods Get targetOutputs for NFT1 parent genesis tx getNftParentGenesisTargetOutputs: NFT1 parent genesis at max supply
[11:53:13][CashTab Unit Tests] slpv1 methods Get targetOutputs for NFT1 parent genesis tx getNftParentGenesisTargetOutputs throws error for: Variable supply NFT1 parent with mintBatonVout !== 2
[11:53:13][CashTab Unit Tests] slpv1 methods Get targetOutputs for NFT1 parent genesis tx getNftParentGenesisTargetOutputs throws error for: Exceed 0xffffffffffffffff for genesis qty
[11:53:13][CashTab Unit Tests] slpv1 methods Get targetOutputs for NFT1 parent genesis tx getNftParentGenesisTargetOutputs throws error for: Initial qty is not an integer
[11:53:13][CashTab Unit Tests] slpv1 methods Generate target outputs for an slpv1 nft parent mint tx getNftParentMintTargetOutputs: Generates expected outputs for an NFT1 parent mint
[11:53:13][CashTab Unit Tests] slpv1 methods Generate target outputs for an slpv1 nft parent mint tx getNftParentMintTargetOutputs: Can create a target output for the largest mint qty supported by slpv1
[11:53:13][CashTab Unit Tests] slpv1 methods Generate target outputs for an slpv1 nft parent mint tx getNftParentMintTargetOutputs throws error for: Throws expected error if asked to mint 1 more than slpv1 max qty
[11:53:13][CashTab Unit Tests] slpv1 methods Generate target outputs for an slpv1 nft parent mint tx getNftParentMintTargetOutputs throws error for: Throws expected error if asked to mint a non-integer quantity
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] Correctly prepares Cashtab mocked chronik client and localforage environment for Cashtab pre 1.7.* for unit tests initializeCashtabStateAtLegacyWalletKeysForTests mocks a new Cashtab user or incognito visitor
[11:53:13][CashTab Unit Tests] Correctly prepares Cashtab mocked chronik client and localforage environment for Cashtab pre 1.7.* for unit tests initializeCashtabStateAtLegacyWalletKeysForTests: Wallet with xec and tokens
[11:53:13][CashTab Unit Tests] Correctly prepares Cashtab mocked chronik client and localforage environment for unit tests initializeCashtabStateForTests mocks a new Cashtab user or incognito visitor
[11:53:13][CashTab Unit Tests] Correctly prepares Cashtab mocked chronik client and localforage environment for unit tests initializeCashtabStateForTests: Wallet with xec and tokens
[11:53:13][CashTab Unit Tests] Correctly prepares Cashtab mocked chronik client and localforage environment for unit tests initializeCashtabStateForTests: Multiple wallets
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidSideshiftObj() returns true for a valid sideshift library object
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidSideshiftObj() returns false if the sideshift library object failed to instantiate
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidSideshiftObj() returns false for an invalid sideshift library object
[11:53:13][CashTab Unit Tests] Cashtab validation functions validateMnemonic() returns true for a valid mnemonic
[11:53:13][CashTab Unit Tests] Cashtab validation functions validateMnemonic() returns false for an invalid mnemonic
[11:53:13][CashTab Unit Tests] Cashtab validation functions validateMnemonic() returns false for an empty string mnemonic
[11:53:13][CashTab Unit Tests] Cashtab validation functions Accepts a valid eToken token name
[11:53:13][CashTab Unit Tests] Cashtab validation functions Accepts a valid eToken token name that is a stringified number
[11:53:13][CashTab Unit Tests] Cashtab validation functions Rejects eToken token name if longer than 68 characters
[11:53:13][CashTab Unit Tests] Cashtab validation functions Rejects eToken token name if empty string
[11:53:13][CashTab Unit Tests] Cashtab validation functions Accepts a 4-char eToken token ticker
[11:53:13][CashTab Unit Tests] Cashtab validation functions Accepts a 12-char eToken token ticker
[11:53:13][CashTab Unit Tests] Cashtab validation functions Rejects eToken token ticker if empty string
[11:53:13][CashTab Unit Tests] Cashtab validation functions Rejects eToken token ticker if > 12 chars
[11:53:13][CashTab Unit Tests] Cashtab validation functions Accepts tokenDecimals if zero
[11:53:13][CashTab Unit Tests] Cashtab validation functions Accepts tokenDecimals if between 0 and 9 inclusive
[11:53:13][CashTab Unit Tests] Cashtab validation functions Rejects tokenDecimals if empty string
[11:53:13][CashTab Unit Tests] Cashtab validation functions Rejects tokenDecimals if non-integer
[11:53:13][CashTab Unit Tests] Cashtab validation functions Accepts a valid eToken token document URL
[11:53:13][CashTab Unit Tests] Cashtab validation functions Accepts a valid eToken token document URL including special URL characters
[11:53:13][CashTab Unit Tests] Cashtab validation functions Accepts a blank string as a valid eToken token document URL
[11:53:13][CashTab Unit Tests] Cashtab validation functions Rejects eToken token name if longer than 68 characters
[11:53:13][CashTab Unit Tests] Cashtab validation functions Accepts a domain input with https protocol as eToken token document URL
[11:53:13][CashTab Unit Tests] Cashtab validation functions Accepts a domain input with http protocol as eToken token document URL
[11:53:13][CashTab Unit Tests] Cashtab validation functions Accepts a domain input with a primary and secondary top level domain as eToken token document URL
[11:53:13][CashTab Unit Tests] Cashtab validation functions Accepts a domain input with just a subdomain as eToken token document URL
[11:53:13][CashTab Unit Tests] Cashtab validation functions Rejects a domain input with no top level domain, protocol or subdomain eToken token document URL
[11:53:13][CashTab Unit Tests] Cashtab validation functions Rejects a domain input as numbers eToken token document URL
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidTokenId accepts valid token ID that is 64 chars in length
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects a token ID that is less than 64 chars in length
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects a token ID that is more than 64 chars in length
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects a token ID number that is 64 digits in length
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects null
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects undefined
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects empty string
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects special character input
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects non-alphanumeric input
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidXecAirdrop accepts valid Total Airdrop Amount
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidXecAirdrop rejects null
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidXecAirdrop rejects undefined
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidXecAirdrop rejects empty string
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects an alphanumeric input
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects a number !> 0 in string format
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidAirdropExclusionArray accepts a valid airdrop exclusion list
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidAirdropExclusionArray rejects an invalid airdrop exclusion list
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidAirdropExclusionArray rejects a list of addresses if any are not prefixed
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidAirdropExclusionArray rejects an empty airdrop exclusion list
[11:53:13][CashTab Unit Tests] Cashtab validation functions isValidAirdropExclusionArray rejects a null airdrop exclusion list
[11:53:13][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes "bitcoin" is probably a scam token name
[11:53:13][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes "ebitcoin" is probably a scam token name
[11:53:13][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes "Lido Staked Ether", from coingeckoTop500Names, is probably a scam token name
[11:53:13][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes 'matic-network', from coingeckoTop500Ids, is probably a scam token name
[11:53:13][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes 'Australian Dollar', from Cashtab supported fiat currencies, is probably a scam token name
[11:53:13][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes 'ebtc', from bannedTickers, is probably a scam token name
[11:53:13][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes 'gbp', from bannedTickers, is probably a scam
[11:53:13][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes 'Hong Kong Dollar', from fiatNames, is probably a scam
[11:53:13][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes '₪', from fiat symbols, is probably a scam
[11:53:13][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes an ordinary token name as acceptable
[11:53:13][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam accepts a token name with fragments of banned potential scam names
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled on startup
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled if address has been entered but no amount
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled if amount has been entered but no address
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Enabled for valid address and amount in send to one mode
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled for valid address and amount entered in send to one mode, but app is in send to many mode and input is blank
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled on zero balance for send to one
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled on zero balance for send to many
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled for invalid address
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled for invalid amount
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled for invalid cashtab msg send to one if user has cashtab msg enabled
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Enabled for invalid cashtab msg send to one if user has cashtab msg disabled
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled for invalid op_return_raw send to one if user has op_return_raw enabled
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Enabled for invalid op_return_raw if user has op_return_raw disabled
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled for invalid opreturn msg send to many if cashtab msg is invalid and enabled
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled on priceApi error
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Enabled if isOneToManyXECSend and amount is not entered
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled if isOneToManyXECSend and we have a multiSendAddressError
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Blank string
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Address only and no querystring
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: prefixless address input
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: alias only and no querystring
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: alias missing .xec suffix
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid address with valid amount param equal to user balance, no decimals
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid address with valid amount param exceeding user balance by one satoshi, no decimals
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid address with valid amount param, with decimals
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Invalid address with valid amount param
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: etoken address with valid amount param
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid address with invalid amount param (too many decimal places)
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid alias with valid amount param
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Invalid alias with valid amount param
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid address with valid op_return_raw param
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid alias with valid op_return_raw param
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid address with invalid op_return_raw param
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid amount and op_return_raw params
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: invalid querystring (unsupported params)
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Invalid queryString, repeated param
[11:53:13][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Repeated op_return_raw param
[11:53:13][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns true for a valid lowercase alphanumeric input
[11:53:13][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input contains uppercase char
[11:53:13][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input contains special char
[11:53:13][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input contains emoji
[11:53:13][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input contains other special characters
[11:53:13][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input is an empty string
[11:53:13][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input contains an empty space
[11:53:13][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input contains symbols
[11:53:13][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input is not a string
[11:53:13][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input contains underscores
[11:53:13][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if exceeds byte restriction
[11:53:13][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns true for an alias of max bytecount
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validates user alias input on Send and SendToken screens isValidAliasSendInput: Valid alias send input
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validates user alias input on Send and SendToken screens isValidAliasSendInput: Valid alias missing prefix
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validates user alias input on Send and SendToken screens isValidAliasSendInput: Valid alias with double suffix
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validates user alias input on Send and SendToken screens isValidAliasSendInput: Valid alias with bad suffix
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validates user alias input on Send and SendToken screens isValidAliasSendInput: Invalid alias (too long)
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validates user alias input on Send and SendToken screens isValidAliasSendInput: Invalid alias (nonalphanumeric)
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validating Cashtab Contact Lists isValidContactList: Legacy empty contact list
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validating Cashtab Contact Lists isValidContactList: Empty contact list
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validating Cashtab Contact Lists isValidContactList: Array of more than one empty object is invalid
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validating Cashtab Contact Lists isValidContactList: List with one valid entry
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validating Cashtab Contact Lists isValidContactList: Multiple valid entries
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validating Cashtab Contact Lists isValidContactList: Valid objects but also an empty object is false
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validating Cashtab Contact Lists isValidContactList: Valid alias formats are accepted
[11:53:13][CashTab Unit Tests] Cashtab validation functions Appropriately migrates users with legacy settings migrateLegacyCashtabSettings: Migrates a 1.4.x user to 1.5.0 settings
[11:53:13][CashTab Unit Tests] Cashtab validation functions Appropriately migrates users with legacy settings migrateLegacyCashtabSettings: User with only fiatCurrency in settings
[11:53:13][CashTab Unit Tests] Cashtab validation functions Appropriately migrates users with legacy settings migrateLegacyCashtabSettings: Migrates an empty object to default settings
[11:53:13][CashTab Unit Tests] Cashtab validation functions Appropriately migrates users with legacy settings migrateLegacyCashtabSettings: Returns object unchanged if it has all expected keys
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if the user has valid cashtab settings isValidCashtabSettings: A 1.4.x settings object is invalid
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if the user has valid cashtab settings isValidCashtabSettings: A 1.5.0 settings object is valid
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if the user has valid cashtab settings isValidCashtabSettings: Rejects an otherwise-valid settings object if the currency is not supported
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if the user has valid cashtab settings isValidCashtabSettings: Rejects an otherwise-valid settings object if a ticker is misnamed
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if the user has valid cashtab settings isValidCashtabSettings: Rejects an otherwise-valid settings object if it is from before the introduction of sendModal
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if cashtabCache is valid or invalid isValidCashtabCache: Returns false for legacy cashtabCache
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if cashtabCache is valid or invalid isValidCashtabCache: Returns false if there is not a map at tokens key
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if cashtabCache is valid or invalid isValidCashtabCache: Returns false for cashtabCache before 2.9.0
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if cashtabCache is valid or invalid isValidCashtabCache: Returns false for current version cashtabCache if it is missing the unknown token id
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if cashtabCache is valid or invalid isValidCashtabCache: Returns true for current version cashtabCache
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if cashtabCache is valid or invalid isValidCashtabCache: Returns true for current version cashtabCache if blocks key is missing
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if cashtabCache is valid or invalid isValidCashtabCache: Returns true for default cashtabCache
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns true for a valid Cashtab wallet
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false for a JSON-loaded pre-2.9.0 Cashtab wallet
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false for a pre-2.9.0 Cashtab wallet
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if not an object
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if false (used to indicate no wallet yet set)
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet is missing state
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet is missing mnemonic
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet is missing name
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet is missing paths
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet is missing hash in path1899 path object
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet is missing address in path1899 path object
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet is missing address in path1899 path object
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns true for a multi-path wallet
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet is missing wif in a secondary path object
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet has no path info objects
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet.state is not an object
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if no balanceSats in wallet.state
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if balances in wallet.state
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if balanceSats is not a number
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if no slpUtxos in wallet.state
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if no nonSlpUtxos in wallet.state
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if no tokens in wallet.state
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if hydratedUtxoDetails is in wallet.state
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if slpBalancesAndUtxos is in wallet.state
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: Dust minimum is valid
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: 1 satoshi below dust min is invalid
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: 0 is not a valid send amount
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A value with one decimal place not exceeding user balance is accepted
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A value with two decimal places not exceeding user balance is accepted
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A value with more than two decimal places not exceeding user balance is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A value using a decimal marker other than "." is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A non-number string is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: null is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: undefined is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A value including non-numerical characters is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A value exactly matching wallet balance is accepted
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A value exceeding wallet balance by 1 satoshi is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A fiat value that converts to less than the user total balance is accepted
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A fiat value that converts to one satoshi more than the user total balance is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A fiat value that converts to more than the user total balance is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A fiat value that converts to more than the user total balance is rejected with error formatted in non-default locale
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Accepts correctly formed multisend output for amount exactly equal to wallet total balance
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Rejects correctly formed multisend output for amount exceeding wallet total balance by 1 satoshi
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Accepts correctly formed multisend output for amount exactly equal to wallet total balance if addresses are padded by extra spaces
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Returns expected error msg and line number if string includes an invalid address
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Returns expected error msg for invalid value (dust)
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Returns expected error msg and line numberfor invalid value (too many decimal places)
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Returns expected error msg for an empty input
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Returns expected error msg and line number for an empty row
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Returns expected error msg for non-string input
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Returns expected error msg and line number if csv line does not include address and value
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Returns expected error msg and line number if a line has more than one comma
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send or burn token amount is valid isValidTokenSendOrBurnAmount: A decimalized string with no decimals equivalent to the user balance of this token is valid for a token with no decimals
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send or burn token amount is valid isValidTokenSendOrBurnAmount: 0 is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send or burn token amount is valid isValidTokenSendOrBurnAmount: Blank input is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send or burn token amount is valid isValidTokenSendOrBurnAmount: Rejects non-string input
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send or burn token amount is valid isValidTokenSendOrBurnAmount: Rejects input including a decimal marker other than "."
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send or burn token amount is valid isValidTokenSendOrBurnAmount: Rejects input multiple decimal points
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send or burn token amount is valid isValidTokenSendOrBurnAmount: Rejects input multiple consecutive decimal points
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send or burn token amount is valid isValidTokenSendOrBurnAmount: Rejects input containing non-decimal characters
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send or burn token amount is valid isValidTokenSendOrBurnAmount: We cannot send a token satoshi more than tokenBalance
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send or burn token amount is valid isValidTokenSendOrBurnAmount: We get non-plural error msg if token supports only 1 decimal place
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send or burn token amount is valid isValidTokenSendOrBurnAmount: We cannot specify more decimal places than supported by the token
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send or burn token amount is valid isValidTokenSendOrBurnAmount: We cannot have decimals for a token supporting 0 decimals
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send or burn token amount is valid isValidTokenSendOrBurnAmount: We can specify fewer decimal places than supported by the token
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send or burn token amount is valid isValidTokenSendOrBurnAmount: We can specify the exact decimal places supported by the token
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send or burn token amount is valid isValidTokenSendOrBurnAmount: We can include a decimal point at the end of the string and no decimal places
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input send or burn token amount is valid isValidTokenSendOrBurnAmount: We can include a decimal point at the end of the string and no decimal places, even if the token supports 0 decimals
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: A decimalized string with no decimals is valid for a token with no decimals
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: 0 is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: Blank input is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: Rejects non-string input
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: Rejects input including a decimal marker other than "."
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: Rejects input with multiple decimal points
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: Rejects input multiple consecutive decimal points
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: Rejects input containing non-decimal characters
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: We get non-plural error msg if token supports only 1 decimal place
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: We cannot specify more decimal places than supported by the token
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: We cannot have decimals for a token supporting 0 decimals
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: We can specify fewer decimal places than supported by the token
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: We can specify the exact decimal places supported by the token
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: We can include a decimal point at the end of the string and no decimal places
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: We can include a decimal point at the end of the string and no decimal places, even if the token supports 0 decimals
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: We accept the max mint amount
[11:53:13][CashTab Unit Tests] Cashtab validation functions Determines if a user input token mint amount is valid isValidTokenMintAmount: We reject one token satoshi more than the max mint amount
[11:53:13][CashTab Unit Tests] Cashtab validation functions Can tell if a string is valid bip21 op_return_raw input, or why it is not getOpReturnRawError: Valid lowercase hex of max length is good
[11:53:13][CashTab Unit Tests] Cashtab validation functions Can tell if a string is valid bip21 op_return_raw input, or why it is not getOpReturnRawError: Valid lowercase hex of 1 more than max length is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Can tell if a string is valid bip21 op_return_raw input, or why it is not getOpReturnRawError: Valid lowercase hex of max length that starts with "6a" is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Can tell if a string is valid bip21 op_return_raw input, or why it is not getOpReturnRawError: Valid hex of odd length below max is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Can tell if a string is valid bip21 op_return_raw input, or why it is not getOpReturnRawError: Uppercase hex is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Can tell if a string is valid bip21 op_return_raw input, or why it is not getOpReturnRawError: Even-length string containing non-hex characters is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Can tell if a string is valid bip21 op_return_raw input, or why it is not getOpReturnRawError: Even-length string containing a space is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Can tell if a string is valid bip21 op_return_raw input, or why it is not getOpReturnRawError: Empty string is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Can tell if a string is valid bip21 op_return_raw input, or why it is not getOpReturnRawError: String of even spaces is rejected
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validates OP_RETURN raw for eCash node broadcast nodeWillAcceptOpReturnRaw: Rejects a string that starts with 6a
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validates OP_RETURN raw for eCash node broadcast nodeWillAcceptOpReturnRaw: Rejects a string that starts with invalid pushdata
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validates OP_RETURN raw for eCash node broadcast nodeWillAcceptOpReturnRaw: Rejects non-string input
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validates OP_RETURN raw for eCash node broadcast nodeWillAcceptOpReturnRaw: Rejects non-hex input
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validates OP_RETURN raw for eCash node broadcast nodeWillAcceptOpReturnRaw: Accepts a valid hex string under max length
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validates OP_RETURN raw for eCash node broadcast nodeWillAcceptOpReturnRaw: Accepts a valid hex string of max length
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validates OP_RETURN raw for eCash node broadcast nodeWillAcceptOpReturnRaw: Rejects a valid hex string over max length
[11:53:13][CashTab Unit Tests] Cashtab validation functions Validates OP_RETURN raw for eCash node broadcast nodeWillAcceptOpReturnRaw: Rejects a valid hex string of odd length
[11:53:13][CashTab Unit Tests] Cashtab validation functions Gets error or false for contact name input getContactNameError: Accepts a max-length contact name if it does not exist in current contacts
[11:53:13][CashTab Unit Tests] Cashtab validation functions Gets error or false for contact name input getContactNameError: Accepts a max-length contact name if no contacts exist
[11:53:13][CashTab Unit Tests] Cashtab validation functions Gets error or false for contact name input getContactNameError: Rejects a max-length + 1 contact name if it does not exist in current contacts
[11:53:13][CashTab Unit Tests] Cashtab validation functions Gets error or false for contact name input getContactNameError: Rejects an empty string
[11:53:13][CashTab Unit Tests] Cashtab validation functions Gets error or false for contact name input getContactNameError: Rejects a contact name if it already exists in contacts
[11:53:13][CashTab Unit Tests] Cashtab validation functions Gets error or false for contact address input getContactAddressError: No error from a valid ecash: prefixed address to an empty contact list
[11:53:13][CashTab Unit Tests] Cashtab validation functions Gets error or false for contact address input getContactAddressError: Expected error from a valid ecash: prefixed address if exists in contact list
[11:53:13][CashTab Unit Tests] Cashtab validation functions Gets error or false for contact address input getContactAddressError: Expected error from a valid prefixless ecash: address
[11:53:13][CashTab Unit Tests] Cashtab validation functions Gets error or false for contact address input getContactAddressError: Expected error from an invalid address
[11:53:13][CashTab Unit Tests] Cashtab validation functions Gets error or false for wallet name input getWalletNameError: Accepts a string of max length if no wallets exist with the same name
[11:53:13][CashTab Unit Tests] Cashtab validation functions Gets error or false for wallet name input getWalletNameError: Returns expected error for a string of max length if wallet exists with the same name
[11:53:13][CashTab Unit Tests] Cashtab validation functions Gets error or false for wallet name input getWalletNameError: Returns expected error for an empty string
[11:53:13][CashTab Unit Tests] Cashtab validation functions Gets error or false for wallet name input getWalletNameError: Returns expected error for blank spaces
[11:53:13][CashTab Unit Tests] Cashtab validation functions Gets error or false for wallet name input getWalletNameError: Returns expected error for wallet 1 char over the max name length
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions flattenChronikTxHistory successfully combines the result of getHistory into a single array
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: Staking rewards coinbase tx
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: Incoming XEC tx
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: Outgoing XEC tx
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: Alias registration
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: Incoming eToken
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: Outgoing eToken
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: Genesis tx
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: Incoming eToken tx with 9 decimals
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: Legacy airdrop tx
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: Outgoing encrypted msg (deprecated)
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: Incoming encrypted msg (deprecated)
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: Token burn tx
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: Token burn tx with decimals
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: SWaP tx
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: PayButton tx with no data and payment id
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: PayButton tx with data and payment id
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: PayButton tx with no data and no payment id
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: PayButton tx with data and no payment id
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: PayButton tx with unsupported version number
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: Paybutton tx that does not have spec number of pushes
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: External msg received from Electrum
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: Unknown app tx
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: We can parse a received ALP tx
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: External msg received from eCash Chat
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseTx: slp v1 mint tx
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Sorts and trims chronik tx history sortAndTrimChronikTxHistory: successfully orders the result of flattenChronikTxHistory by blockheight and firstSeenTime if all txs are confirmed
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Sorts and trims chronik tx history sortAndTrimChronikTxHistory: orders the result of flattenChronikTxHistory by blockheight and firstSeenTime if some txs are confirmed and others unconfirmed
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Sorts and trims chronik tx history sortAndTrimChronikTxHistory: orders the result of flattenChronikTxHistory by blockheight and firstSeenTime if all txs are unconfirmed,
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Separates SLP and non-SLP utxos organizeUtxosByType: Splits token utxos and non-token utxos using real in-node utxos
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Separates SLP and non-SLP utxos organizeUtxosByType: Splits token utxos and non-token utxos
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Separates SLP and non-SLP utxos organizeUtxosByType: Returns empty array for nonSlpUtxos if all utxos are token utxos
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions Separates SLP and non-SLP utxos organizeUtxosByType: Returns empty array for preliminarySlpUtxos if no token utxos found
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions We get info we want to cache about a token from its genesis tx and chronik token info endpoint getTokenGenesisInfo: slpv1 token with no minting batons
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions We get info we want to cache about a token from its genesis tx and chronik token info endpoint getTokenGenesisInfo: slpv1 token with no minting batons unconfirmed genesis tx
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions We get info we want to cache about a token from its genesis tx and chronik token info endpoint getTokenGenesisInfo: slpv1 token with minting baton
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions We get info we want to cache about a token from its genesis tx and chronik token info endpoint getTokenGenesisInfo: ALP token with a minting baton
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions We get info we want to cache about a token from its genesis tx and chronik token info endpoint getTokenGenesisInfo: slpv2 genesis tx
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions We get info we want to cache about a token from its genesis tx and chronik token info endpoint getTokenGenesisInfo: Slp type 2 token (BUX)
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions We get info we want to cache about a token from its genesis tx and chronik token info endpoint getTokenGenesisInfo: Error is thrown if 1st chronik API call not completed successfully
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions We get info we want to cache about a token from its genesis tx and chronik token info endpoint getTokenGenesisInfo: Error is thrown if 2nd chronik API call not completed successfully
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions We can get token balance from a large token utxo set and update the cache
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions We can get token balance form a large token utxo set that includes a utxo of unknown tokenId and update the cache
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions We can get utxos from multiple paths and tag each one with its path
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions We can get and parse tx history from a multi-path wallet, and update the token cache at the same time
[11:53:13][CashTab Unit Tests] Cashtab chronik.js functions We can get and parse tx history from a multi-path wallet. If there is an error in getting cached token data, we still parse tx history. We add to token cache and get parsed tx history
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] useWallet hook rendering in different localforage states localforage can set and get a map of tokeninfo by tokenId
[11:53:13][CashTab Unit Tests] useWallet hook rendering in different localforage states XEC price is set in state on successful API fetch
[11:53:13][CashTab Unit Tests] useWallet hook rendering in different localforage states XEC price remains null in state on API error
[11:53:13][CashTab Unit Tests] useWallet hook rendering in different localforage states XEC price is set in state to fiat currency of user settings on successful API fetch
[11:53:13][CashTab Unit Tests] useWallet hook rendering in different localforage states Cashtab loads wallet, settings, cache, and contactlist from localforage to context if they are present
[11:53:13][CashTab Unit Tests] useWallet hook rendering in different localforage states processChronikWsMsg() refreshes alias prices when aliasPrices is null
[11:53:13][CashTab Unit Tests] useWallet hook rendering in different localforage states processChronikWsMsg() refreshes alias prices when aliasPrices exists, server and cashtab prices array length do not match
[11:53:13][CashTab Unit Tests] useWallet hook rendering in different localforage states processChronikWsMsg() does not refresh alias prices when aliasPrices exists, server and cashtab array length do match
[11:53:13][CashTab Unit Tests] useWallet hook rendering in different localforage states Verify a processChronikWsMsg() new block event updates the `aliasServerError` state var upon a /prices/ endpoint error
[11:53:13][CashTab Unit Tests] useWallet hook rendering in different localforage states Verify refreshAliases() updates the `aliases` state variable on a successful /address/ endpoint response
[11:53:13][CashTab Unit Tests] useWallet hook rendering in different localforage states Verify refreshAliases() updates the `aliasServerError` state variable upon an /address/ endpoint error
[11:53:13][CashTab Unit Tests] useWallet hook rendering in different localforage states An incoming tx message from the websocket causes the wallet to update
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <Tx /> Incoming XEC-only, avalanche finalized
[11:53:13][CashTab Unit Tests] <Tx /> Incoming XEC-only, not yet finalized by Avalanche
[11:53:13][CashTab Unit Tests] <Tx /> Outgoing XEC-only
[11:53:13][CashTab Unit Tests] <Tx /> Staking reward received by Cashtab wallet
[11:53:13][CashTab Unit Tests] <Tx /> Alias registration (v0)
[11:53:13][CashTab Unit Tests] <Tx /> Invalid alias registration (v0)
[11:53:13][CashTab Unit Tests] <Tx /> Another invalid alias registration (v0)
[11:53:13][CashTab Unit Tests] <Tx /> Received slpv1 fungible token
[11:53:13][CashTab Unit Tests] <Tx /> Received slpv1 fungible token with no token info in cache
[11:53:13][CashTab Unit Tests] <Tx /> Sent slpv1 fungible token
[11:53:13][CashTab Unit Tests] <Tx /> Sent slpv1 fungible token with no token info in cache
[11:53:13][CashTab Unit Tests] <Tx /> slpv1 fungible token GENESIS
[11:53:13][CashTab Unit Tests] <Tx /> slpv1 fungible token GENESIS with no token info in cache
[11:53:13][CashTab Unit Tests] <Tx /> Received slpv1 fungible token amount less than 1 with 9 decimals
[11:53:13][CashTab Unit Tests] <Tx /> Received slpv1 fungible token with 9 decimals with no token info in cache
[11:53:13][CashTab Unit Tests] <Tx /> Received airdrop with msg (legacy push) with no token info in cache
[11:53:13][CashTab Unit Tests] <Tx /> Sent airdrop with msg with token info in cache
[11:53:13][CashTab Unit Tests] <Tx /> Off-spec airdrop tx
[11:53:13][CashTab Unit Tests] <Tx /> Sent encrypted msg
[11:53:13][CashTab Unit Tests] <Tx /> Received encrypted msg
[11:53:13][CashTab Unit Tests] <Tx /> Burn slpv1 fungible token
[11:53:13][CashTab Unit Tests] <Tx /> Burn slpv1 fungible token with no token info in cache
[11:53:13][CashTab Unit Tests] <Tx /> Burn slpv1 fungible token with 9 decimals
[11:53:13][CashTab Unit Tests] <Tx /> Swap tx
[11:53:13][CashTab Unit Tests] <Tx /> Received PayButton tx with nonce and no data
[11:53:13][CashTab Unit Tests] <Tx /> Sent PayButton tx with nonce and data
[11:53:13][CashTab Unit Tests] <Tx /> Sent empty PayButton tx (no nonce, no data)
[11:53:13][CashTab Unit Tests] <Tx /> Sent PayButton tx with data but no nonce
[11:53:13][CashTab Unit Tests] <Tx /> Off-spec PayButton tx
[11:53:13][CashTab Unit Tests] <Tx /> Unsupported version PayButton tx
[11:53:13][CashTab Unit Tests] <Tx /> eCash chat tx
[11:53:13][CashTab Unit Tests] <Tx /> off-spec eCash chat tx
[11:53:13][CashTab Unit Tests] <Tx /> slpv1 fungible token MINT
[11:53:13][CashTab Unit Tests] <Tx /> slpv1 fungible token MINT with no token info in cache
[11:53:13][CashTab Unit Tests] <Tx /> Msg sent by ElectrumABC
[11:53:13][CashTab Unit Tests] <Tx /> Unknown App tx with long push in stackArray
[11:53:13][CashTab Unit Tests] <Tx /> Received ALP tx
[11:53:13][CashTab Unit Tests] <Tx /> Received ALP tx with token not in cache
[11:53:13][CashTab Unit Tests] <Tx /> Received Cashtab message
[11:53:13][CashTab Unit Tests] <Tx /> off-spec Cashtab msg
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Calculates total balance in satoshis from a valid set of chronik utxos getBalanceSats: Kind of a normal balance calculation
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Calculates total balance in satoshis from a valid set of chronik utxos getBalanceSats: Wallet balance of total XEC supply
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Calculates total balance in satoshis from a valid set of chronik utxos getBalanceSats: Empty array returns 0 balance
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Calculates total balance in satoshis from a valid set of chronik utxos getBalanceSats: Array containing valid and invalid chronik utxos returns NaN
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Calculates total balance in satoshis from a valid set of chronik utxos getBalanceSats: Array containing invalid chronik utxos returns NaN
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Calculates total balance in satoshis from a valid set of chronik utxos getBalanceSats throws error for: Call with non-Array
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Converts satoshis to XEC and XEC to satoshis Converts satoshis to xec: Total XEC supply
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Converts satoshis to XEC and XEC to satoshis Converts xec to satoshis: Total XEC supply
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Converts satoshis to XEC and XEC to satoshis Converts satoshis to xec: Total XEC supply less 1 satoshi
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Converts satoshis to XEC and XEC to satoshis Converts xec to satoshis: Total XEC supply less 1 satoshi
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Converts satoshis to XEC and XEC to satoshis Converts satoshis to xec: 0 is 0
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Converts satoshis to XEC and XEC to satoshis Converts xec to satoshis: 0 is 0
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Converts satoshis to XEC and XEC to satoshis toXec throws error for: Bad XEC amount, too many decimal places
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Converts satoshis to XEC and XEC to satoshis toSatoshis throws error for: Bad XEC amount, too many decimal places
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Determines if the wallet has greater than or equal to a specified qty of a specified token hasEnoughToken: Returns true if wallet has token in exactly required amount
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Determines if the wallet has greater than or equal to a specified qty of a specified token hasEnoughToken: Returns false if wallet has token but less than required amount
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Determines if the wallet has greater than or equal to a specified qty of a specified token hasEnoughToken: Returns false if wallet does not have this token
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Creates a wallet from valid bip39 mnemonic createCashtabWallet: Creates a Cashtab wallet from a valid bip39 mnemonic
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Converts string input of fiat send amount to satoshis XEC createCashtabWallet: Converts 1 USD from fiat to satoshis for string input
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Converts string input of fiat send amount to satoshis XEC createCashtabWallet: Converts total XEC supply in USD from fiat to satoshis for string input
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Converts string input of fiat send amount to satoshis XEC createCashtabWallet: Returns an integer even if input has arbitrarily high decimal precision for string input
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Converts string input of fiat send amount to satoshis XEC createCashtabWallet: Converts 1 USD from fiat to satoshis for number input
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Converts string input of fiat send amount to satoshis XEC createCashtabWallet: Converts total XEC supply in USD from fiat to satoshis for number input
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Converts string input of fiat send amount to satoshis XEC createCashtabWallet: Returns an integer even if input has arbitrarily high decimal precision for number input
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Gets legacy paths from a legacy wallet requiring migration getLegacyPaths: Determines legacy paths for a post-2.2.0 wallet with legacy paths
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Gets legacy paths from a legacy wallet requiring migration getLegacyPaths: Determines legacy paths for a post-2.9.0 wallet with legacy paths
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Gets legacy paths from a legacy wallet requiring migration getLegacyPaths: Determines legacy paths for a pre-2.2.0 wallet with legacy paths
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Gets legacy paths from a legacy wallet requiring migration getLegacyPaths: Returns an empty array if the wallet contains no legacy paths
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Gets expected array when activating a new wallet getWalletsForNewActiveWallet: Return expected wallets array
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Gets expected array when activating a new wallet getWalletsForNewActiveWallet: Returns wallets array unchanged if walletToActivate is already wallets[0]
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Gets expected array when activating a new wallet getWalletsForNewActiveWallet throws error for: Throws error if called with a wallet that is not in wallets
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back decimalizeTokenAmount: Decimalizes amount for 0-decimal token amount larger than JS max safe integer
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back undecimalizeTokenAmount: Decimalizes amount for 0-decimal token amount larger than JS max safe integer
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back decimalizeTokenAmount: Decimalizes amount for 9-decimal token amount larger than JS max safe integer
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back undecimalizeTokenAmount: Decimalizes amount for 9-decimal token amount larger than JS max safe integer
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back decimalizeTokenAmount: Decimalizes amount for 9-decimal token amount larger than JS max safe integer with non-zero decimal places
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back undecimalizeTokenAmount: Decimalizes amount for 9-decimal token amount larger than JS max safe integer with non-zero decimal places
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back decimalizeTokenAmount: Decimalizes 0 by adding expected decimal places
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back undecimalizeTokenAmount: Decimalizes 0 by adding expected decimal places
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back decimalizeTokenAmount: Decimalizes a number less than 1 by adding expected decimal places
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back undecimalizeTokenAmount: Decimalizes a number less than 1 by adding expected decimal places
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back decimalizeTokenAmount: Decimalizes smallest amount of slpv1 spec
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back undecimalizeTokenAmount: Decimalizes smallest amount of slpv1 spec
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back decimalizeTokenAmount: Can decimalize for arbitrary decimals, as long as decimals is an integer
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back undecimalizeTokenAmount: Can decimalize for arbitrary decimals, as long as decimals is an integer
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back decimalizeTokenAmount throws error for: Throws error if input is not a string
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back decimalizeTokenAmount throws error for: Throws error if input is not a stringified integer
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can decimalize a token amount string and undecimalize it back decimalizeTokenAmount throws error for: Throws error if decimals is not an integer
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can undecimalize a decimalizedTokenAmount string, and we throw expected errors if undecimalizeTokenAmount is invalid undecimalizeTokenAmount: Returns expected amount for a 0-decimal token that has a decimal point at the end
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can undecimalize a decimalizedTokenAmount string, and we throw expected errors if undecimalizeTokenAmount is invalid undecimalizeTokenAmount: Handles a decimalized amount with no decimal place
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can undecimalize a decimalizedTokenAmount string, and we throw expected errors if undecimalizeTokenAmount is invalid undecimalizeTokenAmount: Handles a decimalized amount with under-specified decimal places
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can undecimalize a decimalizedTokenAmount string, and we throw expected errors if undecimalizeTokenAmount is invalid undecimalizeTokenAmount throws error for: Throws error if decimalizedAmount is not a string
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can undecimalize a decimalizedTokenAmount string, and we throw expected errors if undecimalizeTokenAmount is invalid undecimalizeTokenAmount throws error for: Throws error if decimalizedAmount is an empty string
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can undecimalize a decimalizedTokenAmount string, and we throw expected errors if undecimalizeTokenAmount is invalid undecimalizeTokenAmount throws error for: Throws error if decimalizedAmount includes more than one decimal
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can undecimalize a decimalizedTokenAmount string, and we throw expected errors if undecimalizeTokenAmount is invalid undecimalizeTokenAmount throws error for: Throws error if decimalizedAmount includes a decimal point that is not a period
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can undecimalize a decimalizedTokenAmount string, and we throw expected errors if undecimalizeTokenAmount is invalid undecimalizeTokenAmount throws error for: Throws error if decimalizedAmount includes alphabet characters
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can undecimalize a decimalizedTokenAmount string, and we throw expected errors if undecimalizeTokenAmount is invalid undecimalizeTokenAmount throws error for: Throws error if decimals is invalid
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can undecimalize a decimalizedTokenAmount string, and we throw expected errors if undecimalizeTokenAmount is invalid undecimalizeTokenAmount throws error for: Throws precision error if decimals are over-specified for a 0-decimal token
[11:53:13][CashTab Unit Tests] Cashtab wallet methods We can undecimalize a decimalizedTokenAmount string, and we throw expected errors if undecimalizeTokenAmount is invalid undecimalizeTokenAmount throws error for: Throws precision error if decimals are over-specified for a 9-decimal token
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Removes leading zeros from a string removeLeadingZeros: Removes leading zeros from a number string
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Removes leading zeros from a string removeLeadingZeros: Removes leading zeros from a string of all zeros
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Removes leading zeros from a string removeLeadingZeros: Preserves trailing zeros
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Removes leading zeros from a string removeLeadingZeros: Removes leading zeros and preserves trailing zeros from an arbitrary string
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Successfully extracts a hash160 array from valid cashtab wallet
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Determines if a wallet has unfinalized txs in history hasUnfinalizedTxsInHistory: Returns true if valid wallet history has an unfinalized tx
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Determines if a wallet has unfinalized txs in history hasUnfinalizedTxsInHistory: Returns true for cashtab test wallet mock, which has an unconfirmed tx
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Determines if a wallet has unfinalized txs in history hasUnfinalizedTxsInHistory: Returns false if valid wallet history has no unfinalized txs
[11:53:13][CashTab Unit Tests] Cashtab wallet methods Determines if a wallet has unfinalized txs in history hasUnfinalizedTxsInHistory: Returns false if parsedTxHistory is not an array accessible at the state key
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <Alias /> Registered and Pending Aliases are correctly rendered
[11:53:13][CashTab Unit Tests] <Alias /> Registered and Pending Aliases are correctly rendered when pending list is empty
[11:53:13][CashTab Unit Tests] <Alias /> Registered and Pending Aliases are correctly rendered when registered list is empty
[11:53:13][CashTab Unit Tests] <Alias /> Registered and Pending lists still renders when aliasValidationError is populated and aliasServerError is false
[11:53:13][CashTab Unit Tests] <Alias /> Registered and Pending lists do not render when aliasValidationError is false and aliasServerError is populated
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <TokenActions /> SLP1 fixed supply token
[11:53:13][<TokenActions /> SLP1 fixed supply token] TestingLibraryElementError: Unable to find an element with the title: Toggle Mint. Ignored nodes: comments, script, style <body> <div> <div class="sc-hgRTRy jOfdtI" > <div class="Toastify" /> <div class="sc-iIHSe rdePw" > <div class="sc-feryYK kkHVET" > <div class="sc-gldTML femPiK" > <div class="sc-kkbgRg ftXgaI" > <img alt="cashtab" class="sc-hRmvpr fUuxBg" src="test-file-stub" /> </div> <div class="sc-gbzWSY hBCHVc" title="Wallet Info" > <div class="sc-dREXXX fAmbLM" > <select class="sc-kcbnda qXwFy" id="wallets" name="wallets" > <option class="sc-hcmgZB fKdOEb" value="Token Test" > Token Test </option> </select> <div class="sc-fEUNkw NZUjR" > <button aria-label="Copy ecash:qqq9f9z3uhpzkxrgdjkd7dxuuey7tmpmugpmnw0kue" class="sc-fOKMvo fAHLVb" > <svg title="copy-paste" /> </button> <div class="sc-gHboQg fjXpEN" > <div class="sc-eilVRo impULA" > <input checked="" class="sc-dymIpo dhyqmP" id="show-hide-balance" name="show-hide-balance" title="show-hide-balance" type="checkbox" /> <label class="sc-eerKOB NZoeG" for="show-hide-balance" > <span class="sc-emmjRN gmaaWK" data-off="" data-on="" /> <span class="sc-cpmLhU lcLQqB" /> </label> </div> </div> </div> </div> <div class="sc-dHmInP gUvHSH" title="Balance in XEC" > 9,970.81 XEC </div> <div class="sc-ejGVNB eJFbkD" title="Balance in Local Currency" > $ 0.30   USD </div> <p class="sc-eLdqWK cjusfr" title="Price in Local Currency" > 1 XEC = 0.00003000 USD </p> </div> </div> <div class="sc-ESoVU gTaONH" > <div class="sc-iGrrsa gzzmZH" > 111.000000000 Vespene Gas ( VSP ) </div> <div class="sc-kaNhvL czOoID" title="Token Stats" > <div class="sc-iBEsjs eLgovB" > <button class="sc-dEoRIm bBCnNm" > <img alt="icon for 20a0b9337a78603c6681ed2bc541593375535dcd9979196620ce71f233f2f6f8" height="128" src="https://icons.etokens.cash/128/20a0b9337a78603c6681ed2bc541593375535dcd9979196620ce71f233f2f6f8.png" width="128" /> </button> </div> <div class="sc-iBEsjs eLgovB" > <div class="sc-hzNEM jRtCRI" > <div class="sc-chbbiW hCEjss" > Type: </div> <div class="sc-iBEsjs eLgovB" > <div class="sc-bmyXtO zYbHC" > SLP <button aria-label="Click for more info about this token type" class="sc-fOKMvo fAHLVb" > <svg title="More Info" /> </button> </div> </div> </div> <div class="sc-hzNEM jRtCRI" > <div class="sc-chbbiW hCEjss" > Token Id: </div> <div class="sc-iBEsjs eLgovB" > <a href="https://explorer.e.cash/tx/20a0b9337a78603c6681ed2bc541593375535dcd9979196620ce71f233f2f6f8" rel="noopener noreferrer" target="_blank" > 20a ... 6f8 </a> </div> <div class="sc-iBEsjs eLgovB" > <button class="sc-fOKMvo fAHLVb" > <svg title="copy-paste" /> </button> </div> </div> <div class="sc-hzNEM jRtCRI" > <div class="sc-chbbiW hCEjss" > decimals: </div> <div class="sc-iBEsjs eLgovB" > 9 </div> </div> <div class="sc-hzNEM jRtCRI" > <div class="sc-chbbiW hCEjss" > url: </div> <div class="sc-iBEsjs eLgovB" > <a href="https://simple.wikipedia.org/wiki/StarCraft#Gameplay" rel="noreferrer" target="_blank" > simple.wiki... </a> </div> </div> <div class="sc-hzNEM jRtCRI" > <div class="sc-chbbiW hCEjss" > created: </div> <div class="sc-iBEsjs eLgovB" > Oct 24, 2022 </div> </div> <div class="sc-hzNEM jRtCRI" > <div class="sc-chbbiW hCEjss" > Genesis Qty: </div> <div class="sc-iBEsjs eLgovB" > 3,000,000,000.000000000 </div> </div> <div class="sc-hzNEM jRtCRI" > <div class="sc-chbbiW hCEjss" > Supply: </div> <div class="sc-iBEsjs eLgovB" > 2,999,998,798.000000000 (fixed) </div> </div> </div> </div> <div class="sc-jtggT huibQt" title="Token Actions" > <div class="sc-kxynE eBCGhc" > <div class="sc-gHboQg fjXpEN" > <div class="sc-eilVRo eDQFpJ" > <input class="sc-dymIpo dhyqmP" id="Toggle Send" name="Toggle Send" title="Toggle Send" type="checkbox" /> <label class="sc-eerKOB NZoeG" for="Toggle Send" > <span class="sc-emmjRN fxtHZz" data-off="➡️" data-on="➡️" /> <span class="sc-cpmLhU gYgCxm" /> </label> </div> </div> <div class="sc-ckVGcZ hCXLOb" > Send Vespene Gas ( VSP ) </div> </div> <div class="sc-ebFjAB jcTDvn" > <div class="sc-jKVCRD hkDXZT" > <div class="sc-btzYZH kSktdT" > <div class="sc-lhVmIH fuhlTY" > <input class="sc-bYSBpT sc-kTUwUJ eijHiD" name="address" placeholder="Address" value="" /> <button class="sc-iELTvK gjJHRf" title="Scan QR Code" > <svg /> </button> </div> <div class="sc-kPVwWT kixwk" /> </div> <div class="sc-fcdeBU eyVJKA" > <a class="sc-chPdSV laQSyi" href="https://explorer.e.cash/address/false" rel="noreferrer" target="_blank" /> </div> </div> </div> <div class="sc-ebFjAB jcTDvn" > <div class="sc-btzYZH kSktdT" > <div class="sc-lhVmIH fuhlTY" > <input class="sc-bYSBpT sc-kTUwUJ eijHiD" name="amount" placeholder="Amount" step="1e-9" type="number" value="" /> <button class="sc-dqBHgY sc-gxMtzJ qrFKP" > max </button> </div> <div class="sc-kPVwWT kixwk" /> </div> </div> <div class="sc-ebFjAB jcTDvn" > <button class="sc-bXGyLb sc-eLExRp cOkytB" style="margin-top: 24px;" > Send VSP </button> </div> <div class="sc-kxynE eBCGhc" > <div class="sc-gHboQg fjXpEN" > <div class="sc-eilVRo eDQFpJ" > <input class="sc-dymIpo dhyqmP" id="Toggle Airdrop" name="Toggle Airdrop" title="Toggle Airdrop" type="checkbox" /> <label class="sc-eerKOB NZoeG" for="Toggle Airdrop" > <span class="sc-emmjRN fxtHZz" data-off=" " data-on=" " /> <span class="sc-cpmLhU gYgCxm" /> </label> </div> </div> <div class="sc-ckVGcZ hCXLOb" > Airdrop XEC to VSP holders </div> </div> <div class="sc-kxynE eBCGhc" > <div class="sc-gHboQg fjXpEN" > <div class="sc-eilVRo eDQFpJ" > <input class="sc-dymIpo dhyqmP" id="Toggle Burn" name="Toggle Burn" title="Toggle Burn" type="checkbox" /> <label class="sc-eerKOB NZoeG" for="Toggle Burn" > <span class="sc-emmjRN fxtHZz" data-off=" " data-on=" " /> <span class="sc-cpmLhU gYgCxm" /> </label> </div> </div> <div class="sc-ckVGcZ hCXLOb" > Burn VSP </div> </div> </div> </div> </div> <div class="sc-cJOK bNXPnn" > <button class="sc-hUMlYv bfxVjT" > <svg /> </button> <button aria-label="Send Screen" class="sc-hUMlYv bfxVjT" style="padding-bottom: 10px;" > <div class="sc-iwsKbI cuDgAv" > <svg title="tx-sent" /> </div> </button> <button aria-label="Tokens" class="sc-hUMlYv bfxVjT" > <svg title="Tokens" /> </button> <button aria-label="Receive" class="sc-hUMlYv bfxVjT" > <svg title="tx-received" /> </button> <div class="sc-ccSCjj ceyGJc" title="Show Other Screens" > <span class="sc-jKmXuR eUwhtz" /> <div class="sc-elNKlv hDTtNH" title="Other Screens" > <button class="sc-bYwvMP bwHDjw" > <p> Wallet Backup </p> <svg title="wallet" /> </button> <button class="sc-bYwvMP bwHDjw" > <p> Wallets </p> <svg title="wallets" /> </button> <button class="sc-bYwvMP bwHDjw" > <p> Contacts </p> <svg title="Contact List" /> </button> <button class="sc-bYwvMP bwHDjw" > <p> Airdrop </p> <svg title="tx-airdrop" /> </button> <button class="sc-bYwvMP bwHDjw" > <p> Swap </p> <svg title="swap" /> </button> <button class="sc-bYwvMP bwHDjw" > <p> Sign & Verify </p> <svg class="sc-htpNat bPFBeM" /> </button> <button class="sc-bYwvMP bwHDjw" > <p> Settings </p> <svg title="settings" /> </button> </div> </div> </div> </div> </div> </div> </body> at Object.getElementError (/work/cashtab/node_modules/@testing-library/dom/dist/config.js:37:19) at /work/cashtab/node_modules/@testing-library/dom/dist/query-helpers.js:76:38 at /work/cashtab/node_modules/@testing-library/dom/dist/query-helpers.js:52:17 at /work/cashtab/node_modules/@testing-library/dom/dist/query-helpers.js:95:19 at Object.getByTitle (/work/cashtab/src/components/Etokens/__tests__/TokenActions.test.js:155:23)
[11:53:13][CashTab Unit Tests] <TokenActions /> SLP1 variable supply token with mint baton
[11:53:13][CashTab Unit Tests] <TokenActions /> SLP1 NFT Parent token
[11:53:13][CashTab Unit Tests] <TokenActions /> ALP token
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <Receive /> Renders as expected on desktop, including copy paste functionality of clicking on the QR code
[11:53:13][CashTab Unit Tests] <Receive /> Renders the Receive screen with QR code of expected width for smallest supported mobile view
[11:53:13][CashTab Unit Tests] <Receive /> Renders the Receive screen with QR code of size that is fully viewable in extension dimensions
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <CreateTokenForm /> User can input valid token parameters, generate a token, and view a success notification
[11:53:13][CashTab Unit Tests] <CreateTokenForm /> User can create a token with a mint baton
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Cashtab Msg building functions getCashtabMsgTargetOutput: Alphanumeric string
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Cashtab Msg building functions getCashtabMsgTargetOutput: String with emojis
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Cashtab Msg building functions getCashtabMsgTargetOutput: String of max length for Cashtab Msg
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Cashtab Msg building functions getCashtabMsgTargetOutput throws error for: String exceeding max length for Cashtab Msg by 1 byte
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Cashtab Msg building functions getCashtabMsgTargetOutput throws error for: non-string input
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Cashtab Msg building functions getCashtabMsgTargetOutput throws error for: Empty string
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods getAirdropTargetOutput Airdrop with no optional msg
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods getAirdropTargetOutput Airdrop with many spaces for optional msg treated as no optional msg
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods getAirdropTargetOutput Airdrop with optional alphanumeric msg
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods getAirdropTargetOutput Airdrop with optional emoji and special characters msg
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods getAirdropTargetOutput Airdrop with optional msg of max allowable length
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods getAirdropTargetOutput getAirdropTargetOutput throws error for: Invalid tokenId provided
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods getAirdropTargetOutput getAirdropTargetOutput throws error for: Airdrop msg exceeding max length for airdrop msg by 1 byte
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods getAirdropTargetOutput getAirdropTargetOutput throws error for: non-string input for airdrop msg
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Alias registration target output building functions getAliasTargetOutput: Valid alias to p2pkh address
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Alias registration target output building functions getAliasTargetOutput: Valid alias to p2sh address
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Alias registration target output building functions getAliasTargetOutput throws error for: Invalid alias
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Alias registration target output building functions getAliasTargetOutput throws error for: Invalid address
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines byte count of user input alias registrations getAliasByteCount: Alias with emoji
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines byte count of user input alias registrations getAliasByteCount: Alias with emoji and text
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines byte count of user input alias registrations getAliasByteCount: Alias with special characters
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines byte count of user input alias registrations getAliasByteCount: Alias with Korean text
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines byte count of user input alias registrations getAliasByteCount: Alias with Arabic text
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines byte count of user input alias registrations getAliasByteCount: Alias with Chinese text
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines byte count of user input alias registrations getAliasByteCount: Alias with mixed foreign alphabets and emoji
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines byte count of user input alias registrations getAliasByteCount: Alphanumeric valid v0 alias
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines byte count of user input alias registrations getAliasByteCount throws error for: non-text input
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines bytecount of user input Cashtab Msg getCashtabMsgByteCount: a single emoji
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines bytecount of user input Cashtab Msg getCashtabMsgByteCount: msg input with characters and emojis
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines bytecount of user input Cashtab Msg getCashtabMsgByteCount: msg input with special characters
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines bytecount of user input Cashtab Msg getCashtabMsgByteCount: msg input with a mixture of symbols, multilingual characters and emojis
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines bytecount of user input Cashtab Msg getCashtabMsgByteCount: Alphanumeric string
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines bytecount of user input Cashtab Msg getCashtabMsgByteCount: String with emojis
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines bytecount of user input Cashtab Msg getCashtabMsgByteCount: String of max length for Cashtab Msg
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Determines bytecount of user input Cashtab Msg getCashtabMsgByteCount throws error for: non-text input
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Build target output for opreturn as bip21 param getOpreturnParamTargetOutput: Valid opreturn param input
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Build target output for opreturn as bip21 param getOpreturnParamTargetOutput: Max length for opreturn param
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Build target output for opreturn as bip21 param getOpreturnParamTargetOutput throws error for: Invalid opreturn param input
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Returns protocol identifier and raw hex for an SLP tx
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Returns protocol identifier and decoded message for a valid Cashtab msg
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Returns protocol identifier and decoded message for an invalid Cashtab msg
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Returns protocol identifier and decoded message for an encrypted Cashtab msg
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Returns protocol identifier and tokenId for a valid airdrop with no msg
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Returns protocol identifier and tokenId for a valid airdrop with msg
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Returns protocol identifier and raw hex for invalid airdrop
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Returns protocol identifier and raw hex for valid alias registration
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Returns protocol identifier and raw hex for invalid alias registration
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Valid paybutton with data and nonce
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Valid paybutton with no data and nonce
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Valid paybutton with data and no nonce
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Valid empty paybutton
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Invalid paybutton
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Valid eCash chat
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Invalid eCash chat
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw: Returns unknown for unknown OP_RETURN
[11:53:13][CashTab Unit Tests] Cashtab opreturn methods Parse op_return_raw input for display on Send screen parseOpReturnRaw throws error for: Throws error if op_return_raw is invalid OP_RETURN
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <BalanceHeader /> Renders the loader if balanceSats is not an integer
[11:53:13][CashTab Unit Tests] <BalanceHeader /> Renders the BalanceHeader component correctly with default locale en-US
[11:53:13][CashTab Unit Tests] <BalanceHeader /> Renders the BalanceHeader component correctly with fr-FR locale
[11:53:13][CashTab Unit Tests] <BalanceHeader /> Balance is hidden if cashtabSettings.balanceVisible is false
[11:53:13][CashTab Unit Tests] <BalanceHeader /> Renders fiat price for a non-USD currency
[11:53:13][CashTab Unit Tests] <BalanceHeader /> Fiat price and forex are not displayed if fiatPrice is unavailable
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] queryAliasServer() correctly throws a network error for server downtime or a malformed fetch url
[11:53:13][CashTab Unit Tests] queryAliasServer() correctly returns an array of alias objects for a valid eCash address that has registered aliases
[11:53:13][CashTab Unit Tests] queryAliasServer() correctly returns an array of alias objects for a valid prefix-less eCash address that has registered aliases
[11:53:13][CashTab Unit Tests] queryAliasServer() returns an empty array for a valid eCash address with no aliases
[11:53:13][CashTab Unit Tests] queryAliasServer() throws an error for an invalid eCash address
[11:53:13][CashTab Unit Tests] queryAliasServer() returns an alias object for a registered alias
[11:53:13][CashTab Unit Tests] queryAliasServer() returns an api error for a non-alphanumeric alias
[11:53:13][CashTab Unit Tests] queryAliasServer() returns a valid object for an unregistered alias
[11:53:13][CashTab Unit Tests] queryAliasServer() returns an error for an alias longer than 21 characters
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: 1000 satoshis with 1 change output at 1 sat/byte to p2pkh address
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: 1000 satoshis with 1 change output at 1 sat/byte to p2pkh address if all utxos are mature coinbase utxos
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: 1000 satoshis with 1 change output at 1 sat/byte to p2pkh address with an OP_RETURN output
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: 1000 satoshis with 1 change output at 1 sat/byte to p2pkh address with an OP_RETURN output at index 0
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: 1000 satoshis with 1 change output at 1 sat/byte to p2sh address
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: 1000 satoshis with 1 change output at 10 sat/byte
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: 1 satoshi per byte tx with no change outputs
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: 1 satoshi per byte tx with no change outputs from a wallet with utxos at many addresses
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: 1 satoshi per byte tx broadcast actually broadcast with this function
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: No precision error using JS Number on utxo with highest theoretically possible value
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: 15000 satoshis with 1 change output at 1 sat/byte to 5 p2pkh addresses
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: 15000 satoshis with 1 change output at 1 sat/byte to 5 p2sh outputs
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: Sending below dust threshold
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: Sending above wallet balance
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: Sending within wallet balance but insufficient to cover fee
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: Attempting to create a tx with fee rate below 1 sat/byte
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: Tx with utxos for which the wallet has no private keys
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: throws broadcast error from the node
[11:53:13][CashTab Unit Tests] We can broadcast XEC transactions sendXec: Insufficient balance due to immature coinbase utxos
[11:53:13][CashTab Unit Tests] Forming multisend targetOutputs getMultisendTargetOutputs: Airdrop
[11:53:13][CashTab Unit Tests] Forming multisend targetOutputs getMultisendTargetOutputs: Multisend format with extra space around address and value
[11:53:13][CashTab Unit Tests] Forming multisend targetOutputs getMultisendTargetOutputs: One address in multi format
[11:53:13][CashTab Unit Tests] Forming multisend targetOutputs getMultisendTargetOutputs: Multisend including a non-integer JS result
[11:53:13][CashTab Unit Tests] Forming multisend targetOutputs getMultisendTargetOutputs throws error for: Invalid multisend input (dust)
[11:53:13][CashTab Unit Tests] Forming multisend targetOutputs getMultisendTargetOutputs throws error for: Too many decimal places
[11:53:13][CashTab Unit Tests] Forming multisend targetOutputs getMultisendTargetOutputs throws error for: Use of comma as decimal place marker
[11:53:13][CashTab Unit Tests] Forming multisend targetOutputs getMultisendTargetOutputs throws error for: Too many commas on one line
[11:53:13][CashTab Unit Tests] Ignore unspendable coinbase utxos ignoreUnspendableUtxos: Array with no coinbase utxos returned unchanged
[11:53:13][CashTab Unit Tests] Ignore unspendable coinbase utxos ignoreUnspendableUtxos: Array with immature coinbase utxo returned without immature coinbase utxo
[11:53:13][CashTab Unit Tests] Ignore unspendable coinbase utxos ignoreUnspendableUtxos: Array with some immature coinbase utxos and some mature coinbase utxos returned without immature coinbase utxo
[11:53:13][CashTab Unit Tests] Ignore unspendable coinbase utxos ignoreUnspendableUtxos: If blockheight is zero, all coinbase utxos are removed
[11:53:13][CashTab Unit Tests] We can create and broadcast SLP v1 SEND and BURN txs from utxos of nng or in-node chronik shape Build and broadcast an SLP V1 SEND and BURN tx from in-node chronik-client utxos: SLP send and burn with token change
[11:53:13][CashTab Unit Tests] We can create and broadcast SLP v1 SEND and BURN txs from utxos of nng or in-node chronik shape Build and broadcast an SLP V1 SEND and BURN tx from in-node chronik-client utxos: SLP send and BURN with no token change
[11:53:13][CashTab Unit Tests] We can create and broadcast SLP v1 SEND and BURN txs from utxos of nng or in-node chronik shape Build and broadcast an SLP V1 SEND and BURN tx from in-node chronik-client utxos: SLP max send tx using all available input utxos
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with an input of 0
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with zero XEC balance input
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with a small XEC balance input with 2+ decimal figures
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with 1 Million XEC balance input
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with 1 Billion XEC balance input
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with total supply as XEC balance input
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with > total supply as XEC balance input
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with no balance
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with null input
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with undefined as input
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with non-numeric input
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions Accepts a valid unix timestamp
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions Accepts an empty string and generates a new timestamp
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions Accepts no parameter and generates a new timestamp
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions Accepts 'undefined' as a parameter and generates a new date
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions Rejects an invalid string containing letters.
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions Rejects an invalid string containing numbers.
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatFiatBalance with zero XEC balance input
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatFiatBalance with a small XEC balance input with 2+ decimal figures
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatFiatBalance with a large XEC balance input with 2+ decimal figures
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatFiatBalance with no balance
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatFiatBalance with null input
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions test formatFiatBalance with undefined input
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format decimalized token strings for userLocale decimalizedTokenQtyToLocaleFormat: 9-decimal token
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format decimalized token strings for userLocale decimalizedTokenQtyToLocaleFormat: Max possible eToken qty
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format decimalized token strings for userLocale decimalizedTokenQtyToLocaleFormat: Max possible eToken qty with decimals
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format decimalized token strings for userLocale decimalizedTokenQtyToLocaleFormat: One less than max possible eToken qty with decimals
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format decimalized token strings for userLocale decimalizedTokenQtyToLocaleFormat: A pretty normal token quantity
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format decimalized token strings for userLocale decimalizedTokenQtyToLocaleFormat: Smallest possible eToken quantity
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format decimalized token strings for userLocale decimalizedTokenQtyToLocaleFormat: Smallest possible eToken quantity, but French
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format decimalized token strings for userLocale decimalizedTokenQtyToLocaleFormat: One less than max possible eToken qty with decimals, but french
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format decimalized token strings for userLocale decimalizedTokenQtyToLocaleFormat: Locale with no thousands separator
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format decimalized token strings for userLocale decimalizedTokenQtyToLocaleFormat: Locale with multibyte thousands separator works as this is still string length 1
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format decimalized token strings for userLocale decimalizedTokenQtyToLocaleFormat: Locale with multibyte thousands separator works as this is still string length 1
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format an XEC balance toFormattedXec: Balance over 1 trillion XEC (10 trillion)
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format an XEC balance toFormattedXec: Balance of exactly 1 trillion XEC
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format an XEC balance toFormattedXec: Balance exceeding 1 billion XEC (10 billion)
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format an XEC balance toFormattedXec: Balance exactly 1 billion XEC
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format an XEC balance toFormattedXec: Balance exceeding 1 million XEC (10 million)
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format an XEC balance toFormattedXec: Balance of exactly 1 million XEC
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format an XEC balance toFormattedXec: Balance exceeding 1 thousand XEC (10 thousand)
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format an XEC balance toFormattedXec: Balance of exactly 1 thousand XEC
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format an XEC balance toFormattedXec: Balance less than 1 thousand XEC
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format an XEC balance toFormattedXec: Balance less than 1 thousand XEC, but french
[11:53:13][CashTab Unit Tests] Correctly executes formatting functions We can format an XEC balance toFormattedXec: Balance less than 1 thousand XEC, but arabic
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <SendXec /> rendered with params in URL Legacy params. Address and value keys are set and valid.
[11:53:13][CashTab Unit Tests] <SendXec /> rendered with params in URL Legacy params. Address and value keys are set and valid. Invalid bip21 string is ignored.
[11:53:13][CashTab Unit Tests] <SendXec /> rendered with params in URL Legacy params. Address field is populated + disabled while value field is empty + enabled if legacy url params have address defined and value present as undefined
[11:53:13][CashTab Unit Tests] <SendXec /> rendered with params in URL Legacy params. Address field is populated + disabled while value field is empty + enabled if legacy url params have address defined and no value key present
[11:53:13][CashTab Unit Tests] <SendXec /> rendered with params in URL Legacy params. Params are ignored if only value param is present
[11:53:13][CashTab Unit Tests] <SendXec /> rendered with params in URL Legacy params. Params are ignored if param is duplicated
[11:53:13][CashTab Unit Tests] <SendXec /> rendered with params in URL Legacy params are not parsed as bip21 even if the bip21 param appears in the string
[11:53:13][CashTab Unit Tests] <SendXec /> rendered with params in URL bip21 param - valid bip21 param with amount and op_return_raw is parsed as expected
[11:53:13][CashTab Unit Tests] <SendXec /> rendered with params in URL bip21 param - an invalid bip21 param shows validation errors but cannot be changed
[11:53:13][CashTab Unit Tests] <SendXec /> rendered with params in URL No params. Send screen loads normally with no rendered input.
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <Home /> Renders the loading component while loading, then the Home screen
[11:53:13][CashTab Unit Tests] <Home /> Renders the Home screen with API error
[11:53:13][CashTab Unit Tests] <Home /> Renders backup warning and QR Code if user loads with a new wallet
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <CreateToken /> If wallet has sufficient XEC, renders CreateTokenForm
[11:53:13][CashTab Unit Tests] <CreateToken /> If wallet has insufficient XEC, renders component but does not render CreateTokenForm
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <Contacts /> We can add, delete, rename, contacts from the Configure screen, and add a savedWallet as a contact
[11:53:13][CashTab Unit Tests] <Contacts /> We can send a tx to an address in contacts
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] Cashtab helper functions Detect mobile or desktop devices isMobile: Navigator is undefined
[11:53:13][CashTab Unit Tests] Cashtab helper functions Detect mobile or desktop devices isMobile: Navigator.userAgentData is undefined
[11:53:13][CashTab Unit Tests] Cashtab helper functions Detect mobile or desktop devices isMobile: Desktop device on browser with userAgentData support
[11:53:13][CashTab Unit Tests] Cashtab helper functions Detect mobile or desktop devices isMobile: Mobile device on browser with userAgentData support
[11:53:13][CashTab Unit Tests] Cashtab helper functions Get user locale getUserLocale: navigator is undefined
[11:53:13][CashTab Unit Tests] Cashtab helper functions Get user locale getUserLocale: navigator.language is undefined
[11:53:13][CashTab Unit Tests] Cashtab helper functions Get user locale getUserLocale: navigator.language is defined and not the default
[11:53:13][CashTab Unit Tests] Cashtab helper functions Converts cashtabCache to and from JSON for storage and in-app use cashtabCacheToJSON and storedCashtabCacheToMap: Converts cashtabCache with populated token cache to JSON for storage
[11:53:13][CashTab Unit Tests] Cashtab helper functions Converts cashtabCache to and from JSON for storage and in-app use cashtabCacheToJSON and storedCashtabCacheToMap: Converts cashtabCache with empty token cache to JSON for storage
[11:53:13][CashTab Unit Tests] Cashtab helper functions Converts cashtabWallet to and from JSON for storage and in-app use cashtabWalletToJSON and cashtabWalletFromJSON: Newly created Cashtab wallet
[11:53:13][CashTab Unit Tests] Cashtab helper functions Converts cashtabWallet to and from JSON for storage and in-app use cashtabWalletToJSON and cashtabWalletFromJSON: Pre-2.1.0 wallet is unchanged
[11:53:13][CashTab Unit Tests] Cashtab helper functions Converts cashtabWallet to and from JSON for storage and in-app use cashtabWalletToJSON and cashtabWalletFromJSON: Pre-2.9.0 wallet is unchanged
[11:53:13][CashTab Unit Tests] Cashtab helper functions Converts cashtabWallet to and from JSON for storage and in-app use cashtabWalletToJSON and cashtabWalletFromJSON: Cashtab wallet with multiple paths
[11:53:13][CashTab Unit Tests] Cashtab helper functions Converts cashtabWallet to and from JSON for storage and in-app use cashtabWalletToJSON and cashtabWalletFromJSON: Cashtab wallet with multiple paths and tokens in state
[11:53:13][CashTab Unit Tests] Cashtab helper functions Converts cashtabWallets (array) to and from JSON for storage and in-app use cashtabWalletsToJSON and cashtabWalletsFromJSON: Newly created Cashtab wallets
[11:53:13][CashTab Unit Tests] Cashtab helper functions Converts cashtabWallets (array) to and from JSON for storage and in-app use cashtabWalletsToJSON and cashtabWalletsFromJSON: Pre-2.1.0 wallets are unchanged
[11:53:13][CashTab Unit Tests] Cashtab helper functions Converts cashtabWallets (array) to and from JSON for storage and in-app use cashtabWalletsToJSON and cashtabWalletsFromJSON: Pre-2.9.0 wallets are unchanged
[11:53:13][CashTab Unit Tests] Cashtab helper functions Converts cashtabWallets (array) to and from JSON for storage and in-app use cashtabWalletsToJSON and cashtabWalletsFromJSON: Cashtab wallets with multiple paths
[11:53:13][CashTab Unit Tests] Cashtab helper functions Converts cashtabWallets (array) to and from JSON for storage and in-app use cashtabWalletsToJSON and cashtabWalletsFromJSON: Cashtab wallets with multiple paths and tokens in state
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <QRCode /> QRCode copying ecash address
[11:53:13][CashTab Unit Tests] <QRCode /> QRCode copying eToken address
[11:53:13][CashTab Unit Tests] <QRCode /> QRCode will render without address
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <ScanQRCode /> Renders the modal on load if loadWithCameraOpen is true
[11:53:13][CashTab Unit Tests] <ScanQRCode /> Does not render the modal on load if loadWithCameraOpen is false
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] sumOneToManyXec() correctly parses the value for a valid one to many send XEC transaction
[11:53:13][CashTab Unit Tests] sumOneToManyXec() correctly parses the value for a valid one to many send XEC transaction with decimals
[11:53:13][CashTab Unit Tests] sumOneToManyXec() returns NaN for an address and value array that is partially typed or has invalid format
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx: We can calculate an airdrop for holders of a given tokenId and no ignored addresses
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx: We can calculate an airdrop for holders of a given tokenId and one ignored address
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx: We can calculate an airdrop for holders of a given tokenId and two ignored addresses
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx: We can calculate an airdrop for holders of a given tokenId with no ignored addresses and a specified minTokenQtyUndecimalized that renders only one address eligible
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx: We can calculate an airdrop for holders of a given tokenId with no ignored addresses and a specified minTokenQtyUndecimalized that renders some addresses eligible
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx: We can calculate an airdrop for holders of a given tokenId with an ignored addresses and a specified minTokenQtyUndecimalized that renders some addresses eligible
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx throws error for: We throw expected error if no tokens are held at p2pkh or p2sh addresses
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx throws error for: We throw expected error if all eligible addresses are excluded
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx throws error for: We throw expected error if all eligible recipients would receive dust
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx: We can calculate an airdrop for holders of a given tokenId and no ignored addresses
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx: We can calculate an airdrop for holders of a given tokenId and one ignored address
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx: We can calculate an airdrop for holders of a given tokenId and two ignored addresses
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx: We can calculate an airdrop for holders of a given tokenId with no ignored addresses and a specified minTokenQtyUndecimalized that renders only one address eligible
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx: We can calculate an airdrop for holders of a given tokenId with no ignored addresses and a specified minTokenQtyUndecimalized that renders some addresses eligible
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx: We can calculate an airdrop for holders of a given tokenId with an ignored addresses and a specified minTokenQtyUndecimalized that renders some addresses eligible
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx throws error for: We throw expected error if no tokens are held at p2pkh or p2sh addresses
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx throws error for: We throw expected error if all eligible addresses are excluded
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx throws error for: We throw expected error if all eligible addresses are excluded
[11:53:13][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx throws error for: We throw expected error if anticipated airdrop amount is less than dust
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <CashtabTestWrapper /> With default props, renders App component
[11:53:13][CashTab Unit Tests] <CashtabTestWrapper /> We can render other pages by passing the route
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <SignVerifyMsg /> Notification is rendered upon successfully signing a message
[11:53:13][CashTab Unit Tests] <SignVerifyMsg /> Notification is rendered upon successfully verifying a message
[11:53:13][CashTab Unit Tests] <SignVerifyMsg /> Notification is rendered upon signature verification error
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <Airdrop /> We can send a pro-rata airdrop and equal tx to a tokenId not in our cache using custom settings
[11:53:13][CashTab Unit Tests] <Airdrop /> We can ignore addresses with less than a token balance for a token with decimals
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <SendToken /> Renders the SendToken screen with send address input
[11:53:13][CashTab Unit Tests] <SendToken /> Accepts a valid ecash: prefixed address
[11:53:13][CashTab Unit Tests] <SendToken /> Accepts a valid etoken: prefixed address
[11:53:13][CashTab Unit Tests] <SendToken /> Accepts a valid alias
[11:53:13][CashTab Unit Tests] <SendToken /> Displays a validation error for an invalid address
[11:53:13][CashTab Unit Tests] <SendToken /> Displays a validation error for an alias without .xec suffix
[11:53:13][CashTab Unit Tests] <SendToken /> Displays a validation error for valid alias that has not yet been registered
[11:53:13][CashTab Unit Tests] <SendToken /> Displays expected error if alias server gives a bad response
[11:53:13][CashTab Unit Tests] <SendToken /> Displays a validation error if the user includes any query string
[11:53:13][CashTab Unit Tests] <SendToken /> Renders the send token notification upon successful broadcast
[11:53:13][CashTab Unit Tests] <SendToken /> Renders the burn token success notification upon successful burn tx broadcast
[11:53:13][CashTab Unit Tests] <SendToken /> Mint switch is disabled if no mint batons for this token in the wallet
[11:53:13][CashTab Unit Tests] <SendToken /> We can mint an slpv1 token if we have a mint baton
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <Configure /> We do not see the camera auto-open setting in the config screen on a desktop device
[11:53:13][CashTab Unit Tests] <Configure /> We do see the camera auto-open setting in the config screen on a mobile device
[11:53:13][CashTab Unit Tests] <Configure /> Setting "Send Confirmations" settings will show send confirmations
[11:53:13][CashTab Unit Tests] <Configure /> Setting "ABSOLUTE MINIMUM fees" settings will reduce fees to absolute min
[11:53:13][CashTab Unit Tests] <Configure /> We can choose a new fiat currency
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <Wallets /> We can add a savedWallet as a contact
[11:53:13][CashTab Unit Tests] <Wallets /> We can copy the address of a savedWallet to the clipboard
[11:53:13][CashTab Unit Tests] <Wallets /> Confirm mocked bip39.generateMnemonic() returns the expected seed
[11:53:13][CashTab Unit Tests] <Wallets /> We can rename the active wallet or a saved wallet, we can add a wallet, we can import a wallet, we can delete a wallet
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <App /> Renders onboarding screen at home route if user has no wallet
[11:53:13][CashTab Unit Tests] <App /> Renders onboarding screen at Receive route if user has no wallet
[11:53:13][CashTab Unit Tests] <App /> Renders onboarding screen even on a bad route if user has no wallet
[11:53:13][CashTab Unit Tests] <App /> Renders 404 at bad route if user has a wallet
[11:53:13][CashTab Unit Tests] <App /> Navigation menu routes to expected components
[11:53:13][CashTab Unit Tests] <App /> Adding a contact to to a new contactList by clicking on tx history adds it to localforage and wallet context
[11:53:13][CashTab Unit Tests] <App /> Adding a contact to an existing contactList by clicking on tx history adds it to localforage and wallet context
[11:53:13][CashTab Unit Tests] <App /> A user with legacy blank contactList in localstorage is migrated on startup
[11:53:13][CashTab Unit Tests] <App /> Clicking "reply" on a Cashtab Msg correctly populates the SendXec to address and amount fields
[11:53:13][CashTab Unit Tests] <App /> If Cashtab starts up with some settings keys missing, the missing keys are migrated to default values
[11:53:13][CashTab Unit Tests] <App /> Wallet with easter egg token sees easter egg
[11:53:13][CashTab Unit Tests] <App /> If Cashtab starts with 1.5.* cashtabCache, it is wiped and migrated to 2.9.0 cashtabCache
[11:53:13][CashTab Unit Tests] <App /> A new user can import a mnemonic
[11:53:13][CashTab Unit Tests] <App /> Migrating from wallet/savedWallet keys (version < 1.6.0): A user with an invalid Cashtab wallet as the active wallet is migrated on startup
[11:53:13][CashTab Unit Tests] <App /> Migrating from wallet/savedWallet keys (version < 1.6.0): A user with pre-2.1.0 valid wallets in savedWallets has them all migrated to new storage keys and new shape
[11:53:13][CashTab Unit Tests] <App /> Migrating (version >= 1.6.0 and < 2.1.0): A user with an invalid wallet stored at wallets key has that wallet migrated
[11:53:13][CashTab Unit Tests] <App /> Migrating (version >= 1.6.0 and < 2.1.0): A user with multiple invalid wallets stored at wallets key has them migrated
[11:53:13][CashTab Unit Tests] <App /> Cashtab version >= 1.6.0 and < 2.1.0: A user with an invalid Cashtab wallet as the active wallet is migrated on startup
[11:53:13][CashTab Unit Tests] <App /> A user with all valid wallets stored at wallets key does not have any wallets migrated
[11:53:13][CashTab Unit Tests] <App /> Migrating (version < 2.9.0): A user with multiple invalid wallets stored at wallets key has them migrated
[11:53:13][CashTab Unit Tests] <App /> Migrating (version < 2.9.0): A user with an invalid Cashtab wallet as the active wallet is migrated on startup
[11:53:13][CashTab Unit Tests] <App /> If Cashtab starts with < 2.9.0 cashtabCache, it is wiped and migrated to 2.9.0 cashtabCache
[11:53:13][CashTab Unit Tests] <App /> We see a price notification if new price is at a new tens level in USD per 1,000,000 XEC, and a special notification if a zero is killed
[11:53:13][CashTab Unit Tests] <App /> We do not see price notifications if new price is at a new tens level in JPY per 1,000,000 XEC, because user fiat currency does not support zero killed notifications for JPY
[11:53:13][Step 1/1] CashTab Unit Tests
[11:53:13][CashTab Unit Tests] <SendXec /> Renders the SendXec screen with send address input
[11:53:13][CashTab Unit Tests] <SendXec /> Pass valid address to Send To field
[11:53:13][CashTab Unit Tests] <SendXec /> Pass valid alias to Send To field
[11:53:13][CashTab Unit Tests] <SendXec /> Pass an invalid address to Send To field and get a validation error
[11:53:13][CashTab Unit Tests] <SendXec /> Pass a possibly valid alias without .xec suffix to Send To field and get expected error
[11:53:13][CashTab Unit Tests] <SendXec /> Pass a valid alias to Send To field that has not yet been registered and get expected error
[11:53:13][CashTab Unit Tests] <SendXec /> Get expected error msg and send disabled if bad response from alias server
[11:53:13][CashTab Unit Tests] <SendXec /> Pass a valid address and bip21 query string with valid amount param to Send To field
[11:53:13][CashTab Unit Tests] <SendXec /> Pass a valid alias and bip21 query string with valid amount param to Send To field
[11:53:13][CashTab Unit Tests] <SendXec /> Pass a valid address and bip21 query string with invalid amount param (dust) to Send To field
[11:53:13][CashTab Unit Tests] <SendXec /> Valid address with valid bip21 query string with valid amount param rejected if amount exceeds wallet balance
[11:53:13][CashTab Unit Tests] <SendXec /> Pass a valid alias and bip21 query string with invalid amount param (too many decimals) to Send To field
[11:53:13][CashTab Unit Tests] <SendXec /> Pass a valid address and an invalid bip21 query string
[11:53:13][CashTab Unit Tests] <SendXec /> Pass a valid address and bip21 query string with op_return_raw param to Send To field
[11:53:13][CashTab Unit Tests] <SendXec /> Pass a valid address and bip21 query string with valid amount and op_return_raw params to Send To field
[11:53:13][CashTab Unit Tests] <SendXec /> Pass a valid address and bip21 query string with valid amount and invalid op_return_raw params to Send To field
[11:53:13][CashTab Unit Tests] <SendXec /> Clicking "Send" will send a valid tx with op_return_raw after entry of a valid address and bip21 query string with valid amount and op_return_raw params to Send To field
[11:53:13][CashTab Unit Tests] <SendXec /> We can calculate max send amount with and without a cashtab msg, and send a max sat tx with a cashtab msg
[11:53:13][CashTab Unit Tests] <SendXec /> If the user has minFeeSends set to true but no longer has the right token amount, the feature is disabled
[11:53:13][CashTab Unit Tests] <SendXec /> We can send a tx with amount denominated in fiat currency
[11:53:13][CashTab Unit Tests] <SendXec /> We can send an XEC tx to multiple users
[11:53:13][CashTab Unit Tests] <SendXec /> If we type a Cashtab msg, then disable the switch, we send a tx without our typed Cashtab message
[11:53:13][Creating archive artifacts.tar.gz] Archive was created, file size 163.4 KB (167322 bytes)
[11:53:18][Publishing artifacts] Publishing 1 file using [WebPublisher]: results/artifacts => artifacts.tar.gz
[11:53:18][Publishing artifacts] Publishing 1 file using [ArtifactsCachePublisher]: results/artifacts => artifacts.tar.gz
[11:53:13][Step 1/1] ##teamcity[publishArtifacts '+:results/artifacts=>artifacts.tar.gz']
[11:53:18][Step 1/1] Build cashtab-tests failed with exit code 1
[11:53:13][Step 1/1] ##teamcity[buildProblem timestamp='2024-04-17T11:53:13.383' description='Build cashtab-tests failed with exit code 1']
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <svg
[11:53:13][Step 1/1] title="Tokens"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] aria-label="Receive"
[11:53:13][Step 1/1] class="sc-hUMlYv bfxVjT"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <svg
[11:53:13][Step 1/1] title="tx-received"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-ccSCjj ceyGJc"
[11:53:13][Step 1/1] title="Show Other Screens"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <span
[11:53:13][Step 1/1] class="sc-jKmXuR eUwhtz"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] <div
[11:53:13][Step 1/1] class="sc-elNKlv hDTtNH"
[11:53:13][Step 1/1] title="Other Screens"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] class="sc-bYwvMP bwHDjw"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] <p>
[11:53:13][Step 1/1] Wallet Backup
[11:53:13][Step 1/1] </p>
[11:53:13][Step 1/1] <svg
[11:53:13][Step 1/1] title="wallet"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] class="sc-bYwvMP bwHDjw"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] <p>
[11:53:13][Step 1/1] Wallets
[11:53:13][Step 1/1] </p>
[11:53:13][Step 1/1] <svg
[11:53:13][Step 1/1] title="wallets"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] class="sc-bYwvMP bwHDjw"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] <p>
[11:53:13][Step 1/1] Contacts
[11:53:13][Step 1/1] </p>
[11:53:13][Step 1/1] <svg
[11:53:13][Step 1/1] title="Contact List"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] class="sc-bYwvMP bwHDjw"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] <p>
[11:53:13][Step 1/1] Airdrop
[11:53:13][Step 1/1] </p>
[11:53:13][Step 1/1] <svg
[11:53:13][Step 1/1] title="tx-airdrop"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] class="sc-bYwvMP bwHDjw"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] <p>
[11:53:13][Step 1/1] Swap
[11:53:13][Step 1/1] </p>
[11:53:13][Step 1/1] <svg
[11:53:13][Step 1/1] title="swap"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] class="sc-bYwvMP bwHDjw"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <p>
[11:53:13][Step 1/1] Sign & Verify
[11:53:13][Step 1/1] </p>
[11:53:13][Step 1/1] <svg
[11:53:13][Step 1/1] class="sc-htpNat bPFBeM"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] <button
[11:53:13][Step 1/1] class="sc-bYwvMP bwHDjw"
[11:53:13][Step 1/1] >
[11:53:13][Step 1/1] <p>
[11:53:13][Step 1/1] Settings
[11:53:13][Step 1/1] </p>
[11:53:13][Step 1/1] <svg
[11:53:13][Step 1/1] title="settings"
[11:53:13][Step 1/1] />
[11:53:13][Step 1/1] </button>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </div>
[11:53:13][Step 1/1] </body>
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] 153 |
[11:53:13][Step 1/1] 154 | // The Mint switch is present but disabled
[11:53:13][Step 1/1] > 155 | expect(screen.getByTitle('Toggle Mint')).toHaveProperty(
[11:53:13][Step 1/1] | ^
[11:53:13][Step 1/1] 156 | 'disabled',
[11:53:13][Step 1/1] 157 | true,
[11:53:13][Step 1/1] 158 | );
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] at Object.getElementError (node_modules/@testing-library/dom/dist/config.js:37:19)
[11:53:13][Step 1/1] at node_modules/@testing-library/dom/dist/query-helpers.js:76:38
[11:53:13][Step 1/1] at node_modules/@testing-library/dom/dist/query-helpers.js:52:17
[11:53:13][Step 1/1] at node_modules/@testing-library/dom/dist/query-helpers.js:95:19
[11:53:13][Step 1/1] at Object.getByTitle (src/components/Etokens/__tests__/TokenActions.test.js:155:23)
[11:53:13][Step 1/1]
[11:53:13][Step 1/1]
[11:53:13][Step 1/1] Test Suites: 1 failed, 32 passed, 33 total
[11:53:13][Step 1/1] Tests: 1 failed, 796 passed, 797 total
[11:53:13][Step 1/1] Snapshots: 0 total
[11:53:13][Step 1/1] Time: 36.019 s
[11:53:13][Step 1/1] Ran all test suites.
[11:53:13][Step 1/1] Build cashtab-tests failed with exit code 1
[11:53:54][Step 1/1] Process exited with code 1
[11:53:54][Step 1/1] Process exited with code 1 (Step: Command Line)
[11:53:54][Step 1/1] Waiting for 1 service processes to complete
[11:53:55][Step 1/1] Ant JUnit report watcher
[11:53:55][Ant JUnit report watcher] 1 report found for paths:
[11:53:55][Ant JUnit report watcher] /home/teamcity/buildAgent/work/jailed-build/results/artifacts/junit/*.xml
[11:53:55][Ant JUnit report watcher] Successfully parsed
[11:53:55][Successfully parsed] 1 report
[11:53:55][Successfully parsed] results/artifacts/junit/cashtab.xml
[11:53:55][Step 1/1] Step Command Line failed
[11:53:56]Ant JUnit report watcher
[11:53:56][Ant JUnit report watcher] No reports found for paths:
[11:53:56][Ant JUnit report watcher] +:results/test_bitcoin.xml
[11:53:56][Ant JUnit report watcher] +:results/**/junit_results*.xml
[11:53:56][Ant JUnit report watcher] +:results/**/*junit.xml
[11:53:56]Publishing internal artifacts (2s)
[11:53:58][Publishing internal artifacts] Publishing 1 file using [WebPublisher]
[11:53:58][Publishing internal artifacts] Publishing 1 file using [ArtifactsCachePublisher]
[11:53:56]Publishing artifacts (2s)
[11:53:56][Publishing artifacts] Collecting files to publish: [+:results/**/junit_results*.xml, +:bitcoin-abc/abc-ci-builds/cashtab-tests/gitian-results => cashtab-tests.tar.gz, +:bitcoin-abc/abc-ci-builds/cashtab-tests/*.log => artifacts.tar.gz]
[11:53:56][Publishing artifacts] Artifacts path 'results/**/junit_results*.xml' not found
[11:53:56][Publishing artifacts] Artifacts path 'bitcoin-abc/abc-ci-builds/cashtab-tests/gitian-results' not found
[11:53:56][Publishing artifacts] Artifacts path 'bitcoin-abc/abc-ci-builds/cashtab-tests/*.log' not found
[11:53:58]Build finished
×

×

Pin build

Cancel
×

Add build comment

Cancel
×

Promote Build

×

Add build comment

Cancel
×

Mute test

×

×

Server communication failure

Server is unavailable

Server stopped or communication with the server is not possible due to network failure.

Server shutdown started.

Please relogin to continue your work.

×

Run Custom Build

×

TODO

Loading related builds...
Cancel
×

Responsibility

×

Edit tags

Cancel
×

Loading...

×

Are you sure?

Cancel
×

Cancel