Page MenuHomePhabricator

[Cashtab] Deprecate Ticker.js
AbandonedPublic

Authored by bytesofman on Aug 2 2023, 23:51.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Summary

Dirty job but has to be done at some point. Possible to use this commit as a POC and implement in pieces, but the changes are all related and probably better to rip the bandaid off at once.

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Branch
moar-no-ticker
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 24665
Build 48923: Build Diffcashtab-tests
Build 48922: arc lint + arc unit

Event Timeline

Need to see what this looks like in phab and troubleshoot an error experienced with BalanceHeaderFiat on npm start and in prod build

npm test

I think the test plan would go beyond just the unit test suite, as there could be unintended effects only felt via manual testing. Given the size of this diff the frontend regression test plan would be huge, so I would feel more comfortable doing this in batches.

Fabien requested changes to this revision.Aug 7 2023, 08:26
Fabien added a subscriber: Fabien.

Definitely split into pieces

cashtab/src/components/Common/Ticker.js
64 ↗(On Diff #41708)

Why are there 2 fiatCurrency/fiatCurrencies data structures ?

This revision now requires changes to proceed.Aug 7 2023, 08:26

abandoning, reference as POC for stepped implementation