HomePhabricator

[Monorepo org] Remove all dependency libraries that have been replaced by Bitgo…

Description

[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

Details

Provenance
bytesofmanAuthored on Apr 13 2023, 12:43
bytesofmanPushed on Apr 13 2023, 14:27
Reviewer
Restricted Project
Differential Revision
D13699: [Monorepo org] Remove all dependency libraries that have been replaced by Bitgo utxo-lib and bitcoinjs-message
Parents
rABCea2d4baa5a3c: [herald] Create msg lines while iterating over parsed txs
Branches
Unknown
Tags
Unknown