shapeshift / lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chain adapters BIP44Params

0xdef1cafe opened this issue · comments

Overview

Any function/interface of chain-adapters that either hardcodes accountNumber to 0 or has bip44Params as an optional parameter must have it as a required parameter, and derive the accountNumber dynamically from the passed in bip44Params argument

References and additional details

Acceptance Criteria

  • Anywhere bip44Params is required it is not optional
  • There is no accountNumber hardcoded to 0 in chain-adapters
  • There is an accompanying PR in web for every PR in this repo as making bip44Params required anywhere in lib will be a breaking change in web

Need By Date

No response

Screenshots/Mockups

No response

Estimated effort

1 week

closed by #1057