Skip to content

Releases: greatwolf/KKClient

v6.5.2

28 Jun 06:05
Compare
Choose a tag to compare

Changes in this release:

  • Added BitcoinSV support into the client.
  • Updated BTC, BCH and Dash to a nicer looking currency icon.
  • Allow inputting PIN via keyboard.
  • Various other fixes and improvements.

v6.5.1

28 Jun 04:32
Compare
Choose a tag to compare

Changes in this release:

  • Fixed a blockbook processing bug where the json response has no 'txs' field.
  • Added BitcoinGold to trezor.io list.
  • Fixed 'deleteWallet' implementation and made it accessible under 'popup.html' dev console. ie. KeepKey.deleteAccount.
    Once you delete an account, restart the app for it to take effect. Note that the accounts are deterministically generated. As
    such you are not really deleting an account so much as just hiding it. Any existing balance in those accounts are safe and you
    can access those accounts by just creating it again.

v6.5.0

28 Jun 03:26
Compare
Choose a tag to compare

KeepKey Client's dependency on coinquery.com has been very problematic in the past. coinquery.com has been down on more than one occasion; when that happens KeepKey Client will fail to load making it non-operational until coinquery.com comes back up. Finding alternative insight-api compatible explorers can be challenging unless you're running your own node. Many of the altcoins simply doesn't have one.

This release aims to fix this ongoing problem by completely moving away from coinquery.com and replacing it with trezor's blockbook api instead. This not only improves reliability but also opens up the potential for supporting many of the missing altcoins that the KeepKey device itself is already capable of supporting at the firmware level.

Changes in this release:

  • Made the code changes necessary to work with blockbook indexer api.
  • Switched the querying urls over to trezor.io.
  • Re-enabled Bitcoin Cash again since there's blockbook support for it.
  • Show cashaddr format under transaction details for Bitcoin Cash.

v6.4.2

28 Jun 02:20
Compare
Choose a tag to compare

Changes in this release:

  • Added DigiByte support into the client.
  • Display equivalent fiat value for each coin in wallet.
    This feature use to exist in an older KeepKey Client release but Shapeshift disabled it.
    This is re-enabled and market price info is pulled from coingecko.com's api.
  • Changed transaction detail link to use something other than blockchair.com. Specifically,
    • explorer.bitcoin.com for btc and bch
    • insight.litecore.io for ltc
    • insight.dash.org for dash

v6.4.1

28 Jun 00:17
Compare
Choose a tag to compare

Changes in this release:

  • Start migrating away from coinquery.com by using alternative compatible insight-api block explorers. Specifically,
    • insight.dash.org for Dash
    • insight.litecore.io for LTC
    • insight.bitpay.com for BTC
  • Disable Bitcoin Cash from loading for the time being until an alternative block explorer can be found for it.
  • Switch all eth.coinquery.com queries over to api.etherscan.io instead.
  • Removed miner fee roundup to avoid overpaying. The old fee calculation always rounded up to the next highest KByte.
    Also lowered minimum fee for Dash, LTC and Dogecoin.

KeepKey Client Original

27 Jun 23:40
Compare
Choose a tag to compare
v6.4.0.1

Added README.md.