The MMGen Project
|
c7adb56e38
Config API, Part I
|
2 years ago |
The MMGen Project
|
c3ce1ab8e3
globalvars.py: new GlobalConstants (gc), GlobalVars (gv) classes
|
2 years ago |
The MMGen Project
|
78e882143c
whitespace, cleanups, imports throughout [73 files changed]
|
2 years ago |
The MMGen Project
|
9cb02db5c0
g.testnet -> g.network == 'testnet'
|
2 years ago |
The MMGen Project
|
1aeefd64ae
update copyright dates
|
2 years ago |
The MMGen Project
|
20f4b12832
module docstring cleanups [134 files]
|
3 years ago |
The MMGen Project
|
20b250ef98
proto.base_proto_subclass(): simplify call signature
|
3 years ago |
The MMGen Project
|
e223a776d8
minor addition and cleanups
|
3 years ago |
The MMGen Project
|
9a1ea34309
initialize developer tools via `builtins`; add test
|
3 years ago |
The MMGen Project
|
1d8b908c7c
util.py: relocate user-prompting functions to ui.py
|
3 years ago |
The MMGen Project
|
9888fe4c65
util.py: relocate lesser-used functions to util2.py
|
3 years ago |
The MMGen Project
|
d355fe6e58
util.py: relocate base_proto_subclass() to protocol.py
|
3 years ago |
The MMGen Project
|
ab5e56ca04
ViewKey: relocate protocol-specific code
|
3 years ago |
The MMGen Project
|
076cec7495
base_proto.bitcoin -> proto.btc, ... [code]
|
3 years ago |
The MMGen Project
|
3f182fed64
proto: btc.py -> btc/params.py, ... [code]
|
3 years ago |
The MMGen Project
|
61d79e2899
proto.decode_wif(): parse version bytes more efficiently
|
3 years ago |
The MMGen Project
|
d1572154b9
proto.bytes2wif() -> proto.encode_wif()
|
3 years ago |
The MMGen Project
|
9ba4331340
proto.parse_wif() -> proto.decode_wif()
|
3 years ago |
The MMGen Project
|
fdf2557d01
proto.decode_addr(): parse version bytes more efficiently
|
3 years ago |
The MMGen Project
|
dc3a6b8d49
new method: proto.parse_addr(); new property: CoinAddr.parsed
|
3 years ago |
The MMGen Project
|
a48b43c838
proto.decoded_addr: add `ver_bytes` field
|
3 years ago |
The MMGen Project
|
c647e48959
proto.addr_fmt_to_ver_bytes(): reimplement as dict
|
3 years ago |
The MMGen Project
|
01e2830296
proto.parse_addr() -> proto.decode_addr()
|
3 years ago |
The MMGen Project
|
41376eb515
new MMGenSystemExit exception; remove rdie(), ydie()
|
3 years ago |
The MMGen Project
|
d6872ddb87
fixes and cleanups throughout
|
3 years ago |
The MMGen Project
|
362d8cfeed
add proto.common module
|
3 years ago |
The MMGen Project
|
7558c539a1
modularize coin protocols
|
3 years ago |
The MMGen Project
|
59bffb59b2
CoinProtocol.Base: skip loading of .amt module via 'need_amt=False'
|
3 years ago |
The MMGen Project
|
3aab5cf25c
protocol.py: add warn_trustlevel(), create altcoin classes from init_proto()
|
3 years ago |
The MMGen Project
|
2ff7b42346
protocol.py: move gen-only altcoin functions to altcoin.py
|
3 years ago |