- switches
bitcoinjs-lib
tobitgo-utxo-lib
.
- changes
discoverChain
queryCb
requirement to return an object, not Array
- add
Account.prototype.derive(address, parents)
- removes
Account.prototype.getChildrenMap
, replaced with.derive
- fixes
Account.prototype.discoverChain
mutating the internal during discovery (instead of mutating after)
- adds
Chain.prototype.derive
with escalation parameter
- adds
Account.*JSON
functions - changes
Account.getChildren
toAccount.getChildrenMap
, returns an address-indexed map and does not throw if not fuond
- adds
Chain.clone
- updated peerDependency
bitcoinjs-lib
to^2.0.0
- adds
Chain.getChains
-
adds
Chain.getParent
,new Chain(...).node
is now private -
changes
Chain
constructor to be lazy -
changes
Chain.indexOf
toChain.find
, returns undefined if not found -
adds
Account.getChain
-
removes
Account *(Internal|External)*
APIs, replaced with*Chain*
API with chain index parameter -
changes
Account
constructor to only accept an array ofChain
s
- removes
Account.getNode
- changes
Account.getNodes
toAccount.getChildren
- changes
AddressIterator
toChain