Page MenuHomePhabricator

[Cashtab] [Chronik Websocket Notifications] [Part 5] Parse XEC txs from websocket msg
ClosedPublic

Authored by bytesofman on May 30 2022, 17:51.

Details

Summary

T2447

Depends on D11535

Test Plan

Review new function, parseChronikTx
npm test

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emack requested changes to this revision.Jun 1 2022, 03:49
emack added a subscriber: emack.
emack added inline comments.
web/cashtab/src/utils/cashMethods.js
1011 ↗(On Diff #33726)

I think once this is deemed to be an outgoing tx you can break out of the rest of the loop to save time, rest looks good.

This revision now requires changes to proceed.Jun 1 2022, 03:49
This revision is now accepted and ready to land.Jun 6 2022, 23:47