Skip to content

Releases: kin-labs/kinetic-python-sdk

v1.0.0-rc.16

30 Jan 21:27
e645f75
Compare
Choose a tag to compare

What's Changed

  • chore: update Kinetic to 1.0.0-rc.16 by @beeman in #46

Full Changelog: v1.0.0-rc.13-1...v1.0.0-rc.16

v1.0.0-rc.13-1

14 Jan 01:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.13...v1.0.0-rc.13-1

v1.0.0-rc.13

27 Dec 01:44
Compare
Choose a tag to compare

What's Changed

  • chore: remove unused/inaccurate files from generated openapi client by @beeman in #29
  • feat: Change user agent hearders by @RamirezAlex in #30
  • feat: Implement get_account_info method in the SDK by @RamirezAlex in #32
  • chore: update Kinetic to 1.0.0-rc.13 (dev) by @beeman in #37
  • refactor: improve consistency, types, structure by @beeman in #39

Full Changelog: v1.0.0-rc.9-1...v1.0.0-rc.13

v1.0.0-rc.9-1

29 Nov 17:22
Compare
Choose a tag to compare
  • feat: Update README to look like other SDKs #24
  • feat: Implement sender-create #25
  • feat: Update exposed config object #26

v1.0.0-rc.8-2

23 Nov 03:39
448c096
Compare
Choose a tag to compare
feat: Implement from secret (#22)

* feat: Implement from secret

* test: Add test for Keypair from_secret

* test: Add more test for from_secret

* test: Add more mnemonic tests