ragger 1.41.0__py3-none-any.whl → 1.41.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ragger/__version__.py +2 -2
- ragger/conftest/base_conftest.py +3 -1
- {ragger-1.41.0.dist-info → ragger-1.41.1.dist-info}/METADATA +1 -1
- {ragger-1.41.0.dist-info → ragger-1.41.1.dist-info}/RECORD +7 -7
- {ragger-1.41.0.dist-info → ragger-1.41.1.dist-info}/WHEEL +0 -0
- {ragger-1.41.0.dist-info → ragger-1.41.1.dist-info}/licenses/LICENSE +0 -0
- {ragger-1.41.0.dist-info → ragger-1.41.1.dist-info}/top_level.txt +0 -0
ragger/__version__.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '1.41.
|
|
32
|
-
__version_tuple__ = version_tuple = (1, 41,
|
|
31
|
+
__version__ = version = '1.41.1'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 41, 1)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
ragger/conftest/base_conftest.py
CHANGED
|
@@ -300,7 +300,9 @@ def prepare_speculos_args(root_pytest_dir: Path,
|
|
|
300
300
|
subdirs = sorted(
|
|
301
301
|
filter(lambda d: (sideloaded_dir / d).is_dir(), os.listdir(sideloaded_dir)))
|
|
302
302
|
for subdir in subdirs:
|
|
303
|
-
|
|
303
|
+
# Currently only C apps are used as additional binaries by ragger (Ethereum and Exchange)
|
|
304
|
+
# TODO: add support for Rust SDK libraries if needed
|
|
305
|
+
lib_path = find_application(sideloaded_dir / subdir, device_name, "c")
|
|
304
306
|
speculos_args.append(f"-l{lib_path}")
|
|
305
307
|
|
|
306
308
|
# Check if custom user seed has been provided through CLI or optional configuration.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
ragger/__init__.py,sha256=Vbk78M7VtDVMTu02zYQquYSTxtgbieknkvr3uXONrig,713
|
|
2
|
-
ragger/__version__.py,sha256=
|
|
2
|
+
ragger/__version__.py,sha256=x1oDUpBFFYjPR-booVer5a9xgxhmXjRQm7FkCWuLIW4,706
|
|
3
3
|
ragger/error.py,sha256=G81LOe38jUDV6EzdFc_foKVsMxk09q6N5--0M63qya0,6279
|
|
4
4
|
ragger/logger.py,sha256=XF3DsHDLGOHAG7cqVj_7BQlHKj9J8zw8A9soFHIydc8,2457
|
|
5
5
|
ragger/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -14,7 +14,7 @@ ragger/bip/__init__.py,sha256=7gY5V8gkJfct1g4OgaLg8bNpgoITGaqU9gTKC4tHbAM,920
|
|
|
14
14
|
ragger/bip/path.py,sha256=uX69L3U8vteIHJy_PE5yPloGaiiYYMq_jLbBSENiRqs,1709
|
|
15
15
|
ragger/bip/seed.py,sha256=yKGM_fkFCh6hNAl7vOMrEv5kEoQoDmVPhBCIMtO8dNk,1758
|
|
16
16
|
ragger/conftest/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
ragger/conftest/base_conftest.py,sha256=
|
|
17
|
+
ragger/conftest/base_conftest.py,sha256=D6_TWMlv2atkkOIt43WGwGEpww9C-XnTHtAhs9wk0ic,19262
|
|
18
18
|
ragger/conftest/configuration.py,sha256=jE_zbvDWSc7jQQ4VEJBo8m_3kME09i2YXK6PLigPAes,3297
|
|
19
19
|
ragger/firmware/__init__.py,sha256=3g_-n2b0qEgVlP42lOQiZzBPux6PCUtZnydkQeEn_Vk,687
|
|
20
20
|
ragger/firmware/structs.py,sha256=pkUzEkq-kiUntWK2mt1Vkalgoe-3tbvBcLfe12L-CNo,1804
|
|
@@ -50,8 +50,8 @@ ragger/utils/__init__.py,sha256=PUabSv1qx0XyKWovIxvGBI71sd3O3bKp3gCsUxlWm1E,997
|
|
|
50
50
|
ragger/utils/misc.py,sha256=_ft_CrwEcZ-VVZCBG-_QjYQuTZn-Fht36k3C6BXhHOs,6930
|
|
51
51
|
ragger/utils/packing.py,sha256=2xaRR-FhwVfknP74ZGo-O4JTE6R0HpNqhxKJ9aMrns4,766
|
|
52
52
|
ragger/utils/structs.py,sha256=JMfuX5u-4gSZfqH0SER05B15-mj0YyHjnxLAgxAYtAM,1413
|
|
53
|
-
ragger-1.41.
|
|
54
|
-
ragger-1.41.
|
|
55
|
-
ragger-1.41.
|
|
56
|
-
ragger-1.41.
|
|
57
|
-
ragger-1.41.
|
|
53
|
+
ragger-1.41.1.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
54
|
+
ragger-1.41.1.dist-info/METADATA,sha256=WYLt7T8b0WG23vYnWdQ9XlUqk8f_D3B4wUvIr4OLNQk,10660
|
|
55
|
+
ragger-1.41.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
56
|
+
ragger-1.41.1.dist-info/top_level.txt,sha256=kqJEoAZ6qn0T3iuVa-710gBK7Ik1euCwNwBbyFraRQg,7
|
|
57
|
+
ragger-1.41.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|