Page MenuHomePhabricator

[ecash-lib] Replace legacy ChronikClientNode references with ChronikClient
ClosedPublic

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

Details

Summary

as in title

Test Plan

npm test, CI test, grep -r ChronikClientNode . and no output

Diff Detail

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

Event Timeline

emack requested changes to this revision.Aug 16 2024, 01:30
emack added a subscriber: emack.

Are these the equivalent of node_module files for react apps and can be ignored?

image.png (89×1 px, 28 KB)

This revision now requires changes to proceed.Aug 16 2024, 01:30

Are these the equivalent of node_module files for react apps and can be ignored?

image.png (89×1 px, 28 KB)

dist is what is built from typescript

so -- if you npm run build on this branch, then you should no longer see these

would expect to see them if you have built ecash-lib before (which would be expected, as it has to be done to run Cashtab locally).

This revision is now accepted and ready to land.Aug 17 2024, 05:07