File tree
198 files changed
+152
-12
lines changed- app
- src
- substrate
- deps
- tests_zemu
- snapshots
- fl-recovery_show_address_reject
- fl-recovery_show_address
- s-recovery_show_address_reject
- s-recovery_show_address
- sp-balances_transfer_expert
- sp-balances_transfer
- sp-proxy_proxy
- sp-raw_sign_hex
- sp-raw_sign
- sp-recovery_show_address_reject
- sp-recovery_show_address
- sp-session_setkeys
- sp-show_address_reject
- sp-show_address
- sp-staking_nominate
- sp-utility_batch
- st-recovery_show_address_reject
- st-recovery_show_address
- x-balances_transfer_expert
- x-balances_transfer
- x-proxy_proxy
- x-raw_sign_hex
- x-raw_sign
- x-recovery_show_address_reject
- x-recovery_show_address
- x-session_setkeys
- x-show_address_reject
- x-show_address
- x-staking_nominate
- x-utility_batch
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
198 files changed
+152
-12
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
51 | 59 |
| |
52 | 60 |
| |
53 | 61 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + |
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 |
| |
47 | 51 |
| |
| 52 | + | |
48 | 53 |
| |
49 | 54 |
| |
50 | 55 |
| |
| |||
249 | 254 |
| |
250 | 255 |
| |
251 | 256 |
| |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
252 | 262 |
| |
253 | 263 |
| |
254 | 264 |
| |
| 265 | + | |
255 | 266 |
| |
256 | 267 |
| |
257 | 268 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
30 |
| - | |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
|
Submodule ledger-zxlib updated 59 files
- app/common/app_main.c+34-39
- app/common/app_main.h+31-30
- app/ui/view.c+37-26
- app/ui/view.h+9-2
- app/ui/view_inspect_s.c+35-37
- app/ui/view_internal.h+42-1
- app/ui/view_nano.c+97-89
- app/ui/view_nano.h+1-1
- app/ui/view_nano_inspect.h+15-14
- app/ui/view_nbgl.c+12-12
- app/ui/view_s.c+107-7
- app/ui/view_x.c+306-148
- dockerized_build.mk+1-1
- include/apdu_codes.h+32-33
- include/app_mode.h+19-16
- include/base58.h+19-21
- include/base64.h+1-1
- include/bech32.h+1-1
- include/bignum.h+1-1
- include/bittools.h+1-6
- include/buffering.h+17-20
- include/hexutils.h+15-15
- include/segwit_addr.h+8-35
- include/sigutils.h+15-18
- include/timeutils.h+17-16
- include/utf8.h+318-415
- include/view_templates.h+145-149
- include/zxcanary.h+14-14
- include/zxerror.h+51-49
- include/zxformat.h+74-79
- include/zxtypes.h+14-14
- include/zxutils_ledger.h+2-3
- include/zxversion.h+4-4
- scripts/install_deps.sh+1-1
- scripts/template.sh+1-1
- src/app_mode.c+27-3
- src/base58.c+40-48
- src/base64.c+20-20
- src/bech32.c+20-23
- src/bignum.c+24-27
- src/buffering.c+20-26
- src/hexutils.c+24-25
- src/segwit_addr.c+14-22
- src/sigutils.c+17-21
- src/timeutils.c+76-686
- src/zxcanary.c+19-17
- src/zxformat.c+30-30
- src/zxutils_ledger.c+133-134
- templates/Makefile.root+1-1
- tests/asciify.cpp+1-1
- tests/base64.cpp+1-1
- tests/bech32.cpp+1-1
- tests/bip44path.cpp+1-1
- tests/buffering_tests.cpp+1-1
- tests/doubledabble.cpp+1-1
- tests/hexutils.cpp+1-1
- tests/macros.cpp+1-1
- tests/sigutils.cpp+1-1
- tests/zxformat.cpp+1-1
Lines changed: 10 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 |
| - | |
22 |
| - | |
| 22 | + | |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
27 |
| - | |
28 |
| - | |
| 28 | + | |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
32 |
| - | |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 |
| - | |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
39 |
| - | |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
| |
42 |
| - | |
| 43 | + | |
43 | 44 |
| |
44 | 45 |
|
0 commit comments