[Monorepo org] Remove all dependency libraries that have been replaced by Bitgo utxo-lib and bitcoinjs-message
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
Reviewers: #bitcoin_abc, Fabien
Reviewed By: #bitcoin_abc, Fabien
Subscribers: Fabien
Differential Revision: https://reviews.bitcoinabc.org/D13699