Skip to content

Tags: compumatrix/bitgo-cli

Tags

1.5.4

Toggle 1.5.4's commit message
add pending approval information when sending txs (if policy hit)

Summary:
when using sendtoaddress, we don't check the returned object for a pending approval (if a policy was hit).
this diff checks this, and displays pending approval ids.

Reviewers: arik, alex, ben

Reviewed By: ben

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

1.5.3

Toggle 1.5.3's commit message
Bump version to 1.5.3, use [email protected], change minSize to maxSize for…

… consolidate

1.5.2

Toggle 1.5.2's commit message
Bump version to 1.5.2, remove bitcoinjs-lib direct dependency

1.5.1

Toggle 1.5.1's commit message
Bump version to 1.5.1, Update to 1.5.1 SDK, add minSize to consolidate

1.0.0

Toggle 1.0.0's commit message
Update CLI to use [email protected], improve transaction flow

Reviewers: benchan

Reviewed By: benchan

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

0.3.16

Toggle 0.3.16's commit message
reduce number of wallet listing calls

Summary: We are currently doing wallet listing calls at login time and also anytime we get a single wallet, this is inefficient and works poorly for accounts with many wallets.

Reviewers: ben

Reviewed By: ben

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

0.3.15

Toggle 0.3.15's commit message
Enforce not spending external unconfirmed inputs by default

Reviewers: benchan, jameson

Reviewed By: jameson

Subscribers: jameson

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

0.3.14

Toggle 0.3.14's commit message
fix setting an explicit wallet id when the wallet listing was paged

Summary:
Currently the tool gets a list of wallets when doing "bitgo wallet <id>" and checks for that id in the list, before actually doing the wallet get.
This breaks when the wallet listing is paged (user has access to too many wallets) because the walletid may not be in the first page.
This diff will always attempt a wallet get as long as an id is specified.

Reviewers: ben

Reviewed By: ben

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

0.3.13

Toggle 0.3.13's commit message
Add ability to specify target confirms when consolidating unspents

Reviewers: benchan, arik

Reviewed By: benchan, arik

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

0.3.12

Toggle 0.3.12's commit message
updated dependency of BitGoJS to reflect the fix that brings back the…

… limit parameter for unspents fetching

Reviewers: benchan, arik

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