Page MenuHomePhabricator

[Cashtab] ChronikClientNode to ChronikClient
ClosedPublic

Authored by bytesofman on Aug 15 2024, 23:20.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Commits
rABC58e0e5a9c61d: [Cashtab] ChronikClientNode to ChronikClient
Summary

Stop using legacy ChronikClientNode name

Test Plan

npm test, grep -r ChronikClientNode . and no output

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cashtab-no-node
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30003
Build 59540: Build Diffecash-lib-tests · cashtab-tests
Build 59539: arc lint + arc unit

Event Timeline

emack added a subscriber: emack.

grep should be grep -r ChronikClientNode src/ otherwise it'll return all the ChronikClientNode references in node_modules

This revision is now accepted and ready to land.Aug 16 2024, 01:26