Skip to content

Releases: NibiruChain/ts-sdk

@nibiruchain/nibijs-v0.21.12

17 Aug 19:28
Compare
Choose a tag to compare

@nibiruchain/nibijs-v0.21.12 (2023-08-17)

Bug Fixes

Code Refactors

Miscellaneous Chores

@nibiruchain/indexer-nibi-v0.21.13

17 Aug 19:27
Compare
Choose a tag to compare

@nibiruchain/indexer-nibi-v0.21.13 (2023-08-17)

Code Refactors

@nibiruchain/protojs-v0.21.11

14 Aug 16:23
40049c7
Compare
Choose a tag to compare
feat(liq price): price liq (#205)

* feat(liq price): price

* fix(fix): tests

@nibiruchain/nibijs-v0.21.11

14 Aug 16:24
40049c7
Compare
Choose a tag to compare
feat(liq price): price liq (#205)

* feat(liq price): price

* fix(fix): tests

@nibiruchain/indexer-nibi-v0.21.11

14 Aug 16:25
40049c7
Compare
Choose a tag to compare
feat(liq price): price liq (#205)

* feat(liq price): price

* fix(fix): tests

v0.7.6

12 Dec 09:44
4407ffd
Compare
Choose a tag to compare

nibijs v0.7.6

Features

  • [#57] feat: add fundingRate and epoch queries
  • [#57] feat: add a field for the 'Chain' to the 'QueryCmd'
  • [#31] feat: 'vpool' and 'pricefeed' module extensions
  • [#52] feat: Add convenience functions for switching between testnet and devnet versions
  • [#42] feat: event and number parsing improvements
  • [#44] staking query
  • [#47] feat: parse response from faucet and add logic to wait for blocks when a tx simulation fails
  • [#46] feat: add query positions

Improvements

  • [#28] test: wait for block fns and test improvements for consistency between runs
  • [#30] vpool queries and runnable examples v0.6.1
  • [#32] refactor: fix linter and make updates
  • [#34] sync with v0.15 prerelease
  • [#39] resync with nibiru master
  • [#48] fix,docs: polish README a bit & remove stateful assumptions from tx.test.ts

indexer-nibi

Latest version is @nibiruchain/indexer-nibi v0.3.2

  • [#49] feat: GraphQL client for heart monitor DB
  • [#50] refactor!(indexer-nibi): GraphQL API improvemenets
  • [#51] fix: type hints for indexer-nibi
  • [#53] feat: (1) HeartMonitor class (2) enbale usage of custom GQL endpoints
  • [#54] Add recentTrades GraphQL query to indexer-nibi
  • [#55] fix: Add useQueryRecentTrades definition in IHeartMonitor

New Contributors

Full Changelog: v0.6.1...v0.7.6

v0.6.0

19 Sep 22:16
Compare
Choose a tag to compare

Features

  • docs: Added usage examples to the README
  • docs: function-level documentation
  • test,feat: perp tests and new types for nibiru v0.13. Improved protocgen.sh in #4
  • feat: changes to newSdk and newTxCmd for #25 in #26
  • feat,test: test wallet, keys, and faucet commands in #27
  • Transactions for the perp module
  • Queries for the vpool and perp modules

Testing Improvements

The code related to messages, transactions, or queries with Nibi-Perps has 95%+ test coverage.

  • tests: Fix sdk.Dec math conversions in the common package in #1
  • tests: Test bank, dex, and perp queries. Add tests to CI in #2
  • test: test token transfers from the devnet genesis validator in #3
  • Multi-message transaction tests in tx.test.ts
  • test: testnet connection in #21
  • test: perp module in #23
  • refactor: collapse tx, query, and tmClient into a single sdk object in #24

Fixes

  • fix: rename HOST to CHAIN_HOST because HOST is reset by CRA in #7

New Contributors

Full Changelog: https://github.com/NibiruChain/ts-sdk/commits/v0.6.0