File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
323## [ v3.3.0] ( https://github.com/talonlab/python-hdwallet/tree/v3.3.0 ) (2025-02-16)
424
525[ 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 77from typing import List
88
99__name__ : str = "hdwallet"
10- __version__ : str = "v3.3 .0"
10+ __version__ : str = "v3.4 .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