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

Releases: keep-network/tbtc.js

tbtc.js 0.18.0

17 Sep 20:44
13e5fe6
Compare
Choose a tag to compare

v0.18.0 is the release of tbtc.js corresponding to mainnet release 1.1.0 of tBTC.

There was no official tagged version of tbtc.js corresponding to v1.0 of tBTC, so this can be considered the first non-pre/rc release of tbtc.js. However, note also the <1.0 version number. tbtc.js is still under active development, and no guarantees of API compatibility are provided at the moment. API stability is expected soon.

v1.0.1-rc (Ropsten)

04 Jun 14:58
Compare
Choose a tag to compare
v1.0.1-rc (Ropsten) Pre-release
Pre-release
Trying to trigger npm build/publish step

0.12.0 (Ropsten)

04 Apr 14:49
f22ba26
Compare
Choose a tag to compare
0.12.0 (Ropsten) Pre-release
Pre-release

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

  • Improvement: Shift from @truffle/contract to bare web3.js contracts (#10, #12, #13, #15). This lays the groundwork for connecting to non-Metamask wallets in tbtc-dapp.
  • Deployment: Various deployment fixes (#14, #16).