Skip to content
This repository was archived by the owner on Jun 8, 2020. It is now read-only.

Tags: korbitdev/BitGoJS

Tags

0.11.22

Toggle 0.11.22's commit message
fix unspents selection target

Summary:
commit 1248530 introduced a bug where we would get all unspents instead of setting a target
this fixes it

Reviewers: ben

Reviewed By: ben

Subscribers: ben

Differential Revision: https://phabricator.bitgo.com/D1300

0.11.21

Toggle 0.11.21's commit message
calculate fees using tx bytes without rounding up to the nearest kb

Summary: we were rounding up to the nearest kb, which was causing calculation of higher fees than needed.

Reviewers: ben

Reviewed By: ben

Subscribers: ben

Differential Revision: https://phabricator.bitgo.com/D1298

0.11.20

Toggle 0.11.20's commit message
expose the feeRate used when creating transactions

Summary: expose the feeRate used when creating transactions

Reviewers: jameson, ben

Reviewed By: ben

Subscribers: ben

Differential Revision: https://phabricator.bitgo.com/D1291

0.11.19

Toggle 0.11.19's commit message
sdk to reconstruct an approval tx

Summary:
reconstruct an approval transaction (but do not send it).
this may be used in cases where a user has approval access but not the private keys (someone else must construct the tx for him)

Reviewers: barath, mike, gavin

Reviewed By: gavin

Subscribers: ben

Differential Revision: https://phabricator.bitgo.com/D1243

0.11.18

Toggle 0.11.18's commit message
exclude change unspents from minconfirms check

Summary:
when minConfirms=1 is passed in to the transaction builder, it will reject all unspents without a confirmation.
this change allows the selection of unspent inputs on change (unspents from transactions sent from the same wallet).

Reviewers: ryan, ben

Reviewed By: ben

Subscribers: ben

Differential Revision: https://phabricator.bitgo.com/D1209

0.11.17

Toggle 0.11.17's commit message
pending approvals sdk changes

Summary: pending approvals sdk changes

Reviewers: ryan, ben

Reviewed By: ben

Subscribers: ben

Differential Revision: https://phabricator.bitgo.com/D1159

0.11.16

Toggle 0.11.16's commit message
accept double slashes in bitgo express urls

Summary: be more robust in bitgo express urls with double slashes

Reviewers: ben, ryan

Reviewed By: ryan

Subscribers: ben

Differential Revision: https://phabricator.bitgo.com/D1129

0.11.15

Toggle 0.11.15's commit message
add "validate" parameter to bypass redundant verify

Summary:
In order to optionally make the transaction builder create and sign
transactions faster, we add a new "validate" parameter to createTransaction and
signTransaction. In createTransaction, when set to false, this indicates to bypass the address
validation, saving some bip32 calculations. In signTransaction, when set to false, it indicates to
bypass signature validation. There is also a global config to change the default from true to false.

Reviewers: ben, benchan

Reviewed By: benchan

Subscribers: ben

Differential Revision: https://phabricator.bitgo.com/D1114

0.11.14

Toggle 0.11.14's commit message
expose unconfirmed receives and sends on wallet

Summary: expose unconfirmed receives and sends on wallet

Reviewers: ryan, ben

Reviewed By: ryan, ben

Subscribers: ben

Differential Revision: https://phabricator.bitgo.com/D1119

0.11.13

Toggle 0.11.13's commit message
rev version to push