File tree Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,38 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ 1.10.4] ( https://github.com/ledgerhq/app-ethereum/compare/1.10.3...1.10.4 ) - 2023-XX-XX
8
+ ## [ 1.10.4] ( https://github.com/ledgerhq/app-ethereum/compare/1.10.3...1.10.4 ) - 2023-02-16
9
+
10
+ ### Added
11
+
12
+ - Addresses in EIP-712 messages can now be displayed as a token ticker or a trusted domain name if a match is found
13
+ - Stax app now has icons of the other supported EVM chains
14
+ - (network) Bitcichain
15
+ - (network) Core
16
+ - (network) Bitrock Mainnet
17
+ - (network) Numbers Protocol
18
+ - (network) Linea
19
+ - (network) Holesky
20
+
21
+ ### Removed
22
+
23
+ - Starkware support
24
+ - (clone) kUSD
25
+ - (clone) Tobalaba
26
+
27
+ ### Changed
28
+
29
+ - Can now clear-sign NFT operations on other EVM chains without a clone app
30
+ - Can now swap on other EVM chains without a clone app
31
+ - Improved RAM usage
32
+ - Now shows an explicit ??? ticker when it is unknown instead of falling back to the native chain ticker
33
+
34
+ ### Fixed
35
+
36
+ - Refusal of transactions with very large chain IDs even within specs
37
+ - Refusal of 10 character-long token tickers
38
+ - (network) Wanchain chain ID
39
+ - (network) Sepolia chain ID
9
40
10
41
## [ 1.10.3] ( https://github.com/ledgerhq/app-ethereum/compare/1.10.2...1.10.3 ) - 2023-07-27
11
42
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ APP_LOAD_PARAMS += --path "1517992542'/1101353413'"
35
35
APPVERSION_M = 1
36
36
APPVERSION_N = 10
37
37
APPVERSION_P = 4
38
- APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P ) -dev
38
+ APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P )
39
39
APP_LOAD_FLAGS = --appFlags 0xa40 --dep Ethereum:$(APPVERSION )
40
40
41
41
# ##########################
You can’t perform that action at this time.
0 commit comments