Commit History

Author SHA1 Message Date
  MMGen 00227b3d73 protocol.py: add 'base_proto' attribute; minor changes 6 years ago
  MMGen 105f6c3033 mmgen-tool txview: add 'sort' option, rename old sort option to 'filesort' 6 years ago
  MMGen 7c63bb1e3d mmgen-tool: add addr2scriptpubkey, scriptpubkey2addr commands 6 years ago
  MMGen 823e325c6c [msys2]: enable color output, handle exceptions in main.py 6 years ago
  MMGen 46b6abb3c7 use file io for terminal output 6 years ago
  MMGen 4240393804 minor fixes 6 years ago
  MMGen 017ecef3bc [opts]: separate code from text in opts_data 6 years ago
  MMGen dcab10949e Support MSWin via MSYS2 6 years ago
  MMGen 66d0f76635 Eliminate dependencies on all ethereum packages except py_ecc 6 years ago
  MMGen 122ac43573 minor changes 6 years ago
  MMGen a7126ede03 Remove dependencies on pysha3 and ethereum modules 6 years ago
  MMGen 281e1f3ffb minor fixes 6 years ago
  MMGen 8a3b9216f6 crypto.py: reimplement AES routines using the cryptography library 6 years ago
  MMGen 7cc69a2725 mmgen-tool: rewrite 'rand2file', add test 6 years ago
  MMGen f7b59022a4 silent -> quiet file opens + minor fixes 6 years ago
  MMGen 785582e30d MMGenTxInput, MMGenTxOutput: make 'amt' attribute a property 6 years ago
  MMGen f08cd32e33 MMGenListItem, MMGenTxInput, MMGenTxOutput: allow inheritance of attrs 6 years ago
  MMGen a8e140f6ea Add unit_tests.py to test-release.sh; minor fixes 6 years ago
  MMGen e524b660f0 New test: test/unit_tests.py, add test 'tx_deserialize' 6 years ago
  MMGen f9a5077ba8 DeserializedTX(): parse transactions more efficiently 6 years ago
  MMGen 360ef8d3c5 use hashlib.scrypt() if available, in preference to scrypt.hash() 6 years ago
  MMGen 27355e0b27 handle environmental vars consistently 6 years ago
  MMGen 2a68ee8ef4 with open('foo') as f: t = f.read() -> t = open('foo').read() 6 years ago
  MMGen b5f1ebc640 py3port: make hexadecimal values be strings instead of bytes type 6 years ago
  MMGen d7913524b2 py3port: use os.get_terminal_size() 6 years ago
  MMGen 4b6772dc3b py3port: use set comprehensions where applicable 6 years ago
  MMGen 634fb2e444 py3port: use dictionary comprehensions where applicable 6 years ago
  MMGen ae77cb4a51 remove scripts/tx-v1-to-v3.py 6 years ago
  MMGen 2b6dc95970 rewrite SHA2 implementation, support SHA512; update tests accordingly 6 years ago
  MMGen 4a73a0440b minor changes; mmgen-tool: add 'redeem_script2addr' command 6 years ago