Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project
- grep -r 'BCH.HDNode.toWIF' 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 from this new wallet and ensure it is successfully sent
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- hdnodeToWif
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 20773 Build 41209: Build Diff cashtab-tests Build 41208: arc lint + arc unit
Event Timeline
Comment Actions
I can follow your logic here after going through the various 2-part diffs. However, it's confusing. I think this needs to be reworked as a larger stacked diff.
- show that all of these BCH.HDNode calls are redundant as you have done in these parts, but do it sequentially and in a larger stack, so that by the end, none are left in the function
- Must also include deriving masterHDNode without BCHJS