Skip to content

Commit e5d930e

Browse files
committed
Bump: Python-HDWallet into v3.2.0 package
1 parent 8a06c0f commit e5d930e

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

hdwallet/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from 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]"

0 commit comments

Comments
 (0)