vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.3k stars 861 forks source link

Fix and expand testsuite. #38

Closed Renelvon closed 10 years ago

Renelvon commented 10 years ago

Changelog

The testsuite is currently failing due to hex_to_point being absent.

vbuterin commented 10 years ago

You want decode_pubkey(, "hex")

On Wed, Sep 17, 2014 at 2:40 PM, Nick Korasidis notifications@github.com wrote:

Changelog

The testsuite is currently failing due to hex_to_point being absent.

You can merge this Pull Request by running

git pull https://github.com/Renelvon/pybitcointools unittestify

Or view, comment on, or merge it at:

https://github.com/vbuterin/pybitcointools/pull/38 Commit Summary

  • Unit test Electrum Wallet signing and verification.
  • Fix class specifier and other typos.
  • Bring TestTransaction closer to being a unit test.
  • Drop sys.argv and sys import.
  • Unit test conversions.

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/vbuterin/pybitcointools/pull/38.

Renelvon commented 10 years ago

PyPI provides a year-old version of pybitcointools. Can you push the latest build?