Commit Graph

1315 Commits

Author SHA1 Message Date
Alexandre Paillier
da1c79c392 Fix get_tx_chain_id() implicit declaration warnings 2023-07-26 15:05:16 +02:00
apaillier-ledger
8350a67b82 Merge pull request #453 from tjulien-ledger/patch-1
Update network.c
2023-07-19 16:24:14 +02:00
tjulien-ledger
c52816e398 Update network.c
Adding Base, Sepolia and Polygon zkEVM
2023-07-19 15:27:13 +02:00
apaillier-ledger
f53bab21ad Merge pull request #442 from vforgeoux-ledger/develop
Update networks
2023-07-18 17:47:38 +02:00
Alexandre Paillier
64910546e0 Added Neon mainnet 2023-07-18 17:25:51 +02:00
Victor Forgeoux
2109de0286 Add OKB network
https://chainlist.org/chain/196
2023-07-18 17:25:51 +02:00
Victor Forgeoux
03d1be4025 Add Telos network
Add Telos EVM Mainnet network (https://chainlist.org/chain/40)
2023-07-18 17:25:51 +02:00
Victor Forgeoux
4ed2521a07 Update networks
Added LUSKO and LUSKO Testnet : https://github.com/LedgerHQ/app-ethereum/pull/436

Added PulseChain : https://github.com/LedgerHQ/app-ethereum/pull/430

Added Neon Devnet : https://github.com/LedgerHQ/app-ethereum/pull/439

Adding Chiado and Renamed xDAI to Gnosis : https://github.com/LedgerHQ/app-ethereum/pull/422

Added Venidium : https://github.com/LedgerHQ/app-ethereum/pull/382
2023-07-18 17:25:49 +02:00
apaillier-ledger
3a1604d928 Merge pull request #447 from LedgerHQ/fix/apa/eip712
Fix EIP-712 improper handling of empty arrays
2023-07-18 17:22:24 +02:00
Alexandre Paillier
cace9d6421 Fix Stax EIP712 context cleaning 2023-07-18 17:00:36 +02:00
Alexandre Paillier
17968338d8 Removed EIP712 verbose display of inner struct names 2023-07-18 17:00:35 +02:00
Alexandre Paillier
8541d69d33 Add new test case for EIP712 2023-07-18 17:00:35 +02:00
Alexandre Paillier
af8123ad45 Fix improper handling of empty arrays in EIP712 messages 2023-07-18 17:00:35 +02:00
Alexandre Paillier
6a04c14df0 Add back the call to ui_idle in case of EIP712 failure
Was removed during the Stax porting
2023-07-18 17:00:30 +02:00
apaillier-ledger
f0df04a91e Merge pull request #440 from LedgerHQ/fix/apa/stax_ui_changes
Stax UI fixes
2023-07-18 14:19:16 +02:00
Alexandre Paillier
f3075b7124 Moved message signing rejection cancellation from nbgl_useCaseChoice to nbgl_useCaseConfirm 2023-07-18 11:39:57 +02:00
Alexandre Paillier
04c9e890e5 Renamed the stax shared buffer 2023-07-18 11:35:36 +02:00
Alexandre Paillier
7c83c15f9f Now properly uses the settings use case 2023-07-18 11:35:36 +02:00
Alexandre Paillier
25562291e4 Fix Stax ragger tests 2023-07-18 11:35:28 +02:00
Alexandre Paillier
b458aa49cb Fix NBGL EIP-191 occasional double-refresh on the sign page 2023-07-18 11:35:28 +02:00
Alexandre Paillier
82b40a6347 Now conditionally show the plugin's icon depending if the TX is related to it 2023-07-18 11:35:28 +02:00
Alexandre Paillier
9186911abb Changed the info/settings page ordering 2023-07-18 11:35:27 +02:00
Alexandre Paillier
779fc4b61d Now uses macros for NBGL contstant texts 2023-07-18 11:35:27 +02:00
Alexandre Paillier
9396ae81d7 EIP-712 now has proper resume position 2023-07-18 11:35:27 +02:00
Alexandre Paillier
61015e3840 NBGL message signing refactoring 2023-07-18 11:35:26 +02:00
Alexandre Paillier
09d4b2114a Improve transaction wording 2023-07-18 11:35:26 +02:00
Alexandre Paillier
17b1cfc0ad Now uses proper Ethereum icon with shades of gray 2023-07-18 11:35:26 +02:00
apaillier-ledger
d63f1a90ae Merge pull request #438 from LedgerHQ/feat/apa/ens_on_other_chains
ENS on other chains
2023-07-07 13:40:43 +02:00
Alexandre Paillier
116a320df3 Removed ticker end space from hardcoded tokens 2023-07-06 15:41:24 +02:00
Alexandre Paillier
e019eed3ab Added a new ragger test 2023-07-06 15:41:19 +02:00
Alexandre Paillier
c8360741a4 Activated ENS on other Ethereum-compatible chains 2023-07-06 14:45:31 +02:00
Alexandre Paillier
34ea137c1a network.c functions cleanup 2023-07-06 14:45:29 +02:00
François Beutin
b87d0082be Merge pull request #444 from LedgerHQ/fbe/return_in_exchange
Fbe/return in exchange
2023-07-04 16:39:21 +02:00
Francois Beutin
120052a07a Split LNX and LNS+ snapshots 2023-07-04 15:41:24 +02:00
Francois Beutin
5f4a565076 Use latest version for Speculos and Ragger 2023-07-04 15:41:20 +02:00
Francois Beutin
f26edc2fef Update LNX snapshots on ragger tests 2023-07-04 15:00:31 +02:00
Francois Beutin
8082bd7f8b Return in Exchange after a successful swap 2023-07-04 12:24:20 +02:00
Francois Beutin
6ec26db053 Add Spinner when starting in Swap mode on Stax 2023-06-30 14:06:09 +02:00
Francois Beutin
02cdc23751 Rename called_from_swap to G_called_from_swap 2023-06-30 14:05:46 +02:00
Adrien Lacombe
1edf9cdb6a add S+ (#437) 2023-06-14 10:53:46 +02:00
Benjyskan
25ace8ab6a clean dataContext.tokenContext.data buffer between each plugin call to avoid unwanted data in last parameter when it isn't full length. (#434) 2023-05-31 18:33:12 +02:00
apaillier-ledger
ca9e084041 Merge pull request #431 from LedgerHQ/sdk/update-submodule
Update the SDK submodule
2023-05-16 19:03:40 +02:00
Alexandre Paillier
52e6c29aae BLE handling for all BLE-enabled devices 2023-05-16 18:58:50 +02:00
Alexandre Paillier
5f7cc79f16 Limit caller_type struct handling for only Stax 2023-05-16 18:58:42 +02:00
apaillier-ledger
b3bcaea44a [create-pull-request] automated change 2023-05-16 12:45:41 +00:00
apaillier-ledger
fd3003fa6a Merge pull request #401 from LedgerHQ/stax-develop
Stax port
2023-05-16 14:45:17 +02:00
Alexandre Paillier
d1d5685198 Enabled CI for Stax 2023-05-16 11:42:46 +02:00
Alexandre Paillier
cea6f2baa7 Added golden snapshots for Stax Ragger tests 2023-05-16 11:42:46 +02:00
Alexandre Paillier
8f4fb59ec0 Updated Ragger 2023-05-16 11:42:46 +02:00
Alexandre Paillier
510a935e26 Fix EIP712 fast autonext timer disrupting speculos for Stax 2023-05-16 11:42:45 +02:00