Commit Graph

1202 Commits

Author SHA1 Message Date
Alexandre Paillier
dbad8d1ba1 Domain name UI implementation 2023-03-29 18:09:46 +02:00
Alexandre Paillier
ceacee00a7 Provide domain name APDU implementation 2023-03-29 18:09:42 +02:00
Alexandre Paillier
e15899c92e Moved hash_byte & hash_nbytes functions to common
Also fixed possible overflow on large payload hashing
2023-03-29 17:53:29 +02:00
Alexandre Paillier
f17104312b Challenge implementation 2023-03-29 15:16:23 +02:00
Alexandre Paillier
c00fab2f6a GET_CHALLENGE & PROVIDE_DOMAIN_NAME APDU documentation 2023-03-29 10:47:42 +02:00
Alexandre Paillier
48461b004a Add -dev version suffix again 2023-03-29 10:47:40 +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
apaillier-ledger
e8c44fce83 Merge pull request #407 from LedgerHQ/bugfix/apa/eip191_regression_freeze
Fix EIP-191 regression
2023-02-20 18:18:03 +01:00
Alexandre Paillier
1cf39711b8 Fix Speculos tests 2023-02-20 17:01:57 +01:00
Alexandre Paillier
32bff3e0d0 Disable button clicks before getting the new EIP-191 data, not after 2023-02-20 16:37:22 +01:00
apaillier-ledger
f6717ae30c Merge pull request #402 from LedgerHQ/bugfix/apa/eip191_freeze
Better EIP-191 error handling
2023-02-09 18:04:16 +01:00
Alexandre Paillier
cf1d21edf9 Updated the changelog 2023-02-09 11:47:20 +01:00
Alexandre Paillier
27392c20de Better context checks when processing EIP-191 APDUs 2023-02-09 11:44:21 +01:00
Alexandre Paillier
87f23349ad Fix freeze on slow/unresponsive APDU transport 2023-02-09 11:30:42 +01:00
apaillier-ledger
3e724ef7c2 Merge pull request #400 from LedgerHQ/doc/apa/changelog
Changelog update for last minute fixes
2023-02-06 15:13:30 +01:00
Alexandre Paillier
8a3cf49ece Updated changelog for latest changes 2023-02-06 14:30:17 +01:00
tjulien-ledger
e70e3180b5 ticker correction (#399)
* correcting ticker

* modifying conf file

* updating main.c

* updating chainConfig.h

* Removed last bits of EWC

* correcting arbitrum

---------

Co-authored-by: Alexandre Paillier <alexandre.paillier@ledger.fr>
2023-02-06 14:23:50 +01:00
apaillier-ledger
ac5aecb790 Merge pull request #398 from LedgerHQ/release/apa/1.10.2
1.10.2 changelog update & non-dev version number
2023-02-03 17:35:26 +01:00
Alexandre Paillier
7d3bbc703b Removed version -dev suffix 2023-02-03 17:21:51 +01:00
Alexandre Paillier
1bf18f8ecf 1.10.2 changelog 2023-02-03 17:21:46 +01:00
tjulien-ledger
160fed7348 renaming EWC to EWT (#397)
* correcting ticker

* modifying conf file

* updating main.c

* updating chainConfig.h

* Removed last bits of EWC

---------

Co-authored-by: Alexandre Paillier <alexandre.paillier@ledger.fr>
2023-02-03 15:54:07 +01:00
tjulien-ledger
f5b32109be correcting ticker (#396) 2023-02-02 15:53:45 +01:00
github-actions[bot]
dbeba1e226 [create-pull-request] automated change (#395)
Co-authored-by: apaillier-ledger <apaillier-ledger@users.noreply.github.com>
2023-01-24 11:26:24 +01:00
apaillier-ledger
29d83fc40f Merge pull request #392 from LedgerHQ/refacto/apa/remove_ticker_space
Remove tickers ending space
2023-01-24 11:16:47 +01:00
Alexandre Paillier
c93b7dfabc Fix Zemu tests
Before the centered string was "Unlimited DAI " and now is "Unlimited DAI",
so the centering changed by a few pixels.
2023-01-10 14:15:48 +01:00
Alexandre Paillier
098f328b99 Plugin interface version bump 2023-01-10 14:12:43 +01:00
Alexandre Paillier
74f880dce9 Removes useless space at the end of tickers 2023-01-10 14:12:39 +01:00
tjulien-ledger
41c5d3e011 removing networks to reduce size (#394) 2023-01-10 14:10:08 +01:00
tjulien-ledger
6571550b46 adding many networks (#391) 2023-01-09 17:00:37 +01:00
apaillier-ledger
fc0a337b25 Merge pull request #388 from LedgerHQ/fbe/fix_ragger_import
Use proper ragger import
2022-12-22 14:45:42 +01:00
Francois Beutin
782ea07925 Use proper ragger import 2022-12-16 15:02:08 +01:00
apaillier-ledger
f1c7ba8fec Merge pull request #381 from LedgerHQ/apr/fix/plugin_context_memory_alignment
Fix memory alignment of plugin context buffer
2022-12-01 15:19:31 +01:00
Alexandre Paillier
0d09d31dba Small reordering to save 4 bytes on tokenContext_t struct padding 2022-12-01 15:09:53 +01:00
Alexandre Paillier
3e750e8419 Fix device crash caused by improper memory alignment of the plugin context buffer 2022-12-01 15:09:51 +01:00
Leandre
9e2b67552e Add KCC Chain with ChainID = 321 as ETH clones (#379)
* Add KCC Chain with ChainID = 321 as ETH clones

* Update network.c

* Update network.c

* Update network.c

* Update network.c

* Update network.c
2022-11-25 09:31:00 +01:00
Benjyskan
071c96ea13 change dataContext.tokenContext.fieldIndex to uint16_t to avoid plugin's 'context->parameterOffset' overflow on large tx (#228) 2022-11-23 14:25:49 +01:00
Péter Garamvölgyi
685df6b89c add Scroll networks (#372) 2022-11-23 09:41:51 +01:00
apaillier-ledger
d1fa90885d Merge pull request #378 from LedgerHQ/apr/bugfix/eip712_struct_review_glitch
EIP-712 verbose mode fix
2022-11-21 09:38:49 +01:00
Alexandre Paillier
529a67b9dd Fix uninitialized verbose EIP712 setting 2022-11-18 17:57:01 +01:00
Alexandre Paillier
648fa3b66a Ragger Python regex warnings fix 2022-11-18 15:07:30 +01:00
Alexandre Paillier
fb1e1b2f78 EIP712 verbose mode "Struct review" visual glitch fix 2022-11-18 15:07:08 +01:00
Juliya Smith
b135e55b06 fix: add comment above 1559 txn test (#273) 2022-11-17 16:10:56 +01:00
apaillier-ledger
c9f808fe81 Merge pull request #377 from LedgerHQ/sdk/update-submodule
Update the SDK submodule
2022-11-17 14:42:02 +01:00
apaillier-ledger
cf1d937ed7 Plugin SDK submodule update 2022-11-17 14:30:39 +01:00
apaillier-ledger
39d7a183dc Merge pull request #376 from LedgerHQ/fix/sdk_update_action
[fix] Replace manual commit & push on protected branch with automatic PR with SDK submodule update
2022-11-17 12:05:40 +01:00
Lucas PASCAL
78ddfa3f73 [fix] Replace manual commit & push on protected branch with automatic PR with SDK submodule update 2022-11-17 11:52:13 +01:00
apaillier-ledger
68df092e98 Merge pull request #223 from btchip/starkware_blind_signing_wording
Review starkware blind signing wording
2022-11-17 11:00:25 +01:00
BTChip github
ec5b1769c4 Review Starknet blind signing wording 2022-11-17 10:10:46 +01:00
BTChip github
96690ac969 Review Starknet blind signing wording 2022-11-17 09:50:31 +01:00
apaillier-ledger
bab190b499 Merge pull request #369 from tjulien-ledger/develop
Id4good & XDC path
2022-11-16 19:09:25 +01:00