Skip to content

Commit

Permalink
version 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AustEcon committed Feb 13, 2020
1 parent 524d93a commit c30d66a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Unreleased (see `master <https://github.com/AustEcon/bitsv>`_)
--------------------------------------------------------------
- No new changes since 0.10.2 yet.

0.10.4 (2019-02-13)
-------------------
- Update main api url from https://api.bitindex.network to https://api.mattercloud.net

0.10.3 (2019-01-31)
-------------------
- Allow transaction fee less than 1 sat/byte (i.e. float) c/o `gitzhou <https://github.com/gitzhou>`_
Expand Down
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Forked from Ofek's awesome Bit library: https://github.com/ofek/bit
Noticeboard:
------------

Latest Major Release - 0.10.2_ (2019-11-28)
Latest Major Release - 0.10.4_ (2019-02-13)

.. _0.10.2: https://github.com/AustEcon/bitsv/blob/master/HISTORY.rst
.. _0.10.4: https://github.com/AustEcon/bitsv/blob/master/HISTORY.rst

- Added new Fullnode class for connecting to local bitcoin node via JSON-RPC (thanks goes to https://github.com/xloem for the initial legwork).
- Fullnode class works for Mainnet, Testnet, Scaling-testnet and RegTest (local mock blockchain).
Expand All @@ -33,6 +33,8 @@ Latest Major Release - 0.10.2_ (2019-11-28)
- Add 'sweep' function to PrivateKey class for sending all coins to a given address.
- 0.10.1 includes a patch for rpc methods list
- 0.10.2 includes a patch to fix broken API endpoint for foreign currency conversions.
- 0.10.3 allow transaction fee less than 1 sat/byte (i.e. float) c/o `gitzhou <https://github.com/gitzhou>`_
- 0.10.4 update main api url from https://api.bitindex.network to https://api.mattercloud.net

Previous Major Release - 0.9.0_ (2019-08-11)

Expand Down
2 changes: 1 addition & 1 deletion bitsv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from bitsv.network.services import set_service_timeout, FullNode
from bitsv.wallet import Key, PrivateKey, wif_to_key

__version__ = '0.10.3'
__version__ = '0.10.4'

0 comments on commit c30d66a

Please sign in to comment.