File tree
28 files changed
+21
-16
lines changed- .github/workflows
- app
- deps
- tests_zemu
- snapshots
- fl-show_address_huge
- fl-show_eth_address
- st-show_address_huge
- st-show_eth_address
28 files changed
+21
-16
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
| 79 | + | |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
85 | 87 |
| |
86 | 88 |
| |
87 | 89 |
| |
| |||
109 | 111 |
| |
110 | 112 |
| |
111 | 113 |
| |
112 |
| - | |
| 114 | + | |
113 | 115 |
| |
114 | 116 |
| |
115 | 117 |
| |
| |||
145 | 147 |
| |
146 | 148 |
| |
147 | 149 |
| |
148 |
| - | |
| 150 | + | |
149 | 151 |
| |
150 | 152 |
| |
151 | 153 |
| |
| |||
181 | 183 |
| |
182 | 184 |
| |
183 | 185 |
| |
184 |
| - | |
| 186 | + | |
185 | 187 |
| |
186 | 188 |
| |
187 | 189 |
| |
| |||
217 | 219 |
| |
218 | 220 |
| |
219 | 221 |
| |
220 |
| - | |
| 222 | + | |
221 | 223 |
| |
222 | 224 |
| |
223 | 225 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
203 |
| - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
204 | 207 |
| |
205 | 208 |
| |
206 | 209 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + |
Submodule ledger-zxlib updated 81 files
- .github/workflows/lint.yml+52
- .github/workflows/main.yml+82-5
- .gitignore+13
- CMakeLists.txt+2-2
- Makefile+60
- app/ui/view.c+7-7
- app/ui/view.h+5-5
- app/ui/view_inspect_x.c+43-41
- app/ui/view_internal.h+2
- app/ui/view_nano.h+17-16
- app/ui/view_nano_inspect.c+23-28
- app/ui/view_nbgl.c+95-18
- app/ui/view_s.c+87-102
- app/ui/view_x.c+80-19
- cmake/HunterGate.cmake+4-4
- dockerized_build.mk+41-4
- evm/apdu_handler_evm.c+323
- evm/apdu_handler_evm.h+29
- evm/coin_evm.h+53
- evm/crypto_evm.c+204
- evm/crypto_evm.h+39
- evm/evm_addr.c+65
- evm/evm_addr.h+35
- evm/evm_eip191.c+133
- evm/evm_eip191.h+36
- evm/evm_erc20.c+106
- evm/evm_erc20.h+49
- evm/evm_utils.c+200
- evm/evm_utils.h+66
- evm/parser_evm.c+88
- evm/parser_evm.h+46
- evm/parser_impl_evm.c+334
- evm/parser_impl_evm.h+91
- evm/rlp.c+148
- evm/rlp.h+39
- evm/rlp_def.h+62
- evm/tx_evm.c+87
- evm/tx_evm.h+38
- evm/uint256.c+554
- evm/uint256.h+84
- fuzzing/FuzzingCommon.cmake+124
- fuzzing/Makefile+238
- fuzzing/analyze_crashes.py+234
- fuzzing/fuzz_local/CMakeLists.txt+137
- fuzzing/fuzz_local/analyze_local_crashes.py+43
- fuzzing/fuzz_local/base58_fuzzer.cpp+42
- fuzzing/fuzz_local/base64_fuzzer.cpp+33
- fuzzing/fuzz_local/bech32_fuzzer.cpp+54
- fuzzing/fuzz_local/bignum_fuzzer.cpp+75
- fuzzing/fuzz_local/fuzz_config.py+43
- fuzzing/fuzz_local/hexutils_fuzzer.cpp+32
- fuzzing/fuzz_local/run_local_fuzz.py+39
- fuzzing/fuzz_local/segwit_addr_fuzzer.cpp+75
- fuzzing/fuzz_local/timeutils_fuzzer.cpp+73
- fuzzing/fuzz_local/zxformat_fuzzer.cpp+296
- fuzzing/fuzz_paths.py+35
- fuzzing/run_fuzzers.py+486
- include/base64.h+14-14
- include/bech32.h+16-21
- include/bignum.h+14-15
- include/view_templates.h+45-45
- include/zxformat.h+88-31
- include/zxmacros.h+1-1
- include/zxversion.h+2-2
- makefiles/Makefile.platform+7
- scripts/template.sh+5-1
- src/base58.c+1-1
- src/bech32.c+5-3
- src/bignum.c+11-7
- src/segwit_addr.c+12-4
- src/zxmacros.c+2-1
- tests/asciify.cpp+85-85
- tests/base64.cpp+42-41
- tests/bech32.cpp+676-90
- tests/bip44path.cpp+69-69
- tests/buffering_tests.cpp+167-192
- tests/doubledabble.cpp+40-64
- tests/hexutils.cpp+16-16
- tests/macros.cpp+622-508
- tests/sigutils.cpp+34-25
- tests/zxformat.cpp+110-110
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Loading
Loading
0 commit comments