Skip to content

Commit

Permalink
version 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AustEcon committed Oct 11, 2020
1 parent 8e8eb99 commit 1066ad0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ Release History

Unreleased (see `master <https://github.com/AustEcon/bitsv>`_)
--------------------------------------------------------------
- No new changes since 0.11.0 yet.
- No new changes since 0.11.2 yet.


0.11.2 (2020-10-11)
-------------------
- NetworkAPI.broadcast_tx() now returns the txid instead of null.

0.11.1 (2020-04-10)
-------------------
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ Forked from Ofek's awesome Bit library: https://github.com/ofek/bit

Noticeboard:
------------
Latest Major Release - 0.11.1_ (2019-04-10)
Latest Major Release - 0.11.2_ (2020-10-11)

.. _0.11.1: https://github.com/AustEcon/bitsv/blob/master/HISTORY.rst
.. _0.11.2: https://github.com/AustEcon/bitsv/blob/master/HISTORY.rst

- Added WhatsOnChain API for mainnet and testnet
- Unspent data type: removed 'script' (scriptpubkey) attribute (unavailable from WhatsOnChain and Satoshi.io APIs and is unused in the codebase).
- Transaction, TxOutput, TxInput data types: removed unnecessary 'cruft' like 'amount_in', 'amount_out' and 'fee' (also to facilitate use of WhatsOnChain etc. and reduce maintenance overheads).
- MatterCloud now activated via **'MATTERCLOUD_API_KEY' environment variable** which makes it the highest priority API in the list for main, test, stn. Otherwise WhatsOnChain is used by default.
- 0.11.1 Fixed an off-by-one bug for generating pushdata op_codes for data-carrier 'op_return' txs - c/o `gitzhou <https://github.com/gitzhou>`_.

- 0.11.2 NetworkAPI.broadcast_tx() now returns the txid instead of null.

Previous Major Release - 0.10.4_ (2019-02-13)

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.11.1'
__version__ = '0.11.2'

0 comments on commit 1066ad0

Please sign in to comment.