Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DistributedProgramming/bitgo-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BitGo/bitgo-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 4 files changed
  • 6 contributors

Commits on Jan 31, 2018

  1. increment version

    Kevin Kennis committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    2eefa25 View commit details
    Browse the repository at this point in the history
  2. fix typo

    Kevin Kennis committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    5230d9c View commit details
    Browse the repository at this point in the history
  3. BG-3208 - Add backup key recovery to BitGo CLI

    Summary:
    Some customers are in a situation where they have lost their user key, but have Box B and their wallet passphrase.
    
    This tool helps them construct a transaction, sign it with the backup key, and broadcast it.
    
    Reviewers: zacleids, thomas
    
    Reviewed By: thomas
    
    Differential Revision: https://phabricator.bitgo.com/D7791
    Kevin Kennis committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    37587f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Check outputs for litecoin recoveries, and log more info

    Summary:
    First, fix an issue where outputAddresses were not being calculated correctly for LTC sent to the wrong chain.
    
    Then, add a couple fields to recovery file - total recovered amount and destination address. These can be used by the admin tool for first-level verification of these recovery transactions.
    
    Reviewers: abdullah, zacleids
    
    Reviewed By: zacleids
    
    Differential Revision: https://phabricator.bitgo.com/D7820
    Kevin Kennis committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    1928b66 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. BG3515 Increase P2SH input size estimate to 296

    Summary: We have noticed that our transaction size sometimes underestimates slightly and are increasing the P2SH input size estimate by one byte to mitigate this
    
    Reviewers: kevin
    
    Reviewed By: kevin
    
    Differential Revision: https://phabricator.bitgo.com/D7882
    Mark Erhardt committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    e232482 View commit details
    Browse the repository at this point in the history
  2. BG-3531 - Update Bitgo-CLI version to 4.17.6 for release rt20180212.

    Reviewers: zacleids, kevin
    
    Reviewed By: zacleids, kevin
    
    Differential Revision: https://phabricator.bitgo.com/D7889
    james8nguyen committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    8f5dd46 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. BG-4573: Update README.md

    thomas4019 authored and Thomas Hansen committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    c2cfef1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. BG-4843: Replace _.pluck with _.map

    Reviewers: abdullah, zacleids, kevin
    
    Reviewed By: kevin
    
    Differential Revision: https://phabricator.bitgo.com/D8622
    LeoKotschenreuther committed May 10, 2018
    Configuration menu
    Copy the full SHA
    918c69c View commit details
    Browse the repository at this point in the history
  2. BG-4851 - Fix error handling for legacy SafeHD recoveries

    Summary:
    This was making it harder to track an error for a customer trying to use the tool.
    
    Clean it up so we can better debug customers who run into errors.
    
    Reviewers: tyler
    
    Reviewed By: tyler
    
    Differential Revision: https://phabricator.bitgo.com/D8616
    Kevin Kennis committed May 10, 2018
    Configuration menu
    Copy the full SHA
    6e1e6f7 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. BG-4846 - Incremented version to 4.17.7.

    Reviewers: kevin, leo
    
    Reviewed By: leo
    
    Differential Revision: https://phabricator.bitgo.com/D8633
    james8nguyen committed May 11, 2018
    Configuration menu
    Copy the full SHA
    4e876d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. BG-6239: Use new TransactionBuilder.fromTransaction() signature

    Summary: Signed-off-by: Tyler Levine <[email protected]>
    
    Reviewers: kevin
    
    Reviewed By: kevin
    
    Subscribers: kevin
    
    Differential Revision: https://phabricator.bitgo.com/D9325
    Tyler Levine committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    0f0a139 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. BRE-107 - Update Bitgo-CLI version to 4.17.8 for Sprint Frozone release.

    Reviewers: tyler
    
    Reviewed By: tyler
    
    Differential Revision: https://phabricator.bitgo.com/D9350
    james8nguyen committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    1b70937 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Merge pull request BitGo#20 from BitGo/thomas4019-patch-1

    Update README.md
    thomas4019 authored Jan 18, 2019
    Configuration menu
    Copy the full SHA
    3b7bd53 View commit details
    Browse the repository at this point in the history
Loading