Skip to content

Releases: osmosis-labs/osmosis-rust

v0.16.1

19 Jul 19:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.0

08 Jul 06:14
Compare
Choose a tag to compare

What's Changed

  • feat: Generate types for cosmwasm by @apollo-sturdy in #77
  • feat: Add backtraces feature for cosmwasm-std Errors by @apollo-sturdy in #80
  • new modules: concentratedliquidity, cosmwasmpool

New Contributors

Full Changelog: v0.15.2...v0.16.0

v0.16.0-beta.1

20 Jun 02:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0-beta.0...v0.16.0-beta.1

v0.16.0-beta.0

14 Jun 05:22
Compare
Choose a tag to compare
v0.16.0-beta.0 Pre-release
Pre-release

What's Changed

  • Generate types for osmosis v16
  • Suppress deprecation warning while building osmosis-std

Full Changelog: v0.15.3...v0.16.0-beta.0

v0.15.3

25 May 13:29
Compare
Choose a tag to compare

What's new

v0.15.2

12 Apr 11:00
Compare
Choose a tag to compare

What's new

  • fixes (.*)_id field deserialization, the chain returns them as (*.)ID so it is now aliased for both case.

v0.15.1

10 Apr 09:56
Compare
Choose a tag to compare

What's new

  • compatible with osmosis v15.0.0
  • provides coins conversion

v0.13.1

08 Dec 08:35
1917ebb
Compare
Choose a tag to compare

compatible with osmosis v13.1.1

v0.12.0

30 Sep 06:03
Compare
Choose a tag to compare
  • uses new versioning scheme vx.<osmosis_ver>.z
  • compatible with osmosis v12
  • fix Timestamp Duration and Any (de)serialization issue for osmosis-std

v0.1.6

07 Sep 08:47
Compare
Choose a tag to compare

What's new

  1. Use reference of QuerierWrapper to construct native module's querier wrapper to avoid clone (by @larry0x)
  2. Allow constructing native module's querier wrapper from generic QuerierWrapper as opposed to only QuerierWrapper<Empty> so it can be used alongside with bindings

https://crates.io/crates/osmosis-std/0.1.6