Releases: NibiruChain/ts-sdk
Releases · NibiruChain/ts-sdk
@nibiruchain/nibijs-v0.21.12
@nibiruchain/nibijs-v0.21.12 (2023-08-17)
Bug Fixes
- npm registry update (5533015)
Code Refactors
- adding semantic release for v21 (#196) (b4ddc07)
- faucet test desccription (8b0a79d)
- grecaptcha v21 (#204) (08af259)
- registry update (ed391cf)
- release rules update & v18 upgrade (#209) (9d73ab2)
Miscellaneous Chores
@nibiruchain/indexer-nibi-v0.21.13
@nibiruchain/protojs-v0.21.11
feat(liq price): price liq (#205) * feat(liq price): price * fix(fix): tests
@nibiruchain/nibijs-v0.21.11
feat(liq price): price liq (#205) * feat(liq price): price * fix(fix): tests
@nibiruchain/indexer-nibi-v0.21.11
feat(liq price): price liq (#205) * feat(liq price): price * fix(fix): tests
v0.7.6
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 inIHeartMonitor
New Contributors
- @marcel-krsh made their first contribution in #44
- @ahadoodle made their first contribution in #46
Full Changelog: v0.6.1...v0.7.6
v0.6.0
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
andperp
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
- @Unique-Divine made their first contribution in #1
Full Changelog: https://github.com/NibiruChain/ts-sdk/commits/v0.6.0