Alexandre Paillier
|
bb23e7b7a5
|
Fix broken build for chains with extra tokens (testnets)
|
2024-02-06 10:52:46 +01:00 |
|
Alexandre Paillier
|
91352af57c
|
Improve error-handling of chain ID when parsing APDUs
|
2024-02-05 18:04:46 +01:00 |
|
Francois Beutin
|
e0c2ad7057
|
Move all public keys to dedicated header
|
2024-02-02 11:23:32 +01:00 |
|
Francois Beutin
|
5bf5023e35
|
Merge nft and tokens into a single asset header
|
2024-02-02 11:23:31 +01:00 |
|
Francois Beutin
|
e64a04da51
|
Remove unused big uint utilities from plugin sdk
|
2024-02-02 11:23:31 +01:00 |
|
Francois Beutin
|
3bcf12ce1d
|
Rename utils to common_utils
|
2024-02-02 11:23:30 +01:00 |
|
Francois Beutin
|
39b02b82e5
|
Move functions and API needed by the plugins to the src_common directory
|
2024-02-02 11:23:30 +01:00 |
|
Francois Beutin
|
294f88195b
|
Extract data for external plugins from internal plugin file
|
2024-02-02 11:23:29 +01:00 |
|
Francois Beutin
|
ca9d5c9c77
|
Remove data needed by plugins from shared_context file
|
2024-02-02 11:23:29 +01:00 |
|
Francois Beutin
|
3d9da0dd16
|
Move basic utility functions from ethUtils to main utils file
|
2024-02-02 11:23:28 +01:00 |
|
Francois Beutin
|
1155bd2df0
|
Move rlp utils to dedicated file
|
2024-02-02 11:23:28 +01:00 |
|
Francois Beutin
|
04d0fde47a
|
Move network features out of ethUtils
|
2024-02-02 11:23:27 +01:00 |
|
Francois Beutin
|
82d776f771
|
Remove macro unneeded by plugins from nft file
|
2024-02-02 11:23:27 +01:00 |
|
Francois Beutin
|
ca8700f47c
|
Split tokens file
|
2024-02-02 11:23:26 +01:00 |
|
Francois Beutin
|
4d04d5113d
|
Extract data needed by plugin from ethUstream.h
|
2024-02-02 11:23:26 +01:00 |
|
Francois Beutin
|
6430c8f463
|
Read RUN_APPLICATION from sdk
|
2024-02-02 11:23:25 +01:00 |
|
Francois Beutin
|
5e48f0cf5d
|
Decommision src_common prior to reintroducing it for files common between eth and plugins
|
2024-02-02 11:23:24 +01:00 |
|
Francois Beutin
|
1723386985
|
Split clone main and ethereum main, add comments and remove unnecessary lines
|
2023-12-04 14:41:46 +01:00 |
|
Francois Beutin
|
f64addc0d2
|
Remove THROW from lib mode handlers and remove associated TRY CATCH context
|
2023-12-04 14:40:52 +01:00 |
|
Francois Beutin
|
60d1d97667
|
Return to Exchange when failing to sign in swap mode
|
2023-12-01 19:50:07 +01:00 |
|
Alexandre Paillier
|
ad0b953fe8
|
Fix incorrect assumption on max possible chain ID size
|
2023-11-15 16:13:49 +01:00 |
|
Francois Beutin
|
e45a0f7eb5
|
Fix lint issue
|
2023-11-09 14:50:25 +01:00 |
|
Francois Beutin
|
41ef631d63
|
Improve plugin interface file
|
2023-11-07 15:51:47 +01:00 |
|
Francois Beutin
|
66c5d5407a
|
QOL changes to eth plugin interface
|
2023-11-07 15:51:39 +01:00 |
|
apaillier-ledger
|
5d913f3a15
|
Merge pull request #449 from LedgerHQ/tdj/eth_plugin_sdk_update
Update plugins SDK framework
|
2023-10-19 11:26:32 +02:00 |
|
Alexandre Paillier
|
49da32af8e
|
Added missing return value checks following recent changes
|
2023-10-10 16:42:24 +02:00 |
|
tdejoigny-ledger
|
eeb52344df
|
ETH plugin SDK : Move some parts from plugin boilerplate to Eth plugin SDK to ease the plugins development, remove throw and fix the CI issues
|
2023-10-10 16:42:19 +02:00 |
|
Alexandre Paillier
|
015842d4e5
|
Simplified adding new clones
Removed dead code from the app (was safeguarded by #ifdefs of macros
that weren't defined)
|
2023-10-04 18:06:52 +02:00 |
|
Alexandre Paillier
|
b1b2d5ecbb
|
Removed kUSD & Tobalaba
|
2023-10-04 18:06:50 +02:00 |
|
Alexandre Paillier
|
e0ea3697f6
|
Renamed CAL_TEST_KEY to CAL_STAGING_KEY & CAL_CI_KEY to CAL_TEST_KEY
|
2023-09-07 16:08:03 +02:00 |
|
Alexandre Paillier
|
b05b16143d
|
Now shows the network name in the Stax public address UI flow
|
2023-09-07 14:35:55 +02:00 |
|
Jorge Martins
|
7e2cef182b
|
UX_INIT() works for bagl an nbgl
|
2023-07-27 10:45:04 +02:00 |
|
Alexandre Paillier
|
116a320df3
|
Removed ticker end space from hardcoded tokens
|
2023-07-06 15:41:24 +02:00 |
|
Alexandre Paillier
|
34ea137c1a
|
network.c functions cleanup
|
2023-07-06 14:45:29 +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 |
|
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 |
|
Alexandre Paillier
|
4cce06ca2c
|
Fix compilation warnings
|
2023-05-16 11:42:31 +02:00 |
|
Alexandre Paillier
|
8361e349b7
|
Now has a separate struct for caller app name & icon
- New home screen wording
- Removed duplicate RUN_APPLICATION macro
|
2023-05-16 11:42:30 +02:00 |
|
Clement Bouvet
|
0414a043c8
|
rework plugin start so name and icon can be passed to eth
|
2023-05-16 11:42:30 +02:00 |
|
Alexandre Paillier
|
b5c58b59cf
|
network: cleanup
|
2023-05-16 11:42:29 +02:00 |
|
Clement Bouvet
|
be029c642d
|
stax: add UI implementation
|
2023-05-16 11:42:29 +02:00 |
|
Clement Bouvet
|
b275067f47
|
common_ui: remove non implemented function
|
2023-05-16 11:42:29 +02:00 |
|
Francois Beutin
|
5c7614b2d9
|
Reset BSS section at the start of the app in swap mode for signature
|
2023-04-28 16:57:20 +02:00 |
|
Alexandre Paillier
|
504747aba2
|
Improve finalizeParsing() checking in swap context
Simplify code in logic_signTx.c
|
2023-04-24 11:27:13 +02:00 |
|
Alexandre Paillier
|
ceacee00a7
|
Provide domain name APDU implementation
|
2023-03-29 18:09:42 +02:00 |
|
Alexandre Paillier
|
f17104312b
|
Challenge implementation
|
2023-03-29 15:16:23 +02:00 |
|
tjulien-ledger
|
45c049fd04
|
Oasys (#413)
* correcting ticker
* modifying conf file
* updating main.c
* updating chainConfig.h
* Removed last bits of EWC
* correcting arbitrum
* adding oasys conf file
* adding oasys icons
* remaining changes for oasys
* removing trailing space
---------
Co-authored-by: Alexandre Paillier <alexandre.paillier@ledger.fr>
|
2023-03-10 18:41:35 +01:00 |
|