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
tjulien-ledger
0976df5077
fix path id4good
2022-11-16 18:59:52 +01:00
tjulien-ledger
795140015d
adding id4good
2022-11-16 18:59:52 +01:00
tjulien-ledger
5cf1e1e8e2
adding eth path to xdc
2022-11-16 18:59:49 +01:00
apaillier-ledger
806b811f77
Merge pull request #375 from LedgerHQ/apr/ci/new_cal_test_key
...
New CAL test key for CI
2022-11-16 18:50:34 +01:00
apaillier-ledger
847a172584
Merge pull request #374 from LedgerHQ/apr/ci/fix_pr_auto_assign
...
Fix PR auto-assign GitHub action
2022-11-16 18:34:06 +01:00
Alexandre Paillier
32161b9432
Shorter Python tracebacks for Ragger tests
2022-11-16 18:16:11 +01:00
Alexandre Paillier
2300bb9d00
Updated Ragger tests to use the new private CAL key
2022-11-16 18:16:03 +01:00
Alexandre Paillier
bbe1723b25
Added new private CAL key file for CI
2022-11-16 18:12:16 +01:00
Alexandre Paillier
b1d6e9851d
Now compiles the app with the new CAL key for Ragger tests
2022-11-16 17:05:17 +01:00
Alexandre Paillier
309c09b599
Added new public CAL testing key in app
2022-11-16 17:03:30 +01:00
lpascal-ledger
a3ab9cbfa0
Merge pull request #373 from LedgerHQ/fix/sdk_update_action
...
[fix] 'github-push-action' does not seem to cope with src:dst git push syntax
2022-11-16 14:25:16 +01:00
Alexandre Paillier
3e455250d2
Explicit github action version, v1 tag does not exist
2022-11-16 13:52:57 +01:00
Lucas PASCAL
55a4b48f18
[fix] 'github-push-action' does not seem to cope with src:dst git push syntax
2022-11-16 12:14:57 +01:00
apaillier-ledger
4ae512fb80
Merge pull request #370 from LedgerHQ/apr/ci/fix_deprecation_warnings
...
Update actions to fix deprecation warnings
2022-11-16 11:28:54 +01:00
Jorge Martins
26f8b836f6
Merge pull request #361 from LedgerHQ/improv-dev-experience
...
Add helpers to avoid tricking user when using a plugin
2022-11-16 11:09:04 +01:00
Alexandre Paillier
60fc9c1417
Add missing function return type to SDK generation script for consistency
2022-11-15 18:11:03 +01:00
Alexandre Paillier
fcc9f7ab84
Update actions to fix deprecation warnings
2022-11-15 18:07:56 +01:00
apaillier-ledger
1b1d54c1e4
Merge pull request #367 from LedgerHQ/cbo-fix-712v0-common-ui
...
cmd_signMessage712.c: use common ui
2022-11-10 17:21:16 +01:00
apaillier-ledger
797a0e66d8
Merge pull request #368 from LedgerHQ/apr/version_bump
...
Version bump to 1.10.2-dev
2022-11-10 17:02:31 +01:00
Alexandre Paillier
f26f5e2185
Version bump to 1.10.2-dev
2022-11-10 16:43:55 +01:00
Clement Bouvet
800116ee9d
cmd_signMessage712.c: use common ui
2022-11-10 13:33:59 +01:00
apaillier-ledger
793bc57091
Merge pull request #366 from LedgerHQ/develop
...
App release 1.10.1
2022-11-10 11:58:59 +01:00
apaillier-ledger
3a67073be3
Merge pull request #365 from LedgerHQ/apr/release_changelog
...
1.10.1 changelog update & non-dev version number
2022-11-09 16:49:36 +01:00
Alexandre Paillier
4836ba49b2
Changelog update + removed -dev version suffix
2022-11-09 16:30:14 +01:00
apaillier-ledger
93e47d41a7
Merge pull request #364 from LedgerHQ/apr/bugfix/eip712_latency_weakness
...
Fix potential crash with slow APDU transport
2022-11-09 16:13:35 +01:00
Alexandre Paillier
7ea69d17fa
CI Fix
2022-11-09 15:33:47 +01:00
Alexandre Paillier
d4b4b5e830
Disable button clicks while waiting for EIP-712 APDU
2022-11-09 14:03:29 +01:00
Jorge Martins
a49752fe9b
allzeroes const void* buf
2022-11-08 11:23:14 +01:00
Jorge Martins
65d2c88f2d
update docs
2022-11-08 10:22:26 +01:00
Jorge Martins
51db776de6
add const to parameters
2022-11-08 09:57:24 +01:00
Jorge Martins
b120fc6565
fix code style
2022-11-08 09:56:00 +01:00
Jorge Martins
ead85a0aaa
Add funcs to avoid tricking user when using plugin
...
Usually the length of an array is sent in a parameter.
Most of the times the developer simply uses U2BE/U4BE to get this length. It
is possible to forge a tx with a `length > sizeof(uint16_t/uint32_t)` and trick the
user into signing something different from what is shown.
For instance consider the following parameter:
00 ... 01 00 00 00 01
if the developer uses U2BE/U4BE, it is possible that this length is shown to the user
and if it is, the user will see the length as 1.
2022-11-08 09:44:37 +01:00
apaillier-ledger
912c8afca6
Merge pull request #360 from LedgerHQ/apr/version_bump
...
Version bump to 1.10.1-dev
2022-11-02 10:26:45 +01:00
Alexandre Paillier
878355abfd
Fix contract support doc name
...
Introduced by 30f8c50e
2022-10-28 15:56:09 +02:00
Alexandre Paillier
8403fdaac4
Version bump to 1.10.1-dev
2022-10-27 18:11:12 +02:00
apaillier-ledger
56f66cc94c
Merge pull request #359 from LedgerHQ/develop
...
App release 1.10.0
2022-10-27 17:56:10 +02:00
apaillier-ledger
a50ce1de70
Merge pull request #358 from LedgerHQ/apr/release_changelog
...
1.10.0 changelog update & non-dev version number
2022-10-26 18:43:44 +02:00
Alexandre Paillier
1e800478ba
Changelog update + removed -dev version suffix
2022-10-26 18:33:54 +02:00
apaillier-ledger
f799176aa5
Merge pull request #357 from LedgerHQ/feature/apr/lite_container
...
Switch to using the lite App-Builder container
2022-10-26 18:33:29 +02:00
Alexandre Paillier
aabf44e0d9
Switch to using the lite container
2022-10-26 18:18:54 +02:00
apaillier-ledger
69f7a4a0ba
Merge pull request #327 from LedgerHQ/apr/feature/eip712
...
EIP-712 clear-signing
2022-10-26 17:58:39 +02:00
Alexandre Paillier
314eba1a64
CI fix
...
Needed by the update of the app-builder container
2022-10-26 17:18:30 +02:00
Alexandre Paillier
174d35782f
Review fixes
2022-10-26 14:54:10 +02:00
Alexandre Paillier
4af091f326
Fix CI with newer ragger version
2022-10-24 10:18:56 +02:00