Skip to content

Releases: NibiruChain/py-sdk

v0.19.8

01 Jul 20:53
2e9a915
Compare
Choose a tag to compare

v0.19.8

Compatible with NibiruChain/nibiru v0.19

  • [#234] test: fixtests. Updated perp_test so that error log shows if oracle is not running. by @AnishP15
  • [#214] chore: update protos to v0.19.0

v0.17.0

Compatible with NibiruChain/nibiru v0.17

  • [#204] chore: update protos to v0.17.0

v0.16.4-dev.1

Compatible with NibiruChain/nibiru v0.16

  • [#191] refactor(msg)!: Unifies the PythonMsg functions under the nibiru.Msg object for improved UX.
  • [#189] build(dependencies): dependencies cleanup, removed eip712 structs

v0.16.3

Compatible with NibiruChain/nibiru v0.16

  • docs(README): Add usage examples
  • [#188] docs: docgen in markdown with pdoc
  • [#186] chore: update package version for publish
  • [#185] chore!: update protos to v0.16.2
  • [#183] test: Add test for network validity before running test suite.
  • [#180] test,feat!: (1) New events and tx resp abstractions. (2) Cater tests to have devnet and testnet compatibility
  • [#175] feat,test: Add tests for dex queries and txs
  • [#173] fix: Replaced built-in bin ripemd160 with pure Python

v0.5.3

Compatible with NibiruChain/nibiru v0.15

v0.4.0 2022-09-06

Improvements

  • [#117] feat: add websocket module to py-sdk
  • [#122] feat: get block by height enhancement
  • [#126] feat (rpc): add more chain info queries
  • [#127] feat: add generator for blocks queries

Full Changelog

Full Changelog: v0.3.0...v0.19.8

v0.0.17

01 Jul 23:40
13e6238
Compare
Choose a tag to compare

v0.0.17 - 2022-08-16

Full Changelog: v0.0.16...v0.0.17

v0.0.16

01 Jul 23:40
13e6238
Compare
Choose a tag to compare

Release for binary v0.12.1-alpha of NibiruChain/nibiru

v0.0.16 - 2022-08-14

  • Now compatible with NibiruChain/nibiru binary version v0.12.1-alpha
  • #65 - fix: open/get position deserialization

v0.0.15 - 2022-08-12

  • #50 - Rename classnames and variables

Full Changelog: NibiruChain/nibiru@v0.0.14a1...v0.0.16

v0.0.14

01 Jul 23:39
13e6238
Compare
Choose a tag to compare
v0.0.14 Pre-release
Pre-release

v0.0.14.a1 - 2022-08-13

Note that you now install the nibiru package with pip install nibiru.

Improvements

  • chore: Update package version to v0.0.14.a1 by @NibiruHeisenberg in #59
  • #46 - Bugfix in query perp trader position
  • test,ci,feat: (1) Use poetry for pkg management. (2) Improve CI. (3) Re-gen protos for v0.12.1-alpha of nibiru by @Unique-Divine in #53
  • docs(README): Documented entire development setup. Fixed badges. Added installation instructions for pyenv, poetry, pip by @Unique-Divine in #55

Fixes

v0.0.14 - 2022-08-11

  • Upgraded proto to fit nibiru chain v0.12.2
  • Simplified Makefile
  • Fixed Protogen script

New Contributors

Full Changelog: https://github.com/NibiruChain/nibiru-py/commits/v0.0.14a1

v0.20.0-rc1

31 Mar 15:05
Compare
Choose a tag to compare
v0.20.0-rc1 Pre-release
Pre-release
feat: update to v0.20.0-rc1

v0.5.0-alpha.2

11 Oct 19:34
Compare
Choose a tag to compare
v0.5.0-alpha.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.5.0-alpha.2

v0.3.0

29 Aug 19:29
Compare
Choose a tag to compare

API Breaking Changes

  • [#111] case str to float safely in the vpool module's all pools query.

Full Change History: v0.2.0...v0.3.0

v0.2.0

25 Aug 14:37
7d39001
Compare
Choose a tag to compare

v0.2.0 2022-08-24

API Breaking Changes

  • Improve query error handling #108
  • feat: Split the design of txs between message and execution. #96
  • hotfix/test(query_clients): Test vpool.query.all_pools fn. Account for deserialize edge case #102. #103

Improvements

  • refactor(ci-cd): Update linter workflow. Cache poetry installation. #96
  • Remove legacy run-examples.sh #97
  • test: Add back utils_test file #96
  • docs: Update README.md #104

Full Change History: v0.1.0...v0.2.0

v0.1.0

22 Aug 14:25
e5d3a0c
Compare
Choose a tag to compare

v0.1.0 2022-08-22

  • feat(proto): use external proto pkg nibiru_proto for versioned types #81
  • fix(query_clients): account for missing fields on the pb_msg in deserialize #103
  • test(vpool): test_query_vpool_base_asset_price #103
  • chore: Remove protogen script as we're pulling from nibiru-proto now #98
  • chore: Automate publishing with ci #100
  • refactor: Split the design of tx between message and execution #92

Full Changelog: v0.0.17...v0.1.0