Skip to content

Commit 5a2c4b7

Browse files
committed
Update ReadMe.rst and History.rst
1 parent a84c045 commit 5a2c4b7

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

HISTORY.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ Unreleased (see `master <https://github.com/AustEcon/bitsv>`_)
55
--------------------------------------------------------------
66
- No new changes since 0.9.0 yet.
77

8-
0.9.0 (2019-08-07)
8+
0.9.0 (2019-08-11)
99
------------------
1010

1111
- **breaking** Bitcoin Cash addressees are no longer supported.
1212
- Added bchsvexplorer for redundancy on mainnet.
13+
- PrivateKey.get_transaction() now returns a ``Transaction`` object with ``TxInput`` and ``TxOutput`` objects within it.
14+
- Metadata is represented in ``TxOutput.data`` as a list of ``pushdata`` fields.
1315

1416
0.8.0 (2019-7-13)
1517
-----------------

README.rst

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,22 @@ Forked from Ofek's awesome Bit library: https://github.com/ofek/bit
2121

2222
Noticeboard:
2323
------------
24-
Latest Release - 0.8.0_ (2019-7-13)
24+
Latest Release - 0.9.0_ (2019-08-11)
2525

26-
- Big changes_. Take note!
26+
.. _0.9.0: https://github.com/AustEcon/bitsv/blob/master/HISTORY.rst
2727

28-
.. _0.8.0: https://github.com/AustEcon/bitsv/blob/master/HISTORY.rst
29-
.. _changes: https://github.com/AustEcon/bitsv/blob/master/HISTORY.rst
28+
- Bitcoin Cash addressees are no longer supported.
29+
- Added bchsvexplorer for redundancy on mainnet.
30+
- PrivateKey.get_transaction() now returns a Transaction object with TxInput and TxOutput objects
31+
within it.
32+
- Metadata is represented in TxOutput.data as a list of pushdata fields.
33+
34+
- Also big changes_ in 0.8.0 so please take note.
3035

31-
Legacy Addresses:
36+
.. _changes: https://github.com/AustEcon/bitsv/blob/master/HISTORY.rst
3237

33-
- Bitcoin SV will be reinstating legacy address format as the default standard
34-
(see: https://bitcoinsv.io/2019/07/12/bitcoin-sv-node-v0-2-1-released/).
35-
However, "cashaddress" is a great tool for conversions if needed. https://github.com/oskyk/cashaddress/
38+
- "cashaddress" is a great tool for address conversions if ever needed. https://github
39+
.com/oskyk/cashaddress/
3640

3741
Default Fee = 1 sat/byte:
3842

@@ -51,6 +55,8 @@ Planned improvements
5155
https://github.com/AustEcon/bsvbip32. Plan for each node to access
5256
bitsv functionality so that building apps can be a breeze!
5357
(competing implementations welcome. That's partly why modularity is a good idea!)
58+
- Add Whatsonchain API for added redundancy across main / test and stn networks.
59+
- Minor updates to documentation for 0.9.0 release are still needed re: PrivateKey.get_transaction()
5460

5561
----------------------------
5662

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
version=version,
1212
description='Bitcoin SV made easier.',
1313
long_description=open('README.rst', 'r').read(),
14+
long_description_content_type='text/markdown',
1415
author='AustEcon',
1516
author_email='[email protected]',
1617
maintainer='AustEcon',

0 commit comments

Comments
 (0)