This repository has been archived by the owner on Oct 29, 2020. It is now read-only.
Releases: meherett/eth-wallet
Releases · meherett/eth-wallet
eth-wallet 0.3.1
eth-wallet 0.3.0
New
- Now, you can get
root_private_key
,root_public_key
andcompressed
public key.
eth-wallet 0.2.7
Bug Fixes
- Fix
public_key_hex
andpublic_key_base58
extended key.
eth-wallet 0.2.6
Dependency
- Change ecdsa version
0.15,<1
to0.13,<1
eth-wallet 0.2.5
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 toenglish
.
eth-wallet 0.2.4
Fix bugs.
eth-wallet 0.2.2
Changes
- Removed unnecessary parameters.
eth-wallet 0.2.1
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
New
- Now, You can get Ethereum wallet
from_private_key
function.
eth-wallet 0.1.0
v0.1.0 Added get wallet from_private_key function.