vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.28k stars 857 forks source link

Tag/branch for a stable version before the pybitcointool->bitcoin rename? #72

Open edmundedgar opened 9 years ago

edmundedgar commented 9 years ago

We seem to have some fairly serious breakage in the current master, eg: https://github.com/vbuterin/pybitcointools/issues/71

...and at some point the name changed from pybitcointool to bitcoin, but pybitcointool is still available in pip.

This makes it a bit confusing to distribute a script using this code and link back to where the dependency is coming from. Would it be possible to add a tag or a branch or something pointing at some reasonably stable commit before the bitcoin->pybitcointool rename?

edmundedgar commented 9 years ago

Just in case this helps anyone other than me I've put a fork here and given it a stable branch and a tag, both pointing to what seems to be called pybitcointools==1.1.15 in Pip. https://github.com/edmundedgar/pybitcointools

reiven commented 9 years ago

Hey @edmundedgar if you plan to maintain a fork of this lib (which has a lot of pull requests, fixed and improvements pendind since a long time ago) i suggest you to add "issues" to your fork.