Skip to content

Releases: provable-things/ptokens.js-v1

ptokens.js v0.7.0

20 Oct 21:32
dcb38c5
Compare
Choose a tag to compare

This new release includes the following new features:

  • ptokens-pbtc: on EOS.
  • ptokens-pltc: on Ethereum and on EOS.
  • ptokens-perc20: on EOS.
  • ptokens-providers
  • ptokens-deposit-address
  • Migrates ptokens-node to json-rpc apis.

ptokens.js v0.6.1

21 Sep 12:55
cfb3880
Compare
Choose a tag to compare

This new release updates the bootnode endpoints.

ptokens.js v0.6.0

09 Jul 17:14
bb6666d
Compare
Choose a tag to compare

This new release includes the ability to pass a parameter called appName within pBTC, NodeSelector and Node constructors that identifies the application that is using the library through the User-Agent request header.

ptokens.js v0.5.1

05 Jun 11:21
3b4f2f3
Compare
Choose a tag to compare

This new release fixes the impossibility to catch errors deriving from fail during a sending of signed transaction.

ptokens.js v0.5.0

05 Jun 11:18
f8a3963
Compare
Choose a tag to compare

This new release includes the possibility to set custom values of gas limit and gas price(in wei) during a redeem from Ethereum: Ex: pbtc.redeem(amount, 'btc address', { gasPrice: 2, gas: 21000 })

ptokens.js v0.4.2

10 Mar 10:39
b029f55
Compare
Choose a tag to compare

This new release includes a new bug fix regarding the network type selection within ptokens-pbtc.

ptokens.js v0.4.1

09 Mar 14:52
fa0ac8a
Compare
Choose a tag to compare

This new release includes a small bug fix regarding uint256 type checking.

ptokens.js v0.4.0

05 Mar 11:48
36063e5
Compare
Choose a tag to compare

This new release includes the compatibility with Mainnet of ptokens-pbtc .

Added

  • ptokens-pbtc mainnet compatibility
  • ptokens-node-selector mainnet compatibility

Changed

  • removed getInfo function parameters within ptokens-node

ptokens.js v0.3.1

21 Feb 19:18
ced19a4
Compare
Choose a tag to compare

Version bump

ptokens.js v0.3.0

20 Feb 13:57
03996b2
Compare
Choose a tag to compare

This new release includes a new module called ptokens-node-selector which allows to select (automatically or not) a validator node.

Added

  • ptokens-node-selector: module for selecting a validator node
  • types: added typescript typings

Changed

  • renamed ptokens-enclave into ptokens-node
  • removed ptokens-peos