Page MenuHomePhabricator

[Cashtab] [BCH deprecation] Pt 2/2 - Deprecate BCH.HDNode.derivePath
AbandonedPublic

Authored by emack on Oct 31 2022, 04:22.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Summary

T2730

Depends on D12397

This diff switches the HD Node derivePath logic to the local implementation.

Test Plan
  • grep -r 'BCH.HDNode.derivePath' src/ and ensure no further uses of this method throughout the app
  • npm test
  • npm start
  • create a new wallet and ensure successful wallet generation
  • send an XEC tx to this wallet and ensure it is successfully received

Diff Detail

Repository
rABC Bitcoin ABC
Branch
hdnode
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 20769
Build 41201: Build Diffcashtab-tests
Build 41200: arc lint + arc unit