Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

Releases: meherett/eth-wallet

eth-wallet 0.3.1

08 May 06:28
Compare
Choose a tag to compare

New

  • Added derivation path/indexes cleaner, clean_derivation function.
  • Added bad_seed_checker function on utils.

Improvements

  • Change check_mnemonic to is_mnemonic function.

eth-wallet 0.3.0

07 May 11:47
Compare
Choose a tag to compare

New

  • Now, you can get root_private_key, root_public_key and compressed public key.

eth-wallet 0.2.7

29 Apr 05:36
Compare
Choose a tag to compare

Bug Fixes

  • Fix public_key_hex and public_key_base58 extended key.

eth-wallet 0.2.6

20 Apr 10:43
Compare
Choose a tag to compare

Dependency

  • Change ecdsa version 0.15,<1 to 0.13,<1

eth-wallet 0.2.5

16 Apr 16:39
Compare
Choose a tag to compare

New

  • Added get_mnemonic_language function on utils.

Improvements

  • Now, you can check mnemonic without language, language is now optional.
  • Now, you can get from_mnemonic without language.

Changes

  • When getting wallet from_entropy now default language is changed to english.

eth-wallet 0.2.4

15 Apr 06:51
Compare
Choose a tag to compare

Fix bugs.

eth-wallet 0.2.2

14 Apr 22:39
Compare
Choose a tag to compare

Changes

  • Removed unnecessary parameters.

eth-wallet 0.2.1

14 Apr 20:29
Compare
Choose a tag to compare

New

  • Added mnemonic generator and checker.

Improvements

  • Now, you can get more wallet information's like enteropy, passphrase, mnemonic, language & seed.

Changes

  • Renamed utils to libs folder.

eth-wallet 0.2.0

14 Apr 07:58
Compare
Choose a tag to compare

New

  • Now, You can get Ethereum wallet from_private_key function.

eth-wallet 0.1.0

14 Apr 07:44
Compare
Choose a tag to compare
v0.1.0

Added get wallet from_private_key function.