pscott
a2d9a8068a
Add network display ( #152 )
...
* Add network name display instead of chainID
* Add display of correct ticker along with network
* Add FTM
* Clang-format
* Add comment in python script
* Rename SIZE_MAX to MAX_SIZE
* Change %u to %d in printf
* Remove needless PIC
* Update comment about get_chain_id()
* Update example script to follow EIP155
* Remove unused PIC calls
* Add whitespace between ticker and amount when using EIP155
* Remove decimal config per network, set back 18 everywhere
* Adapt u32_from_BE to swith cases
* Remove chainid from signTx.py
* Switch to switch in stead of if in get_chain_id
* Revert "Remove chainid from signTx.py"
This reverts commit 454e09f280ec3e3ec1c7d7cc0027247ef4390088.
* Change Ethereum chainid to 1
* Rename chainid_step to network_step
* Adapt finalizeParsing to new chainid for Ethereum
* Update snapshots
* clang-format
* Fix network display logic for clones
* Fix tests
* Add clone tests
Co-authored-by: TamtamHero <10632523+TamtamHero@users.noreply.github.com >
2021-07-02 18:46:23 +02:00
pscott
0dbb693c59
clang-format
2021-06-08 10:25:15 +02:00
pscott
a61a155d0b
Add additionalScreens field
2021-06-08 10:25:15 +02:00
pscott
8592a22542
Clang-format
2021-06-08 10:24:51 +02:00
pscott
632e6b3233
Properly handle return value of eth_plugin_call
2021-06-08 10:24:51 +02:00
pscott
d029e9f635
Print ticker only if it's present
2021-06-08 10:24:51 +02:00
pscott
6b309c2676
Add printf and adapt logic for provideToken
2021-06-08 10:24:51 +02:00
TamtamHero
40664a65f1
Fix issues due to base64(contractAddr) removal
2021-06-08 10:24:51 +02:00
pscott
5fd27ff5ca
Use INT256_LENGTH and ADDRESS_LENGTH define
2021-06-08 10:24:51 +02:00
pscott
f250865bcb
Merge branch 'master' of github.com:LedgerHQ/app-ethereum into fix_security_and_display_issues
2021-05-04 12:14:44 +02:00
pscott
c7ec0c7dfa
Use %d flag instead of %u
2021-04-28 11:39:47 +02:00
pscott
ebffb48cd3
Use snprintf instead of u32_to_str
2021-04-28 10:48:18 +02:00
pscott
f893637d71
Clang-format
2021-04-27 10:37:22 +02:00
pscott
a6945c42b2
Fix return values from enums
2021-04-27 10:36:22 +02:00
pscott
6cd4b6e2aa
Revamp return results of plugins
2021-04-24 12:14:36 +02:00
pscott
0af10691eb
Verify return value of plugin
2021-04-23 19:15:30 +02:00
pscott
d5b32af95e
Clang format
2021-04-21 17:24:54 +02:00
pscott
11701b6fa2
Remove debugging printf
2021-04-21 17:19:02 +02:00
pscott
1a1a3198f9
Remove debugggin printf
2021-04-21 17:17:21 +02:00
pscott
dafdc404ac
Add strict parameter to u32_from_BE
2021-04-21 17:07:16 +02:00
pscott
970f0355dd
Add support for EIP2718 (enveloppe) and EIP2930 (acess list tx); Display chain ID when different from 1 (ethereum mainnet)
2021-04-21 16:56:17 +02:00
pscott
5dd99c3d48
Move TxType parsing in cmd_signTx and add 0x6501 error
2021-04-15 17:59:41 +02:00
TamtamHero
a96caadc4f
Fix swap issue with nonce update, save a few bytes and improve settings switch feedback
2021-02-12 11:53:41 +01:00
pscott
9874ab4116
Set displayBuffer back to 50 bytes
2021-02-08 13:19:00 +01:00
pscott
1acce7aa4c
Update ux_approval_tx_flow naming
2021-02-05 18:03:24 +01:00
pscott
4cbcdc0be0
Apply clang-format
2021-02-05 17:58:21 +01:00
pscott
2518efd3dd
Add manual ux_flow; display nonce is now a setting
2021-02-05 17:52:46 +01:00
pscott
b2d5b85a2f
Add nonce display settings ; nonce is always displayed
2021-02-05 17:36:54 +01:00
BTChip github
4629d6633c
Fix contract details debugging with plugins
2021-01-05 15:31:26 +01:00
TamtamHero
17bd07a346
Apply clang-format
2020-12-01 16:20:13 +01:00
BTChip github
1a311684a2
Replace memset by expilcit_bzero for critical data
2020-11-30 18:22:21 +01:00
BTChip github
d43f7f6698
Cleanup os_mem* functions
2020-11-30 18:22:17 +01:00
TamtamHero
4f2cef2e20
Add Compound support as an internal plugin
2020-11-16 17:06:44 +01:00
BTChip github
193ff80cfc
Fix parsing
2020-11-16 17:06:43 +01:00
BTChip github
3e4fb33c68
Fix parsing
2020-11-16 17:06:43 +01:00
TamtamHero
7e1bdce835
Fix basic transacting
2020-11-16 17:06:43 +01:00
BTChip github
ef3c5fa27b
Fix parsing for a contract call with no data
2020-11-16 17:06:42 +01:00
BTChip github
38da718b00
Plugins support WIP
2020-11-16 17:06:37 +01:00
TamtamHero
1f9ef34845
Use recommanded UX macros from recents SDKs
2020-10-20 15:40:31 +02:00
TamtamHero
62a144b22b
Remove Ledger Blue specific code, and other unused discriminants
2020-10-20 15:22:22 +02:00
TamtamHero
eac45259da
Remove trailing whitespaces
2020-10-07 16:56:40 +02:00
TamtamHero
94b501b8b2
Fix uppercasing function + swap flag issue
2020-09-14 14:43:37 +02:00
TamtamHero
c2e3d75328
Fix broken error reporting
2020-09-14 14:43:37 +02:00
TamtamHero
ac202a4a25
Fix case sensitivity issue for silent mode
2020-09-14 14:43:36 +02:00
TamtamHero
9d4dfbe1bf
Add Swap feature
2020-09-14 14:43:36 +02:00
BTChip github
8d0544bf68
Merge Starkware branch
2020-06-27 13:24:04 +02:00