File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v3.2.0] ( https://github.com/talonlab/python-hdwallet/tree/v3.2.0 ) (2024-12-15)
4+
5+ [ Full Changelog] ( https://github.com/talonlab/python-hdwallet/compare/v3.1.0...v3.2.0 )
6+
7+ ** Improvements:**
8+
9+ - Modify default address assignment to align with HD wallet standards and semantic configurations.
10+ - Set default Electrum V1 and V2 HD's wif_prefix into ` Bitcoin.NETWORKS.MAINNET.WIF_PREFIX `
11+
12+ ** Fix Bugs:**
13+
14+ - Fix: WIF value return funcs of BIP32, Electrum-V1 & Electrum-V2 HD's
15+ - Fix: Tezos address return function
16+
17+ ** Closed issues:**
18+
19+ - Fix: use default HD class issue #107
20+
321## [ v3.1.0] ( https://github.com/talonlab/python-hdwallet/tree/v3.1.0 ) (2024-12-13)
422
523[ Full Changelog] ( https://github.com/talonlab/python-hdwallet/compare/v3.0.1...v3.1.0 )
Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ This library simplifies the process of creating a new Hierarchical Deterministic
491491
492492## Donations
493493
494- If you found this tool useful, consider supporting its development with a donation and help this repository gain more ⭐!
494+ If this tool was helpful, support its development with a donation or a ⭐!
495495
496496- ** Bitcoin** - 16c7ajUwHEMaafrceuYSrd35SDjmfVdjoS
497497- ** Ethereum / ERC20** - 0xD3cbCB0B6F82A03C715D665b72dC44CEf54e6D9B
Original file line number Diff line number Diff line change 77from typing import List
88
99__name__ : str = "hdwallet"
10- __version__ : str = "v3.1 .0"
10+ __version__ : str = "v3.2 .0"
1111__license__ : str = "MIT"
1212__author__ : str = "Meheret Tesfaye Batu"
1313__email__ :
str = "[email protected] "
You can’t perform that action at this time.
0 commit comments