MMGen
|
1ef18c4fdb
py3port: initialize coin amts with '0' (str), not 0 (int)
|
6 years ago |
MMGen
|
25c31e8c32
py3port: Exception as e: e.message -> e.args[0]
|
6 years ago |
MMGen
|
f6d5c5b465
py3port: replace s.encode('hex'), s.decode('hex') with hexlify(), unhexlify()
|
6 years ago |
MMGen
|
46438767af
py3port: a few more bytes literals
|
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
|
3b7fbc1462
test-release.sh: minor changes
|
6 years ago |
MMGen
|
67c94010f6
txsign(): improve error handling, always return control to caller
|
6 years ago |
MMGen
|
cf78183786
XMR: update wallet syncing tool for 0.13.0.2, add balance summary
|
6 years ago |
MMGen
|
92e6d77779
test.py ethdev: support UTF8 filenames, improve balance checks
|
6 years ago |
MMGen
|
87a865b9e8
Version 0.9.9a
|
6 years ago |
MMGen
|
0408c4e304
Bitcoin Core v0.17.0 compatibility patch
|
6 years ago |
MMGen
|
b00c11b578
confirm_or_exit() -> confirm_or_raise()
|
6 years ago |
MMGen
|
7ebe50dc0b
Use Exception attributes: e.message, e.code
|
6 years ago |
MMGen
|
bc3a3db877
Version 0.9.9
|
6 years ago |
MMGen
|
9a89fa0a03
tw view: additional cleanups
|
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
|
da9af7fe89
ETH: add coin identifier to tracking wallet
|
6 years ago |
MMGen
|
a603f020e2
Add release notes for v0.9.9
|
6 years ago |
MMGen
|
ac64ad8b2f
Documentation updates
|
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
|
5eb0bea794
modified: README.md
|
6 years ago |
MMGen
|
254412b84d
test.py: eth_args -> eth_args() (minor change)
|
6 years ago |