monero-ecosystem / monero-python

A comprehensive Python module for handling Monero cryptocurrency
BSD 3-Clause "New" or "Revised" License
246 stars 80 forks source link

Monero v0.13.0.2 support and version update to pypi #34

Closed john-doe-a112 closed 6 years ago

john-doe-a112 commented 6 years ago

Hello,

Thanks for the great module.

Monero v0.13.0.2 with bulletproofs support will be active in the network on Oct. 18.

Does monero-python support this version?

Also, I observed that monero-python 0.4.3 was released, but it's not on pypi. Can you update the program version in pypi?

Thanks.

emesik commented 6 years ago

Thanks for your words of appreciation. Yes, we are ready for the hard fork. The main change in monero-python 0.4.3 is enforced ring size of 11. Version 0.4.2 will also work after the fork, provided that the external code calls transfer() and transfer_multiple() with ringsize=11.

I'm finishing tests and 0.4.3 will be released to pypi ASAP.

emesik commented 6 years ago

0.4.3 has been released and is available on PyPi