Commit History

Author SHA1 Message Date
  MMGen f9a5077ba8 DeserializedTX(): parse transactions more efficiently 5 years ago
  MMGen 360ef8d3c5 use hashlib.scrypt() if available, in preference to scrypt.hash() 5 years ago
  MMGen 27355e0b27 handle environmental vars consistently 5 years ago
  MMGen 2a68ee8ef4 with open('foo') as f: t = f.read() -> t = open('foo').read() 5 years ago
  MMGen b5f1ebc640 py3port: make hexadecimal values be strings instead of bytes type 5 years ago
  MMGen d7913524b2 py3port: use os.get_terminal_size() 5 years ago
  MMGen 4b6772dc3b py3port: use set comprehensions where applicable 5 years ago
  MMGen 634fb2e444 py3port: use dictionary comprehensions where applicable 5 years ago
  MMGen ae77cb4a51 remove scripts/tx-v1-to-v3.py 5 years ago
  MMGen 2b6dc95970 rewrite SHA2 implementation, support SHA512; update tests accordingly 5 years ago
  MMGen 4a73a0440b minor changes; mmgen-tool: add 'redeem_script2addr' command 5 years ago
  MMGen 21125e389f README.md - rewrite section devoted to BIP32 and key derivation 5 years ago
  MMGen 0879e53e74 tooltest2.py - add BTC test vectors 5 years ago
  MMGen 78176a0833 test.py: tx*_ui_common(): make 'caller' a keyword arg 5 years ago
  MMGen 91410dd96c test.py: refactor, modularize, cleanup code, make fully OO 5 years ago
  MMGen b61d516acd test-release.sh: change option names, alter behavior of '-f' (speedup) option 5 years ago
  MMGen 6a90340671 minor changes 5 years ago
  MMGen 609e4a04d2 opts.init(): delay creation of data dir, add 'parse_only' option 5 years ago
  MMGen 3036267c53 eth/{contract,tx}.py: delay loading of Transaction module 5 years ago
  MMGen 7ac23b6bf3 create new uninstall script 5 years ago
  MMGen 729a547c7d tool.py, main_tool.py: major rewrite, cleanup 5 years ago
  MMGen 26ba8baa97 test-release.sh, tooltest.py, tooltest2.py: minor changes, exception handling 5 years ago
  MMGen 558fa58f91 New test 'tooltest2.py' for testing 'mmgen-tool' 5 years ago
  MMGen a2386744e6 util.py: improve bytespec-parsing algorithm 5 years ago
  MMGen 190d6e70b5 tooltest.py: refactor; downcase method names 5 years ago
  MMGen 583430b262 test.py: new '--list-cmd-groups' option 5 years ago
  MMGen a5ef33136a tool.py: have tool cmds return their results instead of printing them 5 years ago
  MMGen 7b1b235a80 tool.py: new MMGenToolCmd class 5 years ago
  MMGen 1714e9b27a protocol.py: reimplement _b58chk_encode(), _b58chk_decode() 5 years ago
  MMGen 2e8b76ec44 Version bump; mmgen-tool: encoding fixes 5 years ago