The MMGen Project 603f47ff5e a few minor fixes and cleanups 1 year ago
..
contrib 9e1935ad19 opts.init() -> Config() 2 years ago
data f720b8e48e test suite: prune `sys.path`, set `PYTHONPATH` to overlay root 1 year ago
help a0ffe37a58 test.py: log, error filename cleanups 1 year ago
proto b51868a5d6 proto.btc.rpc: allow multiple loaded coin daemon wallets 1 year ago
share b3e3f41073 Opts.py: new help_mod() function; add help.seedsplit mod 2 years ago
tool a67f991b03 mmgen-tool twexport: add `force` keyword arg 1 year ago
tw 0a15625e83 tw: remove trailing space when saving output to file 1 year ago
tx 93bcc92534 globalvars.py -> cfg.py 2 years ago
wallet 2b6e5566e5 main_wallet.py: add `--passwd-file-new-only` option 2 years ago
wordlist 1aeefd64ae update copyright dates 2 years ago
__init__.py 5676d7a3f9 addr generation with secp256k1mod 8 years ago
addr.py 1aeefd64ae update copyright dates 2 years ago
addrdata.py 93bcc92534 globalvars.py -> cfg.py 2 years ago
addrfile.py 8e541ebf95 addrlist.py: self.get_file() -> self.file 2 years ago
addrgen.py c7adb56e38 Config API, Part I 2 years ago
addrlist.py 8e541ebf95 addrlist.py: self.get_file() -> self.file 2 years ago
altcoin.py 9e1935ad19 opts.init() -> Config() 2 years ago
amt.py 1aeefd64ae update copyright dates 2 years ago
autosign.py dce9e25919 rpc_init(): skip tw initialization where possible 1 year ago
base_obj.py 79985e2280 AttrCtrl: fix __delattr__ bug, add test 1 year ago
baseconv.py c7adb56e38 Config API, Part I 2 years ago
bip39.py 1aeefd64ae update copyright dates 2 years ago
cfg.py 14678f371e Config: new attribute: `test_datadir` 1 year ago
cfgfile.py 1ba9733199 a few minor fixes and cleanups 2 years ago
color.py 93bcc92534 globalvars.py -> cfg.py 2 years ago
common.py 93bcc92534 globalvars.py -> cfg.py 2 years ago
crypto.py 01470726f2 crypto.Crypto: add pwfile_used() method 2 years ago
daemon.py 31ad7805ca daemon.py: `state_msg()` fix 1 year ago
derive.py 603f47ff5e a few minor fixes and cleanups 1 year ago
devinit.py 1aeefd64ae update copyright dates 2 years ago
devtools.py 603f47ff5e a few minor fixes and cleanups 1 year ago
exception.py f9ee86a98a test.py, exec_wrapper.py: improve error handling 1 year ago
filename.py 93bcc92534 globalvars.py -> cfg.py 2 years ago
fileutil.py 9e1935ad19 opts.init() -> Config() 2 years ago
flags.py 5dac884a39 class Lockable: _lock -> _locked, lock() -> _lock() 2 years ago
key.py 1aeefd64ae update copyright dates 2 years ago
keygen.py beff87a467 keygen.py: test_avail(): minor fix 1 year ago
led.py 78e882143c whitespace, cleanups, imports throughout [73 files changed] 2 years ago
main.py 93bcc92534 globalvars.py -> cfg.py 2 years ago
main_addrgen.py 8e541ebf95 addrlist.py: self.get_file() -> self.file 2 years ago
main_addrimport.py 9e1935ad19 opts.init() -> Config() 2 years ago
main_autosign.py bf3c81ae6c mmgen-autosign: add `clean` op, clean tx dirs on setup 1 year ago
main_msg.py 9e1935ad19 opts.init() -> Config() 2 years ago
main_passgen.py 8e541ebf95 addrlist.py: self.get_file() -> self.file 2 years ago
main_regtest.py 9e1935ad19 opts.init() -> Config() 2 years ago
main_seedjoin.py 9e1935ad19 opts.init() -> Config() 2 years ago
main_split.py 9e1935ad19 opts.init() -> Config() 2 years ago
main_tool.py dc685e9ced mmgen-keygen: new viewkey-address file type 2 years ago
main_txbump.py 9e1935ad19 opts.init() -> Config() 2 years ago
main_txcreate.py bac47a6a0a rpc_init(): make `proto` a keyword parameter 2 years ago
main_txdo.py bac47a6a0a rpc_init(): make `proto` a keyword parameter 2 years ago
main_txsend.py 9e1935ad19 opts.init() -> Config() 2 years ago
main_txsign.py dce9e25919 rpc_init(): skip tw initialization where possible 1 year ago
main_wallet.py b3e3f41073 Opts.py: new help_mod() function; add help.seedsplit mod 2 years ago
main_xmrwallet.py 0e669c3ef8 a few minor fixes 1 year ago
mn_entry.py 93bcc92534 globalvars.py -> cfg.py 2 years ago
msg.py dce9e25919 rpc_init(): skip tw initialization where possible 1 year ago
obj.py 1aeefd64ae update copyright dates 2 years ago
objmethods.py c7adb56e38 Config API, Part I 2 years ago
opts.py 371e22887d autosign,daemon: minor cleanups 1 year ago
passwdlist.py 8e541ebf95 addrlist.py: self.get_file() -> self.file 2 years ago
protocol.py 93bcc92534 globalvars.py -> cfg.py 2 years ago
pyversion.py 6a96d7a3fd new module: pyversion.py; add test 1 year ago
rpc.py e8f48bd66e whitespace; minor fix 1 year ago
seed.py c7adb56e38 Config API, Part I 2 years ago
seedsplit.py c7adb56e38 Config API, Part I 2 years ago
sha2.py 1aeefd64ae update copyright dates 2 years ago
subseed.py c7adb56e38 Config API, Part I 2 years ago
term.py 19dc7eac26 minor fixes and cleanups 1 year ago
test.py 1aeefd64ae update copyright dates 2 years ago
ui.py 994e1b4f40 ui.py: line_input(): restore stderr flush for test suite 1 year ago
util.py e1c9756250 util.py: new fmt_dict() function, add test 1 year ago
util2.py c7adb56e38 Config API, Part I 2 years ago
xmrseed.py 1aeefd64ae update copyright dates 2 years ago
xmrwallet.py f97869702d MSWin/MSYS2 testing fixes 1 year ago