Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Releases: keep-network/tbtc-dapp

v0.17.4: New bug fixes and small features

30 Sep 00:47
60bdfb8
Compare
Choose a tag to compare

These release notes cover versions 0.17.2 and 0.17.3 as well.

  • Improved errors when a deposit is in a state the dApp does not directly support (e.g., liquidation).
  • Discord links open in a new tab to avoid the worry that dApp state has been lost (note that the back button works just fine for restoring dApp state, however).
  • Made the tBTC logo in the upper left a link to the dApp home page (h/t @benlongstaff).
  • Added a /deposit/<address>/redeem URL path that prefills the TDT id for the redemption form (h/t @miracle2k ).

v0.17.1: initial bug fixes for mainnet dApp

18 Sep 14:19
f34ee6e
Compare
Choose a tag to compare

This build of the mainnet dApp fixes two bugs:

  • #357: More errors are correctly surfaced in the UI. In certain cases the dApp would swallow errors, leading to the UI not progressing due to an underlying error, but also not displaying that there was an error. This fixes several of those situations. Note that some may still lurk.
  • #363: Fix an issue throughout the dApp where loading the dApp would not prompt for a wallet connection, even if a wallet connection was required for the loading to complete. Similarly, certain actions, like redemption, require a wallet connection, but would not prompt for one. The wallet connection modal should now appear whenever a wallet connection is required.

0.17.0: mainnet release for rc.1

18 Sep 14:16
4a32197
Compare
Choose a tag to compare
Pre-release

The 0.17.0 release of the tBTC dApp is the first release for rc.1.

Note that the dApp is still considered to be in an ALPHA state.

This corresponds to the latest version deployed on Ropsten pre mainnet deployment.

v0.12.0 (Ropsten)

04 Apr 14:52
1260cc7
Compare
Choose a tag to compare
v0.12.0 (Ropsten) Pre-release
Pre-release

This Ropsten release of tbtc-dapp pulls in the corresponding tbtc.js and tbtc releases and carries a few more improvements:

  • Fix: Fix issue where redemption would fail due to improper serialization of BN values (#196).
  • Improvement: Prepare wallet connection UI to support more than just Metamask (#195).
  • Deployment: Various deployment improvements (#197).

v0.10.0

16 Mar 20:23
b3cfbe4
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release
Merge pull request #192 from keep-network/open-source-ame

Open-source-ame: Add docs and tidbits for open sourcing

tBTC->Ropsten

06 Feb 15:05
f578fb8
Compare
Choose a tag to compare
tBTC->Ropsten Pre-release
Pre-release

Tag for the first release of tBTC to Ropsten. Aligns with v0.6.0 of tbtc and keep-tecdsa.

This version does not include integration with the final audit-ready tbtc interface.

Update electrumx-server host

26 Nov 13:44
c841dc4
Compare
Choose a tag to compare
Pre-release

Intro

With the introduction of git branch filtering we have a new pattern of needing to cut a release to initiate a Circle build. Here is a small patch release that includes an update to the tbtc-dapp configuration. Now we're using the public endpoint for the electrumx-server, to keep from having to be on the VPN.

What

https://github.com/keep-network/tbtc-dapp/blob/master/src/config/config.json#L14

NYC Demo

18 Nov 19:10
0ffda76
Compare
Choose a tag to compare
NYC Demo Pre-release
Pre-release
  • Redemption flow works on BTC Tesnet + Ropsten
  • Add Deposit Address to final Deposit flow page
  • UI Element + minor visual updates
  • Bugfixes

Osaka demo

10 Oct 12:02
8b11385
Compare
Choose a tag to compare
Osaka demo Pre-release
Pre-release

First tagged version of the dApp:

  • Deposit flow works on Bitcoin testnet.
  • Support for latest version of Metamask, including workarounds for a couple of bugs.