Releases: keep-network/tbtc-dapp
v0.17.4: New bug fixes and small features
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
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
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)
v0.10.0
Merge pull request #192 from keep-network/open-source-ame Open-source-ame: Add docs and tidbits for open sourcing
tBTC->Ropsten
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
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
Osaka demo
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.