apaillier-ledger
d0ae7b5cd7
Merge pull request #349 from LedgerHQ/fix-swap-variant
...
fix: allow swap feature on all ETH variants
2022-10-10 15:07:34 +02:00
Alexandre Paillier
3da1e2fd86
Updated changelog
2022-10-10 14:56:58 +02:00
Edouard Merle
c09e17a3e8
fix: allow swap feature on all ETH variants
2022-10-10 14:43:40 +02:00
Jorge Martins
fa44edaeeb
Merge pull request #348 from LedgerHQ/plugin-error-handling
...
Abort signing process ETH_PLUGIN_QUERY_*
2022-10-07 17:11:04 +02:00
Jorge Martins
4c78d485a1
Abort signing process ETH_PLUGIN_QUERY_*
...
Before was not possible to abort the signing process even if the plugin
return an error code. According to the docs any return code besides
ETH_PLUGIN_RESULT_OK should abort the signing process.
2022-10-07 16:40:27 +02:00
apaillier-ledger
8034e269fb
Merge pull request #347 from LedgerHQ/apr/feature/eip191_ui_split
...
Fix EIP-191 UI split + changelog update
2022-10-06 15:41:39 +02:00
Alexandre Paillier
f43d9c4dc7
Fix EIP-191 UI split
2022-10-06 15:11:30 +02:00
Alexandre Paillier
82299217de
Fix EIP-191 changelog
...
Wasn't in line with the latest modifications
2022-10-06 15:10:25 +02:00
apaillier-ledger
50e079813e
Merge pull request #346 from LedgerHQ/apr/feature/full_eip191_lns
...
Activate full EIP-191 implementation on LNS
2022-10-04 16:05:06 +02:00
Alexandre Paillier
d78bece8d2
Fix Zemu tests
2022-10-04 14:27:22 +02:00
Alexandre Paillier
e9ecf2e109
Activate full EIP-191 implementation on LNS + with adequate wording
2022-10-04 13:59:50 +02:00
apaillier-ledger
eaeb7cb4c2
Merge pull request #345 from LedgerHQ/purge/compound_plugin
...
[clean] Removing compound-related plugin code
2022-10-03 15:45:46 +02:00
Lucas PASCAL
3ff15a16e3
[clean] Removing compound-related plugin code
2022-10-03 14:49:54 +02:00
lpascal-ledger
d839c35d2e
Merge pull request #342 from LedgerHQ/update/changelog
...
Update changelog for 1.9.20
2022-09-20 11:28:45 +02:00
Lucas PASCAL
1e3083a6f9
Update changelog for 1.9.20
2022-09-19 17:05:35 +02:00
lpascal-ledger
8f1c3f91a7
Merge pull request #339 from LedgerHQ/apr/feature/eip191_full_length
...
EIP-191 UI improvements
2022-09-19 17:01:20 +02:00
Lucas PASCAL
3f294f9582
Minor fixes after review
2022-09-16 14:43:51 +02:00
Alexandre Paillier
0769eaa651
Updated changelog
2022-09-15 17:11:22 +02:00
Alexandre Paillier
29476ccf99
Proper UI wording on EIP-191 continue/skip screen
2022-09-15 17:11:22 +02:00
Alexandre Paillier
ba34e37bce
Downgrade to make the app fit on LNS
2022-09-15 16:49:20 +02:00
Alexandre Paillier
971a02dfcf
Code space optimization (192 bytes)
2022-09-15 16:49:20 +02:00
Alexandre Paillier
9fc45a7ade
Updated EIP-191 Zemu tests
2022-09-15 16:49:20 +02:00
Alexandre Paillier
50dd4f5965
Linting + updated to clang-format 12.0.1
2022-09-15 16:49:19 +02:00
Alexandre Paillier
218098efe9
Removed unused header includes from EIP-191
2022-09-15 16:49:19 +02:00
Alexandre Paillier
eec44e994a
Removed duplicated function signature of ui_idle
2022-09-15 16:49:19 +02:00
Alexandre Paillier
f46ed72c60
Reimplement the status words for EIP-191 error cases without throwing
2022-09-15 16:49:18 +02:00
Alexandre Paillier
e93d82c104
Better separation between EIP-191 UI & business logic
2022-09-15 16:49:18 +02:00
Alexandre Paillier
4bbc142ee5
Doxygen comments
2022-09-15 16:49:15 +02:00
Alexandre Paillier
40f00bb012
Minimize the RAM used by EIP-191 global variables
2022-09-15 13:25:10 +02:00
Alexandre Paillier
aedf6026c7
Handling of EIP191 non ASCII messages
2022-09-15 13:25:09 +02:00
Alexandre Paillier
81e15e51e8
Fix skip issue
2022-09-15 13:25:09 +02:00
Alexandre Paillier
493ce85c3b
New implementation
2022-09-15 13:25:08 +02:00
Alexandre Paillier
a58d2ababb
Removed unused bagl type references in EIP-191 code
2022-09-14 11:08:10 +02:00
tjulien-ledger
a0d16023d5
Light integration ( #334 )
...
* adding XDC
* adding meter
* adding multivac
* adding id4good
* adding tecracoin
* minor typo
* adding apothem
* adding apothem 2
* apothem and tecratestnet on network.c
* fix nettwork.c
* 1st additions
* last additions
* adding fix from develop
* update apothem coin name
* removing id4good
* adding Cronos
2022-09-14 10:50:57 +02:00
apaillier-ledger
829a694b78
Merge pull request #340 from LedgerHQ/revert-319-purge/compound_plugin
...
Revert "[clean] Removing compound-related plugin code"
2022-09-12 15:12:23 +02:00
apaillier-ledger
95a0c8896b
Revert "[clean] Removing compound-related plugin code"
2022-09-12 14:42:57 +02:00
apaillier-ledger
384c16c3d0
Merge pull request #338 from LedgerHQ/eth-ux-split
...
eth: split ux from rest of source
2022-08-24 17:32:47 +02:00
Clement Bouvet
89eeaa7b7d
eth: split ux from rest of source
2022-08-24 10:35:16 +02:00
Jorge Martins
7c831dd067
Merge pull request #336 from jmartins-ledger/bug-fix
...
Fix feesToString buffer overflow
2022-08-09 12:35:50 +02:00
Jorge Martins
d384007912
Fix feesToString buffer overflow
2022-08-09 11:30:43 +02:00
Coline Seguret
cd36a5fe9c
Merge pull request #275 from LedgerHQ/feat/tests-unit
...
feat: speculos tests e2e
2022-07-25 11:54:26 +02:00
Coline
293efa533c
docs: Docs of client
2022-07-25 11:42:45 +02:00
Coline
e926f9f347
docs: Docs of client
2022-07-25 11:40:52 +02:00
Coline
fd0f893615
docs: some comment in code
2022-07-25 11:03:41 +02:00
Coline
986b4b427e
fix: merge len bip32 with path function
2022-07-25 10:55:47 +02:00
Coline
a064839efa
fix: result positional argument
2022-07-25 10:48:03 +02:00
Coline
a476bbb569
fix: merge 3 mv into 1 and README
2022-07-25 10:39:42 +02:00
Coline
8da09ec892
fix: real errors test
2022-07-22 11:59:45 +02:00
Coline
1dbe04c8ca
fix: useless pass
2022-07-22 11:26:02 +02:00
Coline
02b5c686e8
fix: apdu_as_bytes() into bytes.fromhex()
2022-07-22 11:23:09 +02:00