- adds
buildTransaction
, WARNING: different API, maxFee is the maximum fee for transaction sanitization - removes
createTransaction
- bumps
async
to2.0.0
- bumps
bitcoinjs
to^2.3.0
- bumps
async
to1.5.0
- bumps
bitcoinjs
to^2.2.0
- adds optional
nLockTime
parameter tocreateTransaction
Warning, createTransaction
may be removed in a future version, with this package being merged with bip32-utils
to form purely BIP32 key management.
The functionality of transaction formulation that is currently found in createTransaction
(and the coinSelect
package) will likely be moved to a new module.
- removes
getUnspentOutputs
,setUnspentOutputs
andsignWith
- changed
createTransaction
parameters toinputs, outputs, wantedFee, external, internal
- removes
.addresses
from chain JSON, was deterministic
- removes
Wallet.getConfirmedBalance
,confirmations
no longer used in the API, you must now filter unspents yourself prior to use