The MMGen Project 9c1b58717c test.py: allow tests to override `--pexpect-spawn`, update tests 2 years ago
..
contrib 4e546030fa test-release.sh: more granular control over test rounds 2 years ago
data 9c1b58717c test.py: allow tests to override `--pexpect-spawn`, update tests 2 years ago
proto f788b36d0a proto.btc.regtest: cleanups 2 years ago
share b57e7a74f2 pipe helpscreens to pager 2 years ago
tool 4b9d79fabd int2bytespec(): add `strip`, `add_space` args 2 years ago
tw c3dbd720c6 minor fixes and changes 2 years ago
tx 1d8b908c7c util.py: relocate user-prompting functions to ui.py 2 years ago
wallet 1d8b908c7c util.py: relocate user-prompting functions to ui.py 2 years ago
wordlist 99cc5b67e6 update MANIFEST.in, minor install fixes 2 years ago
__init__.py 5676d7a3f9 addr generation with secp256k1mod 8 years ago
addr.py ab5e56ca04 ViewKey: relocate protocol-specific code 2 years ago
addrdata.py d355fe6e58 util.py: relocate base_proto_subclass() to protocol.py 2 years ago
addrfile.py 1d8b908c7c util.py: relocate user-prompting functions to ui.py 2 years ago
addrgen.py 9888fe4c65 util.py: relocate lesser-used functions to util2.py 2 years ago
addrlist.py d8965706d5 proto/common.py -> proto/btc/common.py 2 years ago
altcoin.py 14d40b2b9d gentest.py: minor fixes, upgrade DASH testing status 2 years ago
amt.py 401744bf88 minor fixes and cleanups 2 years ago
base_obj.py b79865dba4 AttrCtrl: add _default_to_none flag 3 years ago
baseconv.py 642b45b2e3 `mmgen-tool usage`: various fixes and cleanups 2 years ago
bip39.py 30bd534314 move wordlists to `wordlist` 3 years ago
cfg.py 1d8b908c7c util.py: relocate user-prompting functions to ui.py 2 years ago
color.py 7d2165641f new feature: transaction history via `mmgen-tool txhist` 2 years ago
common.py d6872ddb87 fixes and cleanups throughout 3 years ago
crypto.py 1d8b908c7c util.py: relocate user-prompting functions to ui.py 2 years ago
daemon.py 076cec7495 base_proto.bitcoin -> proto.btc, ... [code] 2 years ago
derive.py 2e1f3b93e4 move coin privkey bytes derivation to derive.py 2 years ago
devinit.py 9a1ea34309 initialize developer tools via `builtins`; add test 2 years ago
devtools.py 9a1ea34309 initialize developer tools via `builtins`; add test 2 years ago
exception.py 44cfe1c3dd various changes and fixes throughout 3 years ago
filename.py 5c6c983d25 filename.py: class rename: Filename -> MMGenFile 2 years ago
fileutil.py c3dbd720c6 minor fixes and changes 2 years ago
flags.py aad252a077 handle MMGen exceptions via die() 3 years ago
globalvars.py 9a1ea34309 initialize developer tools via `builtins`; add test 2 years ago
help.py 3f182fed64 proto: btc.py -> btc/params.py, ... [code] 2 years ago
key.py d1572154b9 proto.bytes2wif() -> proto.encode_wif() 2 years ago
keygen.py 67eaf782b6 keygen.py: modularize protocol-specific code 2 years ago
led.py aad252a077 handle MMGen exceptions via die() 3 years ago
main.py 395fa1c1d3 minor fixes; adapt script launcher, g.version for node tools 3 years ago
main_addrgen.py 1d8b908c7c util.py: relocate user-prompting functions to ui.py 2 years ago
main_addrimport.py c74e15669b util.py: run_session() -> async_run() 2 years ago
main_autosign.py c74e15669b util.py: run_session() -> async_run() 2 years ago
main_msg.py c74e15669b util.py: run_session() -> async_run() 2 years ago
main_passgen.py 1d8b908c7c util.py: relocate user-prompting functions to ui.py 2 years ago
main_regtest.py c74e15669b util.py: run_session() -> async_run() 2 years ago
main_seedjoin.py 1d8b908c7c util.py: relocate user-prompting functions to ui.py 2 years ago
main_split.py 818488c559 modularize transaction classes 3 years ago
main_tool.py c74e15669b util.py: run_session() -> async_run() 2 years ago
main_txbump.py c74e15669b util.py: run_session() -> async_run() 2 years ago
main_txcreate.py c74e15669b util.py: run_session() -> async_run() 2 years ago
main_txdo.py c74e15669b util.py: run_session() -> async_run() 2 years ago
main_txsend.py c74e15669b util.py: run_session() -> async_run() 2 years ago
main_txsign.py c74e15669b util.py: run_session() -> async_run() 2 years ago
main_wallet.py 1d8b908c7c util.py: relocate user-prompting functions to ui.py 2 years ago
main_xmrwallet.py c74e15669b util.py: run_session() -> async_run() 2 years ago
mn_entry.py 642b45b2e3 `mmgen-tool usage`: various fixes and cleanups 2 years ago
msg.py 6a6aa02a34 mmgen-msg: support --pager for verify operation 2 years ago
obj.py c3dbd720c6 minor fixes and changes 2 years ago
objmethods.py 9a1ea34309 initialize developer tools via `builtins`; add test 2 years ago
opts.py 41474d9bf7 test.py cfg, test.include.pexpect: minor fix and cleanups 2 years ago
passwdlist.py 1d8b908c7c util.py: relocate user-prompting functions to ui.py 2 years ago
protocol.py e223a776d8 minor addition and cleanups 2 years ago
rpc.py 9a1ea34309 initialize developer tools via `builtins`; add test 2 years ago
seed.py ffae4b4f55 remove dependence on string module (digits,hexdigits,ascii_letters) 3 years ago
seedsplit.py aad252a077 handle MMGen exceptions via die() 3 years ago
sha2.py 1a896d9af9 update copyright dates 3 years ago
subseed.py aad252a077 handle MMGen exceptions via die() 3 years ago
term.py dd63008a9d term.py: add `noecho` init arg, `reset` method 2 years ago
ui.py 912bd0a815 line_input(): cleanup 2 years ago
util.py e223a776d8 minor addition and cleanups 2 years ago
util2.py 4b9d79fabd int2bytespec(): add `strip`, `add_space` args 2 years ago
xmrseed.py 30bd534314 move wordlists to `wordlist` 3 years ago
xmrwallet.py c74e15669b util.py: run_session() -> async_run() 2 years ago