Releases: Kava-Labs/javascript-sdk
Releases · Kava-Labs/javascript-sdk
9.0.1
9.0.0
What's Changed
- Update eslint by @thomasmost in #75
- Adds newMsgTransfer and changes voteType to enum (number) by @thomasmost in #74
- reformat messages to align with backend code, remove validator vestin… by @downing034 in #77
- fix: set default account sequence to 0 by @karzak in #79
- Add protobuf definitions for kava, tendermint, and cosmos by @nddeluca in #82
- Fix tx for kava-9 accountnumber and sequence by @fwiessner in #84
- Update README.md chain id to kava-9 by @fwiessner in #85
New Contributors
Full Changelog: v5.3.2...v9.0.0
9.0.0-beta-13
What's Changed
- Update eslint by @thomasmost in #75
- Adds newMsgTransfer and changes voteType to enum (number) by @thomasmost in #74
- reformat messages to align with backend code, remove validator vestin… by @downing034 in #77
- fix: set default account sequence to 0 by @karzak in #79
- Add protobuf definitions for kava, tendermint, and cosmos by @nddeluca in #82
- Fix tx for kava-9 accountnumber and sequence by @fwiessner in #84
New Contributors
Full Changelog: v5.3.2...v9.0.0-beta-13
9.0.0-beta
What Changes
- VoteType has been changed to an enum corresponding to Cosmos's VoteOption type
- adds
newMsgTransfer
in support of IBC
For Developers
- Re-versioned to 9.0.0 to correspond with the Kava chain version the SDK supports.
This is a pre-release for the upcoming Kava-9 upgrade. Breaking changes may be made before release. Proceed with caution.
5.3.2
5.3.2-beta
Patch
- #66 Adds getDistributionRewards and getDelegations
5.3.1
Patch
- Re-targets
es5
for compatibility purposes
Why
Webpack 5 support is still spotty at best, especially in large projects like Create React App and Cypress. Webpack 4 breaks on this package without intrusive overrides to ensure that the appropriate babel-loader plugin is being used.
5.3.0
5.3.0-beta
- Refactors SDK to TypeScript
- Fixes
swapExactForTokens
andswapForExactTokens
5.1
- Migrates messages and utility functions to TypeScript
This release temporarily dropped support for the KavaClient—please use 5.3.0 instead