Releases: ZenulAbidin/bip39validator
Releases · ZenulAbidin/bip39validator
BIP39 Validator 1.0.7
Added
- --nosane command-line argument for ignoring InvalidWordList errors
Fixed
- InvalidWordList errors threw an unknown error instead of printing the specific error message for it
BIP39 Validator 1.0.6
Fixed
bip39validator
crashing at startup with errorModuleNotFoundError: No module named 'validators'
BIP39 Validator 1.0.5
Added
New method InitUniqResult.groups_length(n)
Changed
- NFC normalization is now done on all words in wordlists after reading them
Fixed
bip39validator
no longer printing erroneous test failures- GIF in README.rst shows the expected output for the
bip39validator
command - Plain text URLs as the first positional argument of
bip39validator
are now recognized, in addition to filenames - Diacritics removal being silently ignored, causing non-english wordlists to fail lowercase characters test
BIP39 Validator 1.0.4
Fixed some exceptions thrown when running the bip39validator
main program.
BIP39 Validator 1.0.3
Purely metadata-related version bump to add a description to the bip39validator package on PyPI.
BIP39 Validator 1.0.1
First stable version of BIP39 Validator.
Notable changes in this release:
- Significantly lower memory usage for Levenshtein distance test (about 200MB). However you still may experience up to 650MB memory usage if ran in a Jupyter Notebook.
BIP39 Validator 1.0.0rc2
Pre-release version of BIP39 Validator 1.0.0. Much more stable than 1.0.0rc1 and should run without errors.
Notable changes in this release:
- Setup.py now works and can be used to install bip39validator locally
- Unit tests created
- New documentation theme
BIP39 Validator 1.0.0rc1
Pre-release version of BIP39 Validator 1.0.0. Be warned that this is alpha-quality software and may not even run.
Notable changes in this release:
- Driver program created
- API and docstrings created
- reStructuredText documentation created
- Well-formed test implemented
- Levenshtein distance test implemented
- Initial unique characters test implemented
- Maximum length test implemented