Page MenuHomePhabricator

[Monorepo org] Remove all dependency libraries that have been replaced by Bitgo utxo-lib and bitcoinjs-message
ClosedPublic

Authored by bytesofman on Apr 13 2023, 12:48.

Details

Summary

T3067

Now that ecashjs-lib is deprecated and replaced by Bitgo's utxo-lib, remove it and all its dependencies.
ecashjs-message was also deprecated by using bitcoinjs-message instead. Remove.

Test Plan

From top level,

grep -r --exclude-dir={node_modules,dist,coverage,storybook-static,.git} 'ecashjs-message' .
grep -r --exclude-dir={node_modules,dist,coverage,storybook-static,.git} 'ecashjs-lib' .
grep -r --exclude-dir={node_modules,dist,coverage,storybook-static,.git} 'ecash-minimaldata' .
grep -r --exclude-dir={node_modules,dist,coverage,storybook-static,.git} 'ecash-ops' .
grep -r --exclude-dir={node_modules,dist,coverage,storybook-static,.git} 'pushdata-ecash' .

All no output

Diff Detail

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