bitcoin.py -> protocol.py: CoinProtocol classes and methods

scripts/test-release.sh: BCH tests added
This commit is contained in:
philemon 2017-10-03 22:26:24 +03:00
commit d3f0f26668
Signed by untrusted user who does not match committer: mmgen
GPG key ID: 62DBE9E5212F05BE
19 changed files with 491 additions and 399 deletions

View file

@ -109,7 +109,7 @@ setup(
py_modules = [
'mmgen.__init__',
'mmgen.addr',
'mmgen.bitcoin',
'mmgen.protocol',
'mmgen.color',
'mmgen.common',
'mmgen.crypto',