Skip to content

Commit 1a0ff8d

Browse files
committed
Bump: Python-HDWallet into v3.4.0 package
1 parent ffdaf57 commit 1a0ff8d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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)

hdwallet/info.py

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

0 commit comments

Comments
 (0)