File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v3.4.0] ( https://github.com/talonlab/python-hdwallet/tree/v3.4.0 ) (2025-03-15)
4
+
5
+ [ Full Changelog] ( https://github.com/talonlab/python-hdwallet/compare/v3.3.0...v3.4.0 )
6
+
7
+ ** New Cryptocurrencies:**
8
+
9
+ | Name | Symbol | Coin Type | Networks |
10
+ | :--------| :------:| :---------:| :---------:|
11
+ | Neutron | NTRN | 118 | ` mainnet ` |
12
+
13
+ ** Improvements:**
14
+
15
+ - Add: `` is_valid `` function for validating entropies hex string
16
+ - Add: `` is_valid `` function for validating seeds hex string
17
+ - Add: `` is_valid_key `` function for validating extended(x)-keys string
18
+
19
+ ** Fix Bugs:**
20
+
21
+ - Fix: Phantom client base58 encode of Solana
22
+
3
23
## [ v3.3.0] ( https://github.com/talonlab/python-hdwallet/tree/v3.3.0 ) (2025-02-16)
4
24
5
25
[ Full Changelog] ( https://github.com/talonlab/python-hdwallet/compare/v3.2.3...v3.3.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.3 .0"
10
+ __version__ : str = "v3.4 .0"
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