Skip to content

Commit 69a3bf8

Browse files
committed
Bump: Python-HDWallet into v3.5.1 package
1 parent eb5b227 commit 69a3bf8

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
11
# Changelog
22

3-
## [v3.5.0](https://github.com/hdwallet-io/python-hdwallet/tree/v3.5.0) (2025-07-17)
3+
## [v3.5.1](https://github.com/hdwallet-io/python-hdwallet/tree/v3.5.1) (2025-07-20)
44

5-
[Full Changelog](https://github.com/hdwallet-io/python-hdwallet/compare/v3.4.0...v3.5.0)
5+
[Full Changelog](https://github.com/hdwallet-io/python-hdwallet/compare/v3.4.0...v3.5.1)
66

77
**New Additions:**
88

99
- Add: `SEMANTICS`, `DEFAULT_SEMANTIC`, `DEFAUT_PATH` & `SUPPORT_BIP38` values in all cryptocurrencies.
1010
- Add: `NAME` value in all networks.
11+
- Add: `name_only` param for change, role, and ecc indexes on derivation
1112

1213
**Enhancements:**
1314

15+
- Change: getting `raw` of Point to `raw_encode`
16+
- Modify: ECC implementation for `HDWDerivation`
17+
- Modify: return language value & `from_entropy` funcs of all Mnemonics
18+
- Refactor: renamed `ecc` to `eccs`
1419
- Refactor: renamed `const` to `consts`
1520

21+
**Fix Bugs:**
22+
23+
- Fix: `version` of CardanoHD `root_xprivate_key` & `xprivate_key` functions
24+
- Fix: Unknown arg name for all Seed `from_mnemonic` functions
25+
- Fix: `from_index` function setup of `CustomDerivation`
26+
- Fix: `public_key_type` of Electrum-V2 HD segwit-address
27+
1628
## [v3.4.0](https://github.com/hdwallet-io/python-hdwallet/tree/v3.4.0) (2025-03-15)
1729

1830
[Full Changelog](https://github.com/hdwallet-io/python-hdwallet/compare/v3.3.0...v3.4.0)

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.5.0"
10+
__version__: str = "v3.5.1"
1111
__license__: str = "MIT"
1212
__author__: str = "Meheret Tesfaye Batu"
1313
__email__: str = "meherett.batu@gmail.com"

0 commit comments

Comments
 (0)