Releases: blocknative/python-sdk
Releases · blocknative/python-sdk
🐛 Fix: Reconnect on TooSlow error
What's Changed
- 0.2.9: Reconnect on TooSlow error by @taylorjdawson in #48
Full Changelog: 0.2.8...0.2.9
🐛 Bug Fix: Parsing error when ABI not passed in
This release includes a bug fix for the subscribe_address
method which was erroring with no abi present.
What's Changed
- Fix parsing when no abi is present by @taylorjdawson in #47
Full Changelog: 0.2.7...0.2.8
🐛 Bug Fix: ABI not getting used for decoding
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
- [0.2.7]: Fixes issue where abi wasn't getting parsed by @taylorjdawson in #42
Version 0.2.3
Stream is now a python class.
- Additional example for BSC provided
0.2.2
Python 3.8 is now supported
0.2.1
This release fixes a bug that caused rate limit messages to result in exceptions.
0.2.0
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