Skip to content

Releases: blocknative/python-sdk

🐛 Fix: Reconnect on TooSlow error

Choose a tag to compare

@taylorjdawson taylorjdawson released this 05 Jul 18:46
dff993c

What's Changed

Full Changelog: 0.2.8...0.2.9

🐛 Bug Fix: Parsing error when ABI not passed in

Choose a tag to compare

@taylorjdawson taylorjdawson released this 02 Jul 12:09
9fb3d52

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

Choose a tag to compare

@taylorjdawson taylorjdawson released this 01 Jul 17:14
89e7b4f

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

Choose a tag to compare

@jac18281828 jac18281828 released this 15 Dec 00:42
fe75415

Stream is now a python class.

  • Additional example for BSC provided

0.2.2

Choose a tag to compare

@jac18281828 jac18281828 released this 06 Dec 16:41

Python 3.8 is now supported

0.2.1

Choose a tag to compare

@jac18281828 jac18281828 released this 19 Nov 14:39
0.2.1
748d4e5

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

0.2.0

Choose a tag to compare

@jac18281828 jac18281828 released this 15 Nov 21:42

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