chainside / btcpy

A Python3 SegWit-compliant library which provides tools to handle Bitcoin data structures in a simple fashion.
https://www.chainside.net
GNU Lesser General Public License v3.0
270 stars 73 forks source link

Constants segregation #26

Closed SimoneBronzini closed 6 years ago

SimoneBronzini commented 6 years ago

As per #25, the following things have been done:

peerchemist commented 6 years ago

I like this, it's great approach.

peerchemist commented 6 years ago

Shall we merge this?

SimoneBronzini commented 6 years ago

Will be merged soon, I am also working on a refactor for the generation of addresses as per #27, both changes will be shipped ASAP.