Commit History

Author SHA1 Message Date
  MMGen f6d5c5b465 py3port: replace s.encode('hex'), s.decode('hex') with hexlify(), unhexlify() 6 years ago
  MMGen 04329b6757 py3port: use encode() and decode() where applicable 6 years ago
  MMGen 46f44b645b py3port: use floor division where applicable 6 years ago
  MMGen 2c253c0750 py3port: use bytes literals where applicable ('foo' -> b'foo') 6 years ago
  MMGen 949e42ebf4 py3port: 2to3 on all files 6 years ago
  MMGen f0fea335eb py3port: update hashbangs 6 years ago
  MMGen ab06ca4ea8 Rename traceback file; bump version to 0.9.999 6 years ago
  MMGen abbdda0dcf Add return codes to exception classes, handle on exit 6 years ago
  MMGen 92e6d77779 test.py ethdev: support UTF8 filenames, improve balance checks 6 years ago
  MMGen 0408c4e304 Bitcoin Core v0.17.0 compatibility patch 6 years ago
  MMGen 7ebe50dc0b Use Exception attributes: e.message, e.code 6 years ago
  MMGen 084b493b7f tw view: cleanups, interactive address removal for ETH 6 years ago
  MMGen 80e2530c98 Version 0.9.9rc1 6 years ago
  MMGen d9b344d1f5 eth: listaddresses, twview display fixes; add tests 6 years ago
  MMGen d4eb8f6ac0 Full Ethereum Classic (ETC) + ERC20 token support 6 years ago
  MMGen 254412b84d test.py: eth_args -> eth_args() (minor change) 6 years ago
  MMGen 4df12def5f autosign: support testnet, ERC20 tokens 6 years ago
  MMGen 8aae3a8d31 Minor changes 6 years ago
  MMGen d1970d1473 tx.process_cmd_args(); ETH: no-change tx support, tx.get_status(), other fixes 6 years ago
  MMGen 3fe7aad5aa test.py: update regtest balances 6 years ago
  MMGen 881d55993f ERC20 token support (create/deploy, TX create/sign/send) 6 years ago
  MMGen e978b759d8 test/test.py,scripts/test-release.py: minor changes 6 years ago
  MMGen e0dad2e108 test/test.py: update eth ref tx files 6 years ago
  MMGen fad573eccd tx.py,tw.py: cleanups, support tx inputs from cmdline 6 years ago
  MMGen 9d04a244ec test.py: rewrite create_ref_tx, update reference tx files 6 years ago
  MMGen 1877571691 Run Parity with non-standard ports for testnet and dev mode 6 years ago
  MMGen 10879615b3 test.py: update reference address file checksums for testnet 6 years ago
  MMGen 7fb07cf5cf test.py: delete extraneous list element in cmd_groups 6 years ago
  MMGen 90e89ad291 test.py: update testnet reference address and key-address files 6 years ago
  MMGen 09b3ef7cc8 test.py: cleanups, refactoring 6 years ago