File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# Change log
22
3+ ## [ 1.7.2] - 2024-05-06
4+ ### Added
5+ -
6+
7+ ### Changed
8+ -
9+
10+ ### Fixed
11+ - Using Ledger SDK ` cx_crc32() ` function rather than buggy ` cx_crc32_hw() ` .
12+
13+
314## [ 1.7.1] - 2024-03-06
415### Added
516-
6475- Added unit tests for BIP39 word list and SSKR word list
6576
6677### Changed
67- -
78+ -
6879
6980### Fixed
7081- Fixed CodeQL warnings about sign check of a bitwise operation
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ all: default
2828APPNAME = "Seed Tool"
2929APPVERSION_M = 1
3030APPVERSION_N = 7
31- APPVERSION_P = 1
31+ APPVERSION_P = 2
3232APPVERSION = "$(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P ) "
3333
3434APP_LOAD_PARAMS = --appFlags 0x10 $(COMMON_LOAD_PARAMS ) --curve secp256k1 --path ""
You can’t perform that action at this time.
0 commit comments