Skip to content

Commit

Permalink
Update Readme and History
Browse files Browse the repository at this point in the history
  • Loading branch information
AustEcon committed Nov 28, 2019
1 parent 3febdb9 commit a418d3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ Release History

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

0.10.2 (2019-11-28)
-------------------
- Fixed broken API endpoint for foreign currency conversions.

0.10.1 (2019-11-24)
-------------------
Expand Down
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,19 @@ Forked from Ofek's awesome Bit library: https://github.com/ofek/bit
Noticeboard:
------------

Latest Release - 0.10.1_ (2019-11-24)
Latest Major Release - 0.10.2_ (2019-11-28)

.. _0.10.1: https://github.com/AustEcon/bitsv/blob/master/HISTORY.rst
.. _0.10.2: 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).
- Reordered outputs to always have 'false return' metadata included in the **first** output instead of the last. This will fix a new issue that arose with rendering of images etc. on bico.media.
- Prepend OP_FALSE to OP_RETURN in preparation for Genesis upgrade coming in February.
- 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.

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

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

Expand Down

0 comments on commit a418d3a

Please sign in to comment.