T2730
Depends on D12459
Similar to the last diff, dealt with some complications, so required a few things to get this to an MVP increment.
- Renamed bitcoinjs-message to xecjs-message
- Removed the npm dependency standard from xecjs-message as it was testing for formatting distinct from that used in the bitcoin-abc monorepo
- Updated xecjs-message package.json file to reflect its new home
- Added support for parsing xec addresses to the verify function in xecjs-message
- Removed address translating from the call to xecjs-message in SignVerifyMsg.js