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

add dash and litecoin support #17

Closed oskyk closed 6 years ago

peerchemist commented 6 years ago

I advise not doing it like this, clogging up those parameters deep in there, but re-imagining the setup to pass the dict of arguments to the rest of the classes.

SimoneBronzini commented 6 years ago

I agree with @peerchemist: as a general approach this would need quite a refactor. However, I don't agree to merge even such a refactor, as I believe it does not belong here (see #16 for a more extensive explanation for this).