The MMGen Project
|
3db6dd0d54
baseconv: add 'desc' attr, make error msgs more user-friendly
|
5 years ago |
The MMGen Project
|
d67f87aed1
baseconv: remove b58encode() and b58decode() convenience methods
|
5 years ago |
The MMGen Project
|
bec3dfeed2
baseconv: tohex() -> tobytes(), fromhex() -> frombytes()
|
5 years ago |
The MMGen Project
|
554703e541
bip39, baseconv: don't leak private data in error messages
|
5 years ago |
The MMGen Project
|
ec6f976a8c
bip39 and baseconv unit tests: reformat bad input data
|
5 years ago |
The MMGen Project
|
9c603be62b
minor fixes and changes
|
5 years ago |
The MMGen Project
|
186f223646
base conversion: rework pad API, forbid empty input and output
|
5 years ago |
The MMGen Project
|
8e232f24bb
unit tests: use process_bad_data() helper in BIP39 test
|
5 years ago |
The MMGen Project
|
1810b50b09
unit_tests.py: new UnitTestHelpers class
|
5 years ago |
The MMGen Project
|
f9778043c2
unit_tests.py: add test for base conversion routines
|
5 years ago |
The MMGen Project
|
57682dce3f
test.py: cleanups and fixes throughout
|
5 years ago |
The MMGen Project
|
15ac6c6947
new wallet format: PlainHexSeedFile (plain hexadecimal w/o checksum)
|
5 years ago |
The MMGen Project
|
2a79e3647d
SeedFile -> MMGenSeedFile, HexSeedFile -> MMGenHexSeedFile
|
5 years ago |
The MMGen Project
|
139484281f
new test: colortest.py - test terminal output + terminfo parsing
|
5 years ago |
The MMGen Project
|
d57631695a
test suite: move path fixup code to test/tests_header.py
|
5 years ago |
The MMGen Project
|
6cf4fcc7e4
Use subprocess.run() throughout, related cleanups
|
5 years ago |
The MMGen Project
|
d8252c56ac
color.py: code cleanups, add terminfo entry parsing function
|
5 years ago |
The MMGen Project
|
017abc3f8c
altcoin.py: use namedtuples for CoinInfo entries
|
5 years ago |
MMGen
|
c276f9d8fe
scrambletest.py: add vectors for 'mmgen-passgen'
|
5 years ago |
MMGen
|
e12eb13cea
scrambletest.py: code cleanups
|
5 years ago |
MMGen
|
f327ce2bf9
gentest.py: minor code cleanups
|
5 years ago |
MMGen
|
e5abf419c0
gentest.py: use ethkey for Ethereum tests
|
5 years ago |
MMGen
|
174caeebd3
MMGenImmutableAttr: allow callable dtype arg, remove 'no_type_check' option
|
5 years ago |
MMGen
|
3224b9c7d2
new test: objattrtest.py: test objects' immutable attributes
|
5 years ago |
MMGen
|
514278d616
MMGenListItem: require all immutable attrs to be set in constructor
|
5 years ago |
MMGen
|
2df7878ea6
improve logic for loading mmgen.devtools module
|
5 years ago |
MMGen
|
c1347d1080
various fixes and cleanups
|
5 years ago |
MMGen
|
94eda8473e
test.py: use importlib, clean up module loading code
|
5 years ago |
MMGen
|
9b456b0820
altcoin_subclass(): use importlib
|
5 years ago |
MMGen
|
c1ba807502
MMGenPasswordType: initialize all unused fields with 'None'
|
5 years ago |