@@ -21,18 +21,22 @@ Forked from Ofek's awesome Bit library: https://github.com/ofek/bit
2121
2222Noticeboard:
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
3741Default 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
0 commit comments