You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release version 1.0.2
Changelog:
- Check block height to select the most up to date node provider
- Improve caching mechanism
- Remove rest.bitcoin.com from providers list
Release 1.0.0
Changelog:
- Add CashToken support
- Switch UTXO API provider to Chaingraph
- Drop Python 3.7 support
- Fix issue when sending more than one transactions within the same block
Release 0.6.7
This release includes:
- Add support for sending to P2SH addresses (starting with a p)
- Format code with black
- Enforce coding style with GitHub actions
- Fix some tests