The MMGen Project
|
29e3a07d6a
import cleanups
|
3 years ago |
The MMGen Project
|
4819c97f8a
util.py: move file utilities to fileutil.py
|
3 years ago |
The MMGen Project
|
b46cbd1ddd
replace global variables 'seed_lens' and 'dfl_seed_len'
|
3 years ago |
The MMGen Project
|
e7d531db07
remove assert statements that affect branching
|
3 years ago |
The MMGen Project
|
85941cb6e4
minor help notes cleanups
|
3 years ago |
The MMGen Project
|
b3d7f23440
seed.py: move subseed-related classes to subseed.py
|
3 years ago |
The MMGen Project
|
ff450b0ec5
seed.py: move seedsplit related classes to seedsplit.py
|
3 years ago |
The MMGen Project
|
1a896d9af9
update copyright dates
|
3 years ago |
The MMGen Project
|
2872d4b683
f-strings, whitespace (program files) [43 files patched]
|
3 years ago |
The MMGen Project
|
73c3a06e29
util.py: add check_binary(), shred_file()
|
3 years ago |
The MMGen Project
|
46f91021e6
use GNU shred for secure file deletion
|
3 years ago |
The MMGen Project
|
cb7f38370b
Update copyright dates
|
4 years ago |
The MMGen Project
|
0852321c21
obj.py: remove 'on_fail' keyword arg
|
4 years ago |
The MMGen Project
|
4c2410e0d6
new Lockable class; lock global vars after initialization (amended)
|
4 years ago |
The MMGen Project
|
973c7be78d
string formatting, whitespace, minor fixes and cleanups throughout
|
4 years ago |
The MMGen Project
|
c3f185e8b0
eliminate use of global vars g.proto, g.coin, g.rpc and others
|
4 years ago |
The MMGen Project
|
701e7a77e5
use relative imports throughout
|
5 years ago |
The MMGen Project
|
ca1cdacaf1
move wallet classes from seed.py to new module wallet.py
|
5 years ago |
The MMGen Project
|
4fbe2d6574
rename class: SeedSource -> Wallet
|
5 years ago |
The MMGen Project
|
1f3195bfd2
rename class: Wallet -> MMGenWallet
|
5 years ago |
The MMGen Project
|
673b97b3b8
update copyright dates
|
5 years ago |
The MMGen Project
|
6cf4fcc7e4
Use subprocess.run() throughout, related cleanups
|
5 years ago |
MMGen
|
c7ca0c3d62
N-of-N (XOR) seed splitting: user-level support
|
5 years ago |
MMGen
|
4d07d53ff6
minor changes and cleanups
|
5 years ago |
MMGen
|
23ae73d908
minor fixes and cleanups
|
5 years ago |
MMGen
|
47fa896135
minor fixes and cleanups
|
5 years ago |
MMGen
|
d1b8aefde6
Subwallets, Part 2: key/address generation using the parent wallet
|
5 years ago |
MMGen
|
7538a9460e
Subwallets, Part 1: basic framework and subwallet generation
|
5 years ago |
MMGen
|
3a09017804
various minor fixes and cleanups
|
5 years ago |
MMGen
|
017ecef3bc
[opts]: separate code from text in opts_data
|
6 years ago |