Skip to content

Commit

Permalink
ReadMe Rendering issues on PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
AustEcon committed Mar 29, 2019
1 parent 5691aa8 commit 9f8110c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BitSV: Bitcoin SV made easy
BitSV: Bitcoin SV made easy.
============================

Forked from Ofek's awesome Bit library: https://github.com/ofek/bit
Expand Down
12 changes: 3 additions & 9 deletions TODO.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
- Add optional caching with LMDB
- Implement `replace-by-fee <https://github.com/bitcoincash/bips/blob/master/bip-0125.mediawiki>`_
- Implement `future payments <https://github.com/bitcoincash/bips/blob/master/bip-0065.mediawiki>`_
- Implement `HD wallets <https://github.com/bitcoincash/bips/blob/master/bip-0032.mediawiki>`_
- Support getting unspents with confirmation limit
- Add CLI using `Click <https://github.com/pallets/click>`_
- direct network connection (ughh sockets)
- segwit
- Add GUI using `Kivy <https://github.com/kivy/kivy>`_
- Documentation and Examples
- Tests
- Testnet
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
from bitsv.wallet import Key, PrivateKey, PrivateKeyTestnet, wif_to_key

__version__ = '0.5.5'
__version__ = '0.5.6'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
author='AustEcon',
author_email='[email protected]',
maintainer='AustEcon',
maintainer_email='[email protected]',
maintainer_email='[email protected]',
url='https://github.com/AustEcon/bitsv',
download_url='https://github.com/AustEcon/bitsv/tarball/{}'.format(version),
license='MIT',
Expand Down

0 comments on commit 9f8110c

Please sign in to comment.