File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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 )
4
4
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 )
6
6
7
7
** New Additions:**
8
8
9
9
- Add: ` SEMANTICS ` , ` DEFAULT_SEMANTIC ` , ` DEFAUT_PATH ` & ` SUPPORT_BIP38 ` values in all cryptocurrencies.
10
10
- Add: ` NAME ` value in all networks.
11
+ - Add: ` name_only ` param for change, role, and ecc indexes on derivation
11
12
12
13
** Enhancements:**
13
14
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 `
14
19
- Refactor: renamed ` const ` to ` consts `
15
20
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
+
16
28
## [ v3.4.0] ( https://github.com/hdwallet-io/python-hdwallet/tree/v3.4.0 ) (2025-03-15)
17
29
18
30
[ Full Changelog] ( https://github.com/hdwallet-io/python-hdwallet/compare/v3.3.0...v3.4.0 )
Original file line number Diff line number Diff line change 7
7
from typing import List
8
8
9
9
__name__ : str = "hdwallet"
10
- __version__ : str = "v3.5.0 "
10
+ __version__ : str = "v3.5.1 "
11
11
__license__ : str = "MIT"
12
12
__author__ : str = "Meheret Tesfaye Batu"
13
13
__email__ : str = "meherett.batu@gmail.com"
You can’t perform that action at this time.
0 commit comments