File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v3.6.0] ( https://github.com/hdwallet-io/python-hdwallet/tree/v3.6.0 ) (2025-07-31)
4
+
5
+ [ Full Changelog] ( https://github.com/hdwallet-io/python-hdwallet/compare/v3.5.1...v3.6.0 )
6
+
7
+ ** New Cryptocurrencies:**
8
+
9
+ | Name | Symbol | Coin Type | Networks |
10
+ | :-------------------------| :------:| :---------:| :---------:|
11
+ | [ Base] ( https://base.org ) | BASE | 60 | ` mainnet ` |
12
+
13
+ ** New Additions:**
14
+
15
+ - Add: Algorand foundation xHD (AlgorandHD) implementation
16
+
17
+ ** Enhancements:**
18
+
19
+ - Modify: BIP32 HD to accept custom ECC on HDWallet class
20
+ - Change: default Algorand cryptocurrency ECC to ` Kholaw-Ed25519 `
21
+
3
22
## [ v3.5.1] ( https://github.com/hdwallet-io/python-hdwallet/tree/v3.5.1 ) (2025-07-20)
4
23
5
24
[ Full Changelog] ( https://github.com/hdwallet-io/python-hdwallet/compare/v3.4.0...v3.5.1 )
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.1 "
10
+ __version__ : str = "v3.6.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