Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Releases: kinecosystem/kin-sdk-python

v2.5.1

27 Aug 07:03
Compare
Choose a tag to compare

Fixed various bugs related to querying transaction history
See #93

v2.4.2

19 Jun 14:27
Compare
Choose a tag to compare

Bug fixes:

  1. The sdk now uses the correct User-Agent instead of using the user agent of the base sdk
  2. The sdk had an error while formatting some error messages when decoding a transaction, this is now fixed and the error messages were made more clear

2.4.1

13 May 07:32
856cb73
Compare
Choose a tag to compare

Bug fixes and improvements:

  1. Errors now have a working repr, previously they would raise RecursionError.
  2. Added the passphrase attribute to the environment class for easier access
  3. Added the /fund endpoint for Friendbot
  4. Updated kin-base from 1.3.0 to 1.3.1

v2.5.0

08 Aug 12:26
8ea1a24
Compare
Choose a tag to compare

Fixed various SSE related issues
#85 #88

and updated kin-base to fix a few more sse issues
https://github.com/kinecosystem/py-kin-base/releases/tag/v1.4.0

v2.4.3

09 Jul 12:25
8ea1a24
Compare
Choose a tag to compare

Updated kin-base to fix retry and SSE related bugs,
for more info see https://github.com/kinecosystem/py-kin-base/releases/tag/v1.3.2

v2.4.0 - [BREAKING] - Async Kin

07 Apr 11:11
8ea1a24
Compare
Choose a tag to compare

Breaking release to change the SDK to work with asyncio.

See #66 For more changes.

2.3.1

26 Feb 14:31
Compare
Choose a tag to compare

Changelog

Bugfixes:

#64 Fixed a bug where the SDK topped up a channel account with too much KIN

Additions:

#60 Added an _str_ method for the Keypair and Environment class

2.3.0

22 Jan 13:46
be5d3cd
Compare
Choose a tag to compare

First release including all final URLs

2.2.6

22 Jan 09:45
040a107
Compare
Choose a tag to compare
2.2.6 Pre-release
Pre-release
Merge pull request #58 from kinecosystem/fix_docs

Fix docstrings

v2.2.5

20 Jan 15:03
Compare
Choose a tag to compare
v2.2.5 Pre-release
Pre-release

Pre-release of the kin-SDK for python, compatible to work with the Kin Blockchain