Skip to content

Releases: ZenulAbidin/bip39validator

BIP39 Validator 1.0.7

23 Dec 00:15
b78f2db
Compare
Choose a tag to compare

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

30 Nov 22:54
7169c72
Compare
Choose a tag to compare

Fixed

  • bip39validator crashing at startup with error ModuleNotFoundError: No module named 'validators'

BIP39 Validator 1.0.5

29 Nov 22:07
d5872e4
Compare
Choose a tag to compare

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

27 Nov 03:37
5acd253
Compare
Choose a tag to compare

Fixed some exceptions thrown when running the bip39validator main program.

BIP39 Validator 1.0.3

26 Nov 03:56
020ae61
Compare
Choose a tag to compare

Purely metadata-related version bump to add a description to the bip39validator package on PyPI.

BIP39 Validator 1.0.1

26 Nov 01:50
e511ae5
Compare
Choose a tag to compare

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

05 Nov 23:44
a84fe29
Compare
Choose a tag to compare
Pre-release

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

30 Sep 22:06
Compare
Choose a tag to compare
Pre-release

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