Skip to content

Releases: Kava-Labs/javascript-sdk

9.0.1

26 Jan 03:54
Compare
Choose a tag to compare
  • fix loadMetaData for non-vesting accounts (f6bea97)

9.0.0

25 Jan 19:44
Compare
Choose a tag to compare

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

20 Jan 19:26
Compare
Choose a tag to compare
9.0.0-beta-13 Pre-release
Pre-release

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

08 Dec 20:30
Compare
Choose a tag to compare
9.0.0-beta Pre-release
Pre-release

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

06 Dec 21:01
Compare
Choose a tag to compare

Changes

  • #66 Adds getDistributionRewards and getDelegations
  • Indexes and exports common types

5.3.2-beta

23 Nov 19:35
Compare
Choose a tag to compare
5.3.2-beta Pre-release
Pre-release

Patch

  • #66 Adds getDistributionRewards and getDelegations

5.3.1

17 Nov 19:54
Compare
Choose a tag to compare

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

15 Nov 23:30
5972a75
Compare
Choose a tag to compare

Major Changes

  • Full refactor to TypeScript
  • Removes lodash from dependencies

Bug Fixes

  • #72 fix utils.calculateUnixTime

For Developers

  • Aligned formatting rules with our core standards
  • Set up Husky for auto-formatting on commit

5.3.0-beta

10 Nov 21:58
a59b0a3
Compare
Choose a tag to compare
5.3.0-beta Pre-release
Pre-release
  • Refactors SDK to TypeScript
  • Fixes swapExactForTokens and swapForExactTokens

5.1

02 Nov 16:54
Compare
Choose a tag to compare
5.1 Pre-release
Pre-release
  • Migrates messages and utility functions to TypeScript

This release temporarily dropped support for the KavaClient—please use 5.3.0 instead