Page MenuHomePhabricator

[Cashtab] [BCH deprecation] Pt 2/2 - Deprecate BCH.Address.isCashAddress from cashMethods
ClosedPublic

Authored by emack on Oct 28 2022, 12:28.

Details

Summary

T2370

Depends on D12387

This diff deprecates BCH.Address.isCashAddress in cashMethods

Test Plan

npm test and ensure unit test passes
npm start
send a simple XEC tx that results in a change output and observe via the explorer the change is being sent back to the correct change address
grep -r 'BCH.Address.isCashAddress' src/ and ensure no further usage of the bch-js function

Diff Detail

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