Releases: pokt-network/pocket-js-LEGACY
Release Candidate 0.9.2 (0.9.2-rc)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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.
- ResponseDeliverTx was causing the getAccountTxs and getBlockTxs queries to fail:
For more information on Pocket Network and how you can use it to connect any app to any blockchain, visit our Developer Portal.