Skip to content

Tags: pybitcash/bitcash

Tags

v1.0.2

Toggle v1.0.2's commit message
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

v1.0.1

Toggle v1.0.1's commit message
Release version 1.0.1

Changelog:
    - Fix sending cashtoken to leftover address (#132)

1.0.0

Toggle 1.0.0's commit message
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

0.6.8

Toggle 0.6.8's commit message
Release 0.6.8

The release adds support for CashAddr URIs.

0.6.7

Toggle 0.6.7's commit message
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

0.6.6

Toggle 0.6.6's commit message
Release 0.6.6

This release significantly speeds up chained transactions by reusing
HTTP connections.

0.6.5

Toggle 0.6.5's commit message
Release 0.6.4

This release includes:
- Allow larger transactions to be broadcasted
- Fix failing test

0.6.4

Toggle 0.6.4's commit message
Release 0.6.4

This release includes:
- remove Bitcore API
- replace Travis CI with GitHub actions
- allow more customization of API endpoint
  (https://pybitcash.github.io/bitcash/guide/node.html)

0.6.3

Toggle 0.6.3's commit message
Release 0.6.3

This release replaces rest.bitcoin.com with rest1.biggestfan.net as the
former is going down.

0.6.2

Toggle 0.6.2's commit message
Release 0.6.2

This release includes:
- Remove cashaddress dependency
- Allow users to customize the node API endpoints