Skip to content

Releases: osmosis-labs/osmojs

apply connectComet for auto choose tm34 or tm37

05 Jan 03:27
Compare
Choose a tag to compare

uses connectComet for auto choose tm34 or tm37

v16 and migrate to `BigInt`

15 Jul 23:38
Compare
Choose a tag to compare

BigInt and inline protobuf reader/writer

This is a HUGE update! Now using the open standard BigInt instead of Long

Additionally, we wrote our own proto reader/writer, well-tested, and purpose-built for Cosmos SDK protos and Telescope. We've inlined it to make it super efficient.

Breaking Changes

  • You'll need to stop using Long.fromString('1') and instead using the native BigInt('1') — use open standards instead of a 3rd party library! Anywhere you used Long you need to remove it and replace with BigInt.

What's Changed

  • removes need to depend on the Long type from long library in any generated code
  • removes need to depend on the protobuf/minimal library in any generated code
  • use BigInt, upgrade to telescope 0.99 by @pyramation in #57

Full Changelog: https://github.com/osmosis-labs/osmojs/commits/osmojs@16.2.0

v16 compiled by `tsc`

15 Jul 23:34
Compare
Choose a tag to compare

This is a minor bump because we changed the babel build system to use the Typescript tsc compiler instead.

What's Changed

Full Changelog: https://github.com/osmosis-labs/osmojs/commits/osmojs@16.1.0

Upgrades to Osmosis v16

15 Jul 23:30
Compare
Choose a tag to compare

upgrades the protos to v16

We upgraded the protos: #50

Breaking Changes

  • In order to fix this bug, we've enabled prototypes.typingsFormat.customTypes.useCosmosSDKDec — please be aware for any Dec types that you don't need to manage the 18 exponent issue for RPC responses now :)

What's Changed

New Contributors

Full Changelog: https://github.com/osmosis-labs/osmojs/commits/osmojs@16.0.0