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

Releases: pokt-network/pocket-js-LEGACY

Release Candidate 0.9.2 (0.9.2-rc)

04 Aug 19:42
Compare
Choose a tag to compare

The new version of the @pokt-network/pocket-js package for mainnet.

0.9.2-RC

  • It adds the ability to create transactions using an existing signature (useful for hardware wallet integrations)

For more information on Pocket Network and how you can use it to connect any app to any blockchain, visit our Developer Portal.

Release Candidate 0.9.1 (0.9.1-rc)

12 Jul 15:46
b8fe900
Compare
Choose a tag to compare

The new version of the @pokt-network/pocket-js package for mainnet.

0.9.1-RC

  • It fixes app proto messages encoding, so it can work properly when sending app related transactions.

For more information on Pocket Network and how you can use it to connect any app to any blockchain, visit our Developer Portal.

Release Candidate 0.9.0 (0.9.0-rc)

11 Jul 20:40
c6d4d42
Compare
Choose a tag to compare

The new version of the @pokt-network/pocket-js package for mainnet.

0.9.0-RC

  • It adds support for non-custodial staking transactions.

Non-custodial staking goes live July 18th, 2022. Do not use this version on mainnet prior that date, the upgrade is already live on testnet.

For more information on Pocket Network and how you can use it to connect any app to any blockchain, visit our Developer Portal.

Release Candidate 0.8.0 (0.8.0-rc)

27 Apr 03:01
f395814
Compare
Choose a tag to compare

The new version of the @pokt-network/pocket-js package for mainnet.

0.8.0-RC

  • Matches API changes in Pocket Core v0.8.x

For more information on Pocket Network and how you can use it to connect any app to any blockchain, visit our Developer Portal.

Release Candidate 0.7.0 (0.7.0-rc)

16 Nov 17:53
Compare
Choose a tag to compare
Pre-release

The new version of the @pokt-network/pocket-js package for mainnet.

0.7.0-RC

  • Possible breaking changes: Node version requirements are now >=12.16.0 <=16.13.0

For more information on Pocket Network and how you can use it to connect any app to any blockchain, visit our Developer Portal.

Release Candidate 0.6.17 (0.6.17-rc)

12 Nov 23:45
Compare
Choose a tag to compare
Pre-release

The new version of the @pokt-network/pocket-js package for mainnet.

0.6.17-RC

  • enhancement: add maxAttempts to getSession function to prevent cascading dispatcher failure

For more information on Pocket Network and how you can use it to connect any app to any blockchain, visit our Developer Portal.

Release Candidate 0.6.16 (0.6.16-rc)

02 Sep 20:35
90b2fd8
Compare
Choose a tag to compare
Pre-release

The new version of the @pokt-network/pocket-js package for mainnet.

0.6.16-RC

  • fix: removing deprecated test breaking build

For more information on Pocket Network and how you can use it to connect any app to any blockchain, visit our Developer Portal.

Release Candidate 0.6.15 (0.6.15-rc)

02 Sep 19:55
1a71e58
Compare
Choose a tag to compare
Pre-release

The new version of the @pokt-network/pocket-js package for mainnet.

0.6.15-RC

  • fix: edge case where due to connectivity issues all dispatchers are temporarily unavailable which would cause permanent crash of the client

For more information on Pocket Network and how you can use it to connect any app to any blockchain, visit our Developer Portal.

Release Candidate 0.6.14 (0.6.14-rc)

30 Aug 21:20
Compare
Choose a tag to compare
Pre-release

The new version of the @pokt-network/pocket-js package for mainnet.

0.6.14-RC

  • fix: MsgProtoNodeUnjail & Unstake: previous versions would not allow unstaking or unjailing of Pocket wallets due to a protobuf error.

For more information on Pocket Network and how you can use it to connect any app to any blockchain, visit our Developer Portal.

Release Candidate 0.6.13 (0.6.13-rc)

03 Jun 15:01
Compare
Choose a tag to compare
Pre-release

The new version of the @pokt-network/pocket-js package for mainnet.

0.6.13-RC

  • RPC:
    • ResponseDeliverTx was causing the getAccountTxs and getBlockTxs queries to fail:
      • Removed gasWanted and gasUsed properties.
      • Added recipient, signer and messageType properties.
    • StdTx model:
      • Updated the Msg property to accept Any object since the response schema is not static.

For more information on Pocket Network and how you can use it to connect any app to any blockchain, visit our Developer Portal.