Skip to content

Releases: blocknative/python-sdk

🐛 Fix: Reconnect on TooSlow error

05 Jul 18:46
dff993c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.8...0.2.9

🐛 Bug Fix: Parsing error when ABI not passed in

02 Jul 12:09
9fb3d52
Compare
Choose a tag to compare

This release includes a bug fix for the subscribe_address method which was erroring with no abi present.

What's Changed

Full Changelog: 0.2.7...0.2.8

🐛 Bug Fix: ABI not getting used for decoding

01 Jul 17:14
89e7b4f
Compare
Choose a tag to compare

This release includes a bug fix for the abi where it wasn't getting sent to the server in the proper format. The resulting effect being that the transactions were not decoded.

What's Changed

Version 0.2.3

15 Dec 00:42
fe75415
Compare
Choose a tag to compare

Stream is now a python class.

  • Additional example for BSC provided

0.2.2

06 Dec 16:41
Compare
Choose a tag to compare

Python 3.8 is now supported

0.2.1

19 Nov 14:39
0.2.1
748d4e5
Compare
Choose a tag to compare

This release fixes a bug that caused rate limit messages to result in exceptions.

0.2.0

15 Nov 21:42
Compare
Choose a tag to compare

This version contains several significant bug fixes and improvements

  • fixed a bug where api differed between JS SDK and Py SDK
  • add support for logging
  • cleanup error handling