chore(core/stellar): make gen and fixtures
What changed, and why it matters
This commit is a routine maintenance update for the Stellar feature in Trezor firmware. It adds three new user-facing text strings (for device screen prompts), updates translation signatures, refreshes expected test screenshot hashes, and adjusts dependency version-locking rules for the Stellar SDK. There is no indication of a security fix or vulnerability in the changes themselves.
No security action required. Treat as normal build/test maintenance. If reviewing the broader Stellar feature, verify the new strings are displayed correctly during Soroban authorization signing, but this commit alone does not introduce or fix a security issue.
Security signals we found
No security-relevant code paths changed
No bug fixes or vulnerability mitigations present in diff
Dependency pinning change is a date normalization, not a downgrade or known-vulnerable version selection
Evidence from the diff
The commit regenerates translation artifacts and UI test fixtures after adding Stellar-related translated strings: ‘On behalf of’, ‘Sign authorization’, and ‘Valid until ledger’. It updates core/embed/rust/src/translations/generated/translated_string.rs with new enum variants and layout-specific string tables, bumps the translations signature merkle root and commit reference, changes the uv/stellar-sdk exclude-newer date from a far-future placeholder to 2026-07-05, and updates fixtures.json hashes for StellarInvokeHostFunction and StellarSorobanAuthorization test cases across multiple device models and languages. No cryptographic, parsing, or authorization logic is modified.
Changed components
core/embed/rust/src/translations/generated/translated_string.rscore/translations/signatures.jsontests/ui_tests/fixtures.jsonpyproject.tomlpython/pyproject.tomluv.lockInspect captured patch +169 / −60
diff --git a/core/embed/rust/src/translations/generated/translated_string.rs b/core/embed/rust/src/translations/generated/translated_string.rs
index 7dbe4a7b..b157f50a 100644
--- a/core/embed/rust/src/translations/generated/translated_string.rs
+++ b/core/embed/rust/src/translations/generated/translated_string.rs
@@ -1667,6 +1667,12 @@ pub enum TranslatedString {
ethereum__skip_to_hash = 1262, // "Skip and view hash"
#[cfg(feature = "universal_fw")]
ethereum__view_data_and_hash = 1263, // "View data and hash"
+ #[cfg(feature = "universal_fw")]
+ stellar__on_behalf_of = 1264, // "On behalf of"
+ #[cfg(feature = "universal_fw")]
+ stellar__sign_authorization = 1265, // "Sign authorization"
+ #[cfg(feature = "universal_fw")]
+ stellar__valid_until_ledger = 1266, // "Valid until ledger"
}
impl TranslatedString {
@@ -2938,6 +2944,9 @@ impl TranslatedString {
"Function",
"Skip and view hash",
"View data and hash",
+ "On behalf of",
+ "Sign authorization",
+ "Valid until ledger",
);
#[cfg(all(feature = "debug", feature = "universal_fw"))]
@@ -4207,6 +4216,9 @@ impl TranslatedString {
19074,
19092,
19110,
+ 19122,
+ 19140,
+ 19158,
];
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -5475,6 +5487,9 @@ impl TranslatedString {
"Function",
"Skip and view hash",
"View data and hash",
+ "On behalf of",
+ "Sign authorization",
+ "Valid until ledger",
);
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -6744,6 +6759,9 @@ impl TranslatedString {
19074,
19092,
19110,
+ 19122,
+ 19140,
+ 19158,
];
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -8012,6 +8030,9 @@ impl TranslatedString {
"Function",
"Skip and view hash",
"View data and hash",
+ "On behalf of",
+ "Sign authorization",
+ "Valid until ledger",
);
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -9281,6 +9302,9 @@ impl TranslatedString {
19074,
19092,
19110,
+ 19122,
+ 19140,
+ 19158,
];
#[cfg(all(not(feature = "debug"), not(feature = "universal_fw")))]
@@ -10549,6 +10573,9 @@ impl TranslatedString {
"Function",
"Skip and view hash",
"View data and hash",
+ "On behalf of",
+ "Sign authorization",
+ "Valid until ledger",
);
#[cfg(all(not(feature = "debug"), not(feature = "universal_fw")))]
@@ -11818,6 +11845,9 @@ impl TranslatedString {
19074,
19092,
19110,
+ 19122,
+ 19140,
+ 19158,
];
} else if #[cfg(feature = "layout_caesar")] {
@@ -13087,6 +13117,9 @@ impl TranslatedString {
"Function",
"Skip and view hash",
"View data and hash",
+ "On behalf of",
+ "Sign authorization",
+ "Valid until ledger",
);
#[cfg(all(feature = "debug", feature = "universal_fw"))]
@@ -14356,6 +14389,9 @@ impl TranslatedString {
16865,
16883,
16901,
+ 16913,
+ 16931,
+ 16949,
];
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -15624,6 +15660,9 @@ impl TranslatedString {
"Function",
"Skip and view hash",
"View data and hash",
+ "On behalf of",
+ "Sign authorization",
+ "Valid until ledger",
);
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -16893,6 +16932,9 @@ impl TranslatedString {
16865,
16883,
16901,
+ 16913,
+ 16931,
+ 16949,
];
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -18161,6 +18203,9 @@ impl TranslatedString {
"Function",
"Skip and view hash",
"View data and hash",
+ "On behalf of",
+ "Sign authorization",
+ "Valid until ledger",
);
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -19430,6 +19475,9 @@ impl TranslatedString {
16865,
16883,
16901,
+ 16913,
+ 16931,
+ 16949,
];
#[cfg(all(not(feature = "debug"), not(feature = "universal_fw")))]
@@ -20698,6 +20746,9 @@ impl TranslatedString {
"Function",
"Skip and view hash",
"View data and hash",
+ "On behalf of",
+ "Sign authorization",
+ "Valid until ledger",
);
#[cfg(all(not(feature = "debug"), not(feature = "universal_fw")))]
@@ -21967,6 +22018,9 @@ impl TranslatedString {
16865,
16883,
16901,
+ 16913,
+ 16931,
+ 16949,
];
} else if #[cfg(feature = "layout_delizia")] {
@@ -23236,6 +23290,9 @@ impl TranslatedString {
"Function",
"Skip and view hash",
"View data and hash",
+ "On behalf of",
+ "Sign authorization",
+ "Valid until ledger",
);
#[cfg(all(feature = "debug", feature = "universal_fw"))]
@@ -24505,6 +24562,9 @@ impl TranslatedString {
18963,
18981,
18999,
+ 19011,
+ 19029,
+ 19047,
];
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -25773,6 +25833,9 @@ impl TranslatedString {
"Function",
"Skip and view hash",
"View data and hash",
+ "On behalf of",
+ "Sign authorization",
+ "Valid until ledger",
);
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -27042,6 +27105,9 @@ impl TranslatedString {
18963,
18981,
18999,
+ 19011,
+ 19029,
+ 19047,
];
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -28310,6 +28376,9 @@ impl TranslatedString {
"Function",
"Skip and view hash",
"View data and hash",
+ "On behalf of",
+ "Sign authorization",
+ "Valid until ledger",
);
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -29579,6 +29648,9 @@ impl TranslatedString {
18963,
18981,
18999,
+ 19011,
+ 19029,
+ 19047,
];
#[cfg(all(not(feature = "debug"), not(feature = "universal_fw")))]
@@ -30847,6 +30919,9 @@ impl TranslatedString {
"Function",
"Skip and view hash",
"View data and hash",
+ "On behalf of",
+ "Sign authorization",
+ "Valid until ledger",
);
#[cfg(all(not(feature = "debug"), not(feature = "universal_fw")))]
@@ -32116,6 +32191,9 @@ impl TranslatedString {
18963,
18981,
18999,
+ 19011,
+ 19029,
+ 19047,
];
} else if #[cfg(feature = "layout_eckhart")] {
@@ -33385,6 +33463,9 @@ impl TranslatedString {
"Function",
"Skip and view hash",
"View data and hash",
+ "On behalf of",
+ "Sign authorization",
+ "Valid until ledger",
);
#[cfg(all(feature = "debug", feature = "universal_fw"))]
@@ -34654,6 +34735,9 @@ impl TranslatedString {
20350,
20368,
20386,
+ 20398,
+ 20416,
+ 20434,
];
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -35922,6 +36006,9 @@ impl TranslatedString {
"Function",
"Skip and view hash",
"View data and hash",
+ "On behalf of",
+ "Sign authorization",
+ "Valid until ledger",
);
#[cfg(all(feature = "debug", not(feature = "universal_fw")))]
@@ -37191,6 +37278,9 @@ impl TranslatedString {
20350,
20368,
20386,
+ 20398,
+ 20416,
+ 20434,
];
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -38459,6 +38549,9 @@ impl TranslatedString {
"Function",
"Skip and view hash",
"View data and hash",
+ "On behalf of",
+ "Sign authorization",
+ "Valid until ledger",
);
#[cfg(all(not(feature = "debug"), feature = "universal_fw"))]
@@ -39728,6 +39821,9 @@ impl TranslatedString {
20350,
20368,
20386,
+ 20398,
+ 20416,
+ 20434,
];
#[cfg(all(not(feature = "debug"), not(feature = "universal_fw")))]
@@ -40996,6 +41092,9 @@ impl TranslatedString {
"Function",
"Skip and view hash",
"View data and hash",
+ "On behalf of",
+ "Sign authorization",
+ "Valid until ledger",
);
#[cfg(all(not(feature = "debug"), not(feature = "universal_fw")))]
@@ -42265,6 +42364,9 @@ impl TranslatedString {
20350,
20368,
20386,
+ 20398,
+ 20416,
+ 20434,
];
}
@@ -43652,6 +43754,8 @@ impl TranslatedString {
#[cfg(feature = "universal_fw")]
(Qstr::MP_QSTR_stellar__no_restriction, Self::stellar__no_restriction),
#[cfg(feature = "universal_fw")]
+ (Qstr::MP_QSTR_stellar__on_behalf_of, Self::stellar__on_behalf_of),
+ #[cfg(feature = "universal_fw")]
(Qstr::MP_QSTR_stellar__path_pay, Self::stellar__path_pay),
#[cfg(feature = "universal_fw")]
(Qstr::MP_QSTR_stellar__path_pay_at_least, Self::stellar__path_pay_at_least),
@@ -43676,6 +43780,8 @@ impl TranslatedString {
#[cfg(feature = "universal_fw")]
(Qstr::MP_QSTR_stellar__set_sequence_to_template, Self::stellar__set_sequence_to_template),
#[cfg(feature = "universal_fw")]
+ (Qstr::MP_QSTR_stellar__sign_authorization, Self::stellar__sign_authorization),
+ #[cfg(feature = "universal_fw")]
(Qstr::MP_QSTR_stellar__sign_tx_count_template, Self::stellar__sign_tx_count_template),
#[cfg(feature = "universal_fw")]
(Qstr::MP_QSTR_stellar__sign_tx_fee_template, Self::stellar__sign_tx_fee_template),
@@ -43700,6 +43806,8 @@ impl TranslatedString {
#[cfg(feature = "universal_fw")]
(Qstr::MP_QSTR_stellar__valid_to, Self::stellar__valid_to),
#[cfg(feature = "universal_fw")]
+ (Qstr::MP_QSTR_stellar__valid_until_ledger, Self::stellar__valid_until_ledger),
+ #[cfg(feature = "universal_fw")]
(Qstr::MP_QSTR_stellar__value_sha256, Self::stellar__value_sha256),
#[cfg(feature = "universal_fw")]
(Qstr::MP_QSTR_stellar__wanna_clean_value_key_template, Self::stellar__wanna_clean_value_key_template),
diff --git a/core/translations/signatures.json b/core/translations/signatures.json
index d57419b6..0294c308 100644
--- a/core/translations/signatures.json
+++ b/core/translations/signatures.json
@@ -1,8 +1,8 @@
{
"current": {
- "merkle_root": "a2d42d288133ef6351261442d3906bb2f51d752a6697c80d2d2d23710bd965b7",
- "datetime": "2026-07-24T10:30:49.899834+00:00",
- "commit": "d289db4b9546e33dcae0a69e40f0d1401ea724da"
+ "merkle_root": "ef8baf61c61acd94c8365c314075627e858667439b2b761460426e1176f6c6eb",
+ "datetime": "2026-07-28T11:55:12.764081+00:00",
+ "commit": "6318ef3e09e2dc22750541b5f37137b0ec12b585"
},
"history": [
{
diff --git a/pyproject.toml b/pyproject.toml
index e624680d..693e2dfc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -76,7 +76,8 @@ exclude-newer = "30 days"
# Exempt stellar-sdk from the 30-day rule so the freshly released 15.0.0
# final (needed for Protocol 27 support, see python/pyproject.toml) can be
# resolved in the workspace lockfile.
-exclude-newer-package = { stellar-sdk = "3000-01-01" }
+# TODO: remove after 2026-08-04
+exclude-newer-package = { stellar-sdk = "2026-07-05T00:00:00Z" }
[tool.uv.sources]
trezor = { path = "./python", editable = true }
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 539ea992..79e6ccf4 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -78,7 +78,7 @@ exclude-newer = "30 days"
# Exempt stellar-sdk from the 30-day rule so the freshly released 15.0.0
# final (needed for Protocol 27 support) can be resolved.
# TODO: remove after 2026-08-04
-exclude-newer-package = { stellar-sdk = "2026-07-05" }
+exclude-newer-package = { stellar-sdk = "2026-07-051T00:00:00Z" }
[tool.flit.module]
name = "trezorlib"
diff --git a/tests/ui_tests/fixtures.json b/tests/ui_tests/fixtures.json
index 0d23f299..9aaaf036 100644
--- a/tests/ui_tests/fixtures.json
+++ b/tests/ui_tests/fixtures.json
@@ -2693,11 +2693,11 @@
"T2T1_cs_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "a6ec69053a3d0f5ba4ee1d3cb63f4a679ac4085d510ab0ea145ca6e6b9d44327",
"T2T1_cs_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "3db56515e02a942ad001f89fd15a689f762be82ce9cfbff1bc7b178a26487086",
"T2T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "1ee8ab0c3075c732bcb93f21f269a30b781900bbf8e5f56d82e9a848cb3a609a",
-"T2T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "fc865700096107d76c8b4f95544ad18269ccdac94a6ea18ccd121871e4e75bd9",
+"T2T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "5eab4a9d8b66e2c2ee55ed8f833d52f765b5cbc2388705cade48aa0a0a757411",
"T2T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "6d5fe60031ec42734ae258c8fc3d68f899484118296024f155c8a80e529c2da0",
"T2T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "ce17ab20b4b0f1054bc71332fac0b93fff664a26db58f1ce475f3cfcdf97b875",
"T2T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "6d5fe60031ec42734ae258c8fc3d68f899484118296024f155c8a80e529c2da0",
-"T2T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "4979158c8718140310c8c0cfcafbaff8b7c0a11aeb41ba9269b6672d688c6275",
+"T2T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "72f637ef665279a3d397ebffd7f01c57f7f34824793ea0f6a37101b65003de67",
"T2T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "4650e5d5ea0d713cb63198ff6f98b69d9ebffa11aee0cbf4e0d82ef2e607cfdd",
"T2T1_cs_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "20a479c0ffea0ab28340127439a33b6ea473ccfe578a741f827c12fdf0107e98",
"T2T1_cs_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "36a9d4e677b521087e1221733970ca5c49aba1ce2788bdf8d2e3c50c5f25ba08",
@@ -4518,11 +4518,11 @@
"T2T1_de_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "7aebf5a96d1496a4da2619847a5c30867c0ef6b29f5cfd863cdd9f3f8f09506c",
"T2T1_de_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "45baaec7a00cc21d6809a19addb777cc60b1e0f1f4bbf9c0bd96a1a1cf3fda1e",
"T2T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "5f1ba9cae0e578a4f06bb3157a96b6e91cc4c04fce61d294cc11bd05ad6441f0",
-"T2T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "c7fe724fe640e6cae9369ecacb3d6169c10d3cd811fb5af474517a402c4586ae",
+"T2T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "3c721a442590594a5b6756b7c74ea1344e3b440e2c0eec76837b259734ea0476",
"T2T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "091490e185037c505a1fe37142e76e73f35ce9710ece023cf5d9db343b4b5600",
"T2T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "bc263ba49262453d7e2fbaded28dca2684380a0f90cde964ac903331c1ac0660",
"T2T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "091490e185037c505a1fe37142e76e73f35ce9710ece023cf5d9db343b4b5600",
-"T2T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "d61beddf174f906f021bd8f8151ec2539e71e1e4d2e6cf5644e7ea511e053a6f",
+"T2T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "d55051cb0241540fd4f9809c55e7e45d491e278a96161e1d7cc3f182d541cfe3",
"T2T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "d3bba143fc7f09989728e83a54c70328566f74f133f857eaedf0e618eac11db4",
"T2T1_de_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "ba55391e3f82b0176df7b1f9a98c3770c6128818b2d0cd2a026d32bdef1faa55",
"T2T1_de_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "c2e798fd5176c91744b3d8b6e1f86f6b0b5038ab569457f46d8756a30700d1e3",
@@ -6343,11 +6343,11 @@
"T2T1_en_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "39b27804ba7be2c89fa6dbdc5d808fa850b8b1b9751c3411b3dc331b86e68efa",
"T2T1_en_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "c4c5e3e2544f681f08b6b82b3cd3ac6db2e9580513ba6c160db5e436c637505f",
"T2T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "0ca736259d6bb55bb44c88192f94a3b354fcedfe78f314726ca58ecde25f3d9b",
-"T2T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "204f25f9ec7080d0d5a16c4579f0d113c7eec9943be1d81dacba3be2ba264acf",
+"T2T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "036371582edbbc15467945a896f073a899f3bf28ffc3cf6430230fc42cb99c04",
"T2T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "6c6a0b77ee3077bcab17b5ca846b7c5cf6098826eccd8ae2b358d50f51b1574d",
"T2T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "755d192ae02d254802b23f2a45cf8cfef56cd6b61a51962958664400cb95aa8d",
"T2T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "6c6a0b77ee3077bcab17b5ca846b7c5cf6098826eccd8ae2b358d50f51b1574d",
-"T2T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "1d68bc0cbf6486385303d15318d98b835afb1432bc16545c08219f331e5d0143",
+"T2T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "20902d608e62f5410ef600d660d084074148d35e54db00ea8693c34fef8ed3fc",
"T2T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "7dfd7063fd2b2063405f10dd9b82ca37557572df45444a346959a06385ff5dc3",
"T2T1_en_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "a379a76d3a6a9fe84d8538855b0dbd6540bb73d2194b2deaf9e0b9004c78e50a",
"T2T1_en_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "75312c7d49d05fac5f6cb33860d0f8b65a6cabd1f7d2709621074f91ff415e73",
@@ -8186,11 +8186,11 @@
"T2T1_es_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "e18d6074f5299becdfc8b841f0244a2050da4c3137e8f2444e5ddb5eb1b67472",
"T2T1_es_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "dd2deede385523574007a3aec40a1b462822cc4fabac89c2011e81dca0c20f3d",
"T2T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "759f4d8f53a17c6023f3b19a51182d438f24e583e5231ddc16b62b3d1cccd4d4",
-"T2T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "90d31bd149bf98f71e577147832260a04059d43430bb32afe78238f43785ee68",
+"T2T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "b68ed63fb5c896b26d9a1d133796c519eb8d25bebef97e05f9a6a7bb16958b50",
"T2T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "8dc476d20541bebfcce894e0cbeac18bb3ff95840a3aec2ae017257c85057c5f",
"T2T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "d240bcadeb8ea48588890af352ee998369ac6a9ee4681487bec883fb6346fae7",
"T2T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "8dc476d20541bebfcce894e0cbeac18bb3ff95840a3aec2ae017257c85057c5f",
-"T2T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "4d8fa4e601b423dada1bd118e538709dd1bc88335ec4c2d386ef9951c2d37181",
+"T2T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "af04d05694c33577264248c343c86867931c20e69c79afd7a3940f6d9bfee36b",
"T2T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "14def015351e2f253f448f0be66d0cd3c6bedbcfcbe38bc9eaf088345037829c",
"T2T1_es_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "cc0ca8b4d4afd50280e327d2e6a1520c8a9a98139b5beba165cfa6a6d0f27757",
"T2T1_es_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "b3d67ebd61aa60912fc6afe8bc645019589ec0e172359a8ccc7a471a5bd249e3",
@@ -9997,9 +9997,9 @@
"T2T1_fr_stellar-test_stellar.py::test_get_address_chunkify_details[parameters7-result7]": "309210827986c6e1adba142fb95ed07fca3db544a53302278cc525274d4799b8",
"T2T1_fr_stellar-test_stellar.py::test_get_address_chunkify_details[parameters8-result8]": "b31aa03ca84e768590c73dc80bf4291bc0422b024355edd8cfcc6651f8257931",
"T2T1_fr_stellar-test_stellar.py::test_get_address_chunkify_details[parameters9-result9]": "31cc0eb97b3982826e96bf4cd41258c633ab2ef8f16b58b2667e8313af83b27b",
-"T2T1_fr_stellar-test_stellar.py::test_sign_soroban_authorization[StellarSorobanAuthorization-accoun-a3a830b5": "ca065157caee16b697a5eb6fc3a60c2bdabed7f5a7871ae22e7cc247e5b99037",
-"T2T1_fr_stellar-test_stellar.py::test_sign_soroban_authorization[StellarSorobanAuthorization-contra-a47a7738": "81f9679afc96f97564d16f0ac9eff84f9f85ad33a851c677641d4d5a9dc4690e",
-"T2T1_fr_stellar-test_stellar.py::test_sign_soroban_authorization[StellarSorobanAuthorization-sub-in-a9d7b5f2": "118847f97787f3619e2dd98d43f12bf87dd9dffc9ad123e090471064f3069aba",
+"T2T1_fr_stellar-test_stellar.py::test_sign_soroban_authorization[StellarSorobanAuthorization-accoun-a3a830b5": "1e0ec3e3658923b7e555f642ae54b4ed178988bb37461b89b6134fdca9d252a8",
+"T2T1_fr_stellar-test_stellar.py::test_sign_soroban_authorization[StellarSorobanAuthorization-contra-a47a7738": "d834df483c32b3fb4bb06135364ab7a3c0c41e5649b04de9c2c3d468a678c9ae",
+"T2T1_fr_stellar-test_stellar.py::test_sign_soroban_authorization[StellarSorobanAuthorization-sub-in-a9d7b5f2": "03a686b4a4dc56d43f8d4938a91a96c35d9f828fd1346484e880d27e94ff37fa",
"T2T1_fr_stellar-test_stellar.py::test_sign_tx[Payment request with invalid op]": "faece2170acb86e7201c738e04e25deece3880ffa6cc72652df877c097ece72f",
"T2T1_fr_stellar-test_stellar.py::test_sign_tx[StellarAccountMergeOp]": "ada59c57f28ea71709b604b6d36e975f9e0350d91a2e47e68273a34fde806232",
"T2T1_fr_stellar-test_stellar.py::test_sign_tx[StellarAllowTrustOp-allow]": "43b0fc6414489259822862df871a9c5b4bb324a47857831bfe429018b7ad30d6",
@@ -10011,11 +10011,11 @@
"T2T1_fr_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "4745fb7438d5ab48f59e557e0e4695698ca6ed477b45cfe9c95e67abea96d7a7",
"T2T1_fr_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "365ba945f5170dc4593579f60568a122410344e026bb7d800dd121c62b734e97",
"T2T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "cd6bd3115bdb40087d12b4f2043813b3f486b8ecae55f3f67d9b5c9d4587ecd0",
-"T2T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "8223c120c57722ab4f5afb5ffa79501529a839877edb585a6b0f191bc46cd8fc",
+"T2T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "d4305858889214d81ce64b30e454fd6829bd4ebdad112f3ea8b714f7fd721bb2",
"T2T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "e7163383addd3f50000efaa2e3de8da44fe9686d45cf2f9e1c461bcddd1f6d7e",
"T2T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "5a114563993df93ffcd385e7dfd669d568fa82809443786be652c25ad326ba54",
"T2T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "e7163383addd3f50000efaa2e3de8da44fe9686d45cf2f9e1c461bcddd1f6d7e",
-"T2T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "fbad78f67edb08c1e6fe41b874f3ace9b7d8d1ea3c6265fabbbe05d0d48187f7",
+"T2T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "51a358fa0efcf42cbb9fae9ff422b63ad37f458c246776c3464be8d6fa64b2e3",
"T2T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "4336753949d61ad30c7ea3f564c73e0bfa6663e963e005a729123d34c5d4d0f4",
"T2T1_fr_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "76288dcd1aa96f6ba040037198421941b6ec4c23216b7bf57fc4f517d1cdf918",
"T2T1_fr_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "60731fca2f9027c4fd02f193f310eb7aca235a91a3fea858898ab6fe7e8b4072",
@@ -11836,11 +11836,11 @@
"T2T1_pt_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "85f0d08a0568a4b889a1f21d4967603055368aa9011888d8828470f6ff626f22",
"T2T1_pt_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "63bba1791c09f7bf250778a0f8dd3c93e23d9e5b54d725eeeb9b9b6c8ff538ee",
"T2T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "0d10701453e139cf7e457ccfa18c55fed148cac2ebf2ae6c9f9b51dd0a53466b",
-"T2T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "ffb7c2285cd9df3373c26bf279ddd75281c95534773f51efa451bdb0d0ad145e",
+"T2T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "e58ecfbf634016db2bc1b163c2a98ba515daf92ccc6ebb8929025647cd93416c",
"T2T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "9a0958821b7e2eb49c7ac2895d0d29cb0dab5d25ff8451b8cc084b1887f9e168",
"T2T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "6a88b03b4ea5781c0a410fde060e247f80b7b349e6e5b80dc9e63968f75ca555",
"T2T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "9a0958821b7e2eb49c7ac2895d0d29cb0dab5d25ff8451b8cc084b1887f9e168",
-"T2T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "2e0d541a011ad64ecc9380b8595f8a51fe30f0f11f07c3b9830381f6a8b6e1a7",
+"T2T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "f8fdf1bc067bbe3f1be67938e59c9bb17cc21518193d4ba5a551cae00e4bac1a",
"T2T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "ed0411e326f808ff397ff4ca5f6813acd0a9795c155e8d359273e361982cac5d",
"T2T1_pt_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "c089e1955dbea7ff8703326f19da18b283f6d257c10e2e65b1d695b5858d7750",
"T2T1_pt_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "46ad4844b86e28af9f5c30518dd31e4b8a06e1f0ee431c2755e57fee65f69f2c",
@@ -13901,11 +13901,11 @@
"T3B1_cs_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "003c6e5da3a3c84ece8e8ed0d471b61b83acc0f3a8741329c59fdfe8cb543298",
"T3B1_cs_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "86ca9317419935d47c93da74ee66bfe0aaf2993051d713f0f51378d6270434dc",
"T3B1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "2b6c66f3db490283a5a5807a3227edeb262184123733d49987b5278eebe45403",
-"T3B1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "609782d6d3186e4122b8b19a6d86fc55da99c7c9497bb59dd6b7c00450ed0dbe",
+"T3B1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "fb9f39d8b567b7fe0d4efd9558c98ab05745892d1e2284a76db1805c3f258fb9",
"T3B1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "4065a631db7294936162d9d04e29d3ee72cd9f2452b088e38a7fbd7f545cbde0",
"T3B1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "7ebe3979e70b0940f4d295ff3d1627780d439dce6ae2814c9702ac4890ab0a69",
"T3B1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "4065a631db7294936162d9d04e29d3ee72cd9f2452b088e38a7fbd7f545cbde0",
-"T3B1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "95688e4fb3cbc9dbff345a259c43775c6cec4eef1bc611fcef1a9a02a93e6f5c",
+"T3B1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "5d0d0e2eded6595b3c38a51a0894cd6521ce8197d60ad2a41b671a1ac59dbdeb",
"T3B1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "8f03e0a5b10654e2c833749aff98b857de2abfceedffd475c83179500eabe953",
"T3B1_cs_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "060cfef336d63cb3025a97827f0bf9a2d2cab44c96c57ea205cd93a9e1652ec3",
"T3B1_cs_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "15689bee9fe941a2dd11cd4f90624fa04168f1892d63c386064d48578435c9d1",
@@ -15665,11 +15665,11 @@
"T3B1_de_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "e7680613f4beb3f65c42e223284301e77c1cbb105f95c0ee1dbeb97ce30ceccd",
"T3B1_de_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "558d59858c86dd1b401dfd6d0371fb9d7a5618bbf326a349c531a26eb7ffc242",
"T3B1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "748cb87c6ae5729a1ad8c883e16647ac0302ef1a02bc073cf8b43287f521510a",
-"T3B1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "1a4d7cca73610dbab5b47c132aaa7ada8361227dac17cb7dc183c47bdeacf7b0",
+"T3B1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "e70e37019053d2f840b613b26396cb3c0f3431f140b69eb238f28e8702229ac6",
"T3B1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "5af217cc9cbedbba7800132e485a83aa834c02f5d8c9de51b03d9356f1e9cde5",
"T3B1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "0538e1393d315a42657b3a27325268efffdb986f500b4b0bea9f83f9ff737c8e",
"T3B1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "5af217cc9cbedbba7800132e485a83aa834c02f5d8c9de51b03d9356f1e9cde5",
-"T3B1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "b7847d6c9d33e72f2e9ae244c9635e0669c3142efa3945e6235526988d538a76",
+"T3B1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "078d6a2ac7cea8fd84584407847101e8626c6ebc1323143a455621986dee5aaa",
"T3B1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "947fabab2f3880029fc650c8674010d2bf2e27fab682f145be2469ec51cdab65",
"T3B1_de_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "6a1df846afea2b891e77529e9ec89d03fadff2fa5a43d36248129803f5db3d23",
"T3B1_de_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "5ee4788217da5b0ccb5504353c9453573c1ce1e695ffdbb12920170dd7b18321",
@@ -17429,11 +17429,11 @@
"T3B1_en_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "e85c50dd55e4c00ed4eff1c8d2167df4f60935113b5a556d0aa5300a96813c4c",
"T3B1_en_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "b417e237e15ea4ad4eb9621bd0bb93eba700de701c433da9f40ff7338e5a013b",
"T3B1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "dc666595f264d255cd0efdf6be764f895cead7c1d1ee958e35b9d5b669ae4f6e",
-"T3B1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "8b3ce263180592c59978cd912516ee87f87c76c9ff64280767889c1194a0da40",
+"T3B1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "aa746d1caf427d8931b9046698fe95c172110f60705c15c71029e6882c0366d5",
"T3B1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "022beccc86732b5912bb6dab42550d9fa52c7fe2990c6f68c21cd563f4a13ff1",
"T3B1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "d12ca4dab88833db674d7217d0e56e293c36fb604fff16d0e6e3f07e4b884720",
"T3B1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "022beccc86732b5912bb6dab42550d9fa52c7fe2990c6f68c21cd563f4a13ff1",
-"T3B1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "eafd91a36549ff8a74aaf6ea5984d962811dc7bce8abdfe09665d0a0520e9874",
+"T3B1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "1012157d63792064cfe4f8d7a470721a1e3ba9ea725e47d12036eb7b5df8b3f0",
"T3B1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "d63a610a8a8143c2cb102ba39364467ff78d18fbaeed6665b9bb8c6389a65f3f",
"T3B1_en_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "462cd64baf764715edd74a2ecd4f04584ec6e0fe126cc8892a84a0fe18628b98",
"T3B1_en_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "6f5293cd1d2e152672d0cd841e550cb502e68b279d9385841d2c723ed9fef2e2",
@@ -19193,11 +19193,11 @@
"T3B1_es_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "08ba99d17916eb3f5f11cbd6671b2707bc5378c2729289be68b0470cf7d7f5aa",
"T3B1_es_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "856f533146dfa1956ea0b594372a8ea1920a8e6c9c560b52ec210419138f291e",
"T3B1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "14a379c8eaf5ab3cbf8eb6c4c95fbc9c300bc13a99cc454cc2adb06f27d458ea",
-"T3B1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "796151568af21fd93b7755d1a86f56788740268293523ff35437e01b172d3c7f",
+"T3B1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "3ba1d606ed01154e538fad8b0dac60862c3507c59c041aeecafb6cbe8c414324",
"T3B1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "ebc014482f2459995086b2d9378240d005d2a4653cd15715a3f747d493b3c2a4",
"T3B1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "ada43e46d04ad2455896e429383e2d04be752db1d137a1d3dc7367944f950acb",
"T3B1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "ebc014482f2459995086b2d9378240d005d2a4653cd15715a3f747d493b3c2a4",
-"T3B1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "32d34a74112cd97d6e4ae4f85daae154c2bf3d3da8f77b7b3e5ad83178bbebcf",
+"T3B1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "d18574b2f7f66c403eda55011add0ebcf71de0a805310965ee8c543e9932af3e",
"T3B1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "a9165639810a5aa26cff11eaaa491fb7a2bdfc9b7ff209daec43da549468969f",
"T3B1_es_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "d6c2fa85186ce749f164c85234c1028eb6756b926e8ff8350ffbb53845e3a392",
"T3B1_es_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "d3de787b722d8aa1964628af465600ebc725db6ed05d5ebe0eb6a9acd593eb43",
@@ -20943,9 +20943,9 @@
"T3B1_fr_stellar-test_stellar.py::test_get_address_chunkify_details[parameters7-result7]": "a09b6ad14a77c805e99f358c0e617f49c25730ea37232ad42a8f779a54e9f4b0",
"T3B1_fr_stellar-test_stellar.py::test_get_address_chunkify_details[parameters8-result8]": "d319f1fb15b856193eb09da2531eab11cbe25d753f27daea4c849234c922e6f7",
"T3B1_fr_stellar-test_stellar.py::test_get_address_chunkify_details[parameters9-result9]": "f1ebbfd46b47ca03c2bdd936e7b2065c6585b6c9ccfed1a7378d80829727909f",
-"T3B1_fr_stellar-test_stellar.py::test_sign_soroban_authorization[StellarSorobanAuthorization-accoun-a3a830b5": "a9607ab559a6997d54503f29cd034995aabff71329df746b518f0bff603a74fd",
-"T3B1_fr_stellar-test_stellar.py::test_sign_soroban_authorization[StellarSorobanAuthorization-contra-a47a7738": "041f06e10c5080151b66c9fcf9ddce0bd42a4ab9843263a6deaa8d7277b400cb",
-"T3B1_fr_stellar-test_stellar.py::test_sign_soroban_authorization[StellarSorobanAuthorization-sub-in-a9d7b5f2": "2ddccbd4fc024f1d7cb84ae748a75e3792e3db66585966f442afced7d28420fe",
+"T3B1_fr_stellar-test_stellar.py::test_sign_soroban_authorization[StellarSorobanAuthorization-accoun-a3a830b5": "dec30bf5e00c4f474f3f6872b4c0c87985aecd8a6dba7e2aba2576b8b3cbc8d8",
+"T3B1_fr_stellar-test_stellar.py::test_sign_soroban_authorization[StellarSorobanAuthorization-contra-a47a7738": "3bf03e3da00d12331419d38070f4e43a77bbace0e5d8785aa7e80ded9d21900a",
+"T3B1_fr_stellar-test_stellar.py::test_sign_soroban_authorization[StellarSorobanAuthorization-sub-in-a9d7b5f2": "b08572d43226c4be0d9ace2ea0af5aaea21810931e73a2ca4020142ca7139c3a",
"T3B1_fr_stellar-test_stellar.py::test_sign_tx[Payment request with invalid op]": "0c48f57fceab93c736e123f302f47c182e6fc1a8854e10246ba548879df6daa6",
"T3B1_fr_stellar-test_stellar.py::test_sign_tx[StellarAccountMergeOp]": "d98b6f6e1d83327df48e8b02afbf5942e9bf6cfa70e89caf0b5bd1323987265c",
"T3B1_fr_stellar-test_stellar.py::test_sign_tx[StellarAllowTrustOp-allow]": "dcb33d90485c0b2631a0de4f866b437f7737d60163365ce5f1e73ab96ee25766",
@@ -20957,11 +20957,11 @@
"T3B1_fr_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "01295347c7580cb97bf60cb03ab3702a8f043d96d2c30ea8c63d88a5c41b9ff5",
"T3B1_fr_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "489461ead806955107228182c340effbd4f0f90448295fab03147bd3d9a2cb96",
"T3B1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "96b0df262caf02cafc1139a46995d06204784f40f33151e16f8a8dd370659c38",
-"T3B1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "cf60f95c0f3fe78bf1b1c659425a6f1e95deb9c2bc7530e4f51086fd63d6f204",
+"T3B1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "5bf008f268d20fbba81da98d87310b6cbb67cd3beddad4ba41da7afdca942637",
"T3B1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "b2f49302ed4f567ef63986dec5c5bd720e0ec1b5e4bf7864fe09c8d63052d30e",
"T3B1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "b78691c2d1e4e607326e3e97c7826ca38d54f6cfa1bf195a9dfead4ecb4c5bad",
"T3B1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "b2f49302ed4f567ef63986dec5c5bd720e0ec1b5e4bf7864fe09c8d63052d30e",
-"T3B1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "6f4c046b70ab81714312a395b8c525659e0e1a8f7d601354f00ae575b2b3de2c",
+"T3B1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "16d815d4b5951f04216e06baded002427cb4f5f2465fc4bc8fecc16322529489",
"T3B1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "a55fa9dd8295c6ed63ba9f8f78477e0327019094bda835bdde036f9fe8ed92b1",
"T3B1_fr_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "2680e2553244bf84ffa6611319c5509aba3acb1528f68dae4e62fcf6f3e47ee0",
"T3B1_fr_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "d839ca168bae2a7ad4e5404aa867ad2708711af8d14a25f19004965b0dc17c52",
@@ -22721,11 +22721,11 @@
"T3B1_pt_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "69645bf9f3a326ce515e386ec92dac84ebc7a3bebb92bb1891b41b661355fdf5",
"T3B1_pt_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "5b68c082cb80fd29967d08a69703a2d3194fdcd6c2a09f1b470e5b8f50e36043",
"T3B1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "c8525423ae3fb3c41da3afd40023e42bbdad46a90ef9e52e947cac1fb05d97af",
-"T3B1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "b5b6384a13b628a1555ba7c9d6e4aeb6392c432d81167e1d047716eca44ae78d",
+"T3B1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "97f448b30982f2d5001ddb768bc73c101cf06d1f55df955ad264743de5ebea27",
"T3B1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "a76d32df4bad260c2442edb353127a4da96f89242a56cc5631fcd7d89131049c",
"T3B1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "033807f613510631def00ebb8c065940278919207f045b749aa368a51e4111c7",
"T3B1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "a76d32df4bad260c2442edb353127a4da96f89242a56cc5631fcd7d89131049c",
-"T3B1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "d9f8a8c38bcef81d3eebc65a32947a9feb2cbee6a51dcdf2d02cf6295ff3a4be",
+"T3B1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "04ff825e66ec6c31ed754e87daee004d4d233b919bcce93e92050e4454f2fcd6",
"T3B1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "697901c6376174fe5c91fb34b8ad152a6dce5399b9ae33d99ee757b52ecf9d4d",
"T3B1_pt_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "82f65f7370ef54672e5beb9c4c7c46c141c9169a2c3f644543b3da1b9d2ebafa",
"T3B1_pt_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "0728f1de2050d8b9cd8a18c55585a09bbe0a4899b416aea49b5358beb7322579",
@@ -24882,11 +24882,11 @@
"T3T1_cs_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "c96ae699ee59a6a8a08ca72056d8524022b65bca2e528f54b59aac974a49b9bc",
"T3T1_cs_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "13226f7e8d5d0ea060a69090c66489dd81bcf60026ff2ffa2f739dbf3e6fc511",
"T3T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "4a2e3b439c3f7a145eb5bf335a0d3e8e784563362c65f358762a8fc3b09aed1d",
-"T3T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "55447b8e7d2886d4e2056935dc18577146ed6bebebd1a65cae4ad2d1e218a587",
+"T3T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "9f5fc110056539502c7846b4ea2d742e88af54e971bb3965120a42801d4b55f9",
"T3T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "ec2d5f805ec0ac3457618cfe37d67710cbcfebbdd02e26d5c7caa12b3a19bfe9",
"T3T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "ac11a9db6d2324d955f32df6caff1dc5e8570848f9f6027682839b21bf245703",
"T3T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "ec2d5f805ec0ac3457618cfe37d67710cbcfebbdd02e26d5c7caa12b3a19bfe9",
-"T3T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "492c66ab891a1783731608bb5767635f3b9d71eeaaa72e1ae24e12f2aa39dbfb",
+"T3T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "f1270feb0767a6fbafc10d2167095f563d11cec45e0605366854141a36fa6ed4",
"T3T1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "d913f47389b8499fc9ccbb1fe3018e49f0e50008ae43021e72c32a1a8a93c310",
"T3T1_cs_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "81baba5f0c0ec68e4e68e080f5e7e7b981dbcac475208cec30faaeb877a7e499",
"T3T1_cs_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "2aa5620ad7e21f07ec35c324bb4972fcdfa2ab5ffb5203e89e3de18e7862fe45",
@@ -26681,11 +26681,11 @@
"T3T1_de_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "247d1b13e318711ffd9db0314e53869c2d073e8ab34b95d90363ffa4883e00c5",
"T3T1_de_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "2da3d65eecc875a3ac935575c47a4a79cfe49b6448b02296b1d0bc5dfa21a27a",
"T3T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "90ef39b576bdb715e6fb46047946c4e7c751063f8627fca4de79b277565341d9",
-"T3T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "6a1aa7cdf902116a875c7866bc14a7a27fa8ae1eb8d2fee76b1f90e0944846c2",
+"T3T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "4ef4dc80f83ed44fc144055beeccf3622534f323fdaa7329a545df11c2085e42",
"T3T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "1153c0b2f0f1ef9a543e798af6f76d1908a9beeaf94d43a519b7a8fb0b11ccd5",
"T3T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "4ccfb6c431f5fb749f96222b1962302cc3356506e9734e2f0935f2878e55d643",
"T3T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "1153c0b2f0f1ef9a543e798af6f76d1908a9beeaf94d43a519b7a8fb0b11ccd5",
-"T3T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "1fda80525e8e333b645494491a08aff2fd920e6213d6a7a8bd6c52f32ae69ec1",
+"T3T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "520374f6f853b2e1b7cdf2ce0b6baa8404f69c165a0dfd15c62877e41c3d545e",
"T3T1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "0be12d064d5ed0ac6b5c9d3fa3505323f80a074129fd3944f02f0b3ced2ffc7b",
"T3T1_de_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "f84f2c39c67e4326cf89ea0a678cafeafa5578fc959676c5372335fb705367e7",
"T3T1_de_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "48872e22044e18a65698d48c127a72699cfcc9f29edc35174b17869473a86968",
@@ -28480,11 +28480,11 @@
"T3T1_en_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "15245130124d407ef4a51f2a75c922cc0d2dd6d59e44490c505825f20ed796c4",
"T3T1_en_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "e6fa3c7914e541149ced9d1d9f0012566fef169e19962258b02b168f598ffdb2",
"T3T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "bbbd28dc57783c1d2601f439f9b57a9a028b26df98351d43352940b1d800061d",
-"T3T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "73f93c5cabc46d0663b777462e789834dbc2b75aec3f4a2b8df6fbca1c96d549",
+"T3T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "f44cb9b1ae43decbc9ffa09502e1c5c2717c50960379645f2cbe31d3ec3cb4be",
"T3T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "e5136e60901307c7776103b13ad51680aea53395e14274476108709b3651439e",
"T3T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "81a919375dbe3853b7a4d3ef999c68e57f4ad6cd4e6bc733b3f468ff5b4aeefa",
"T3T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "e5136e60901307c7776103b13ad51680aea53395e14274476108709b3651439e",
-"T3T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "1524a12985c143ac0b0fd8dc8e0968364f3c9876968c0de33886c75e88d6b027",
+"T3T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "153b44420f112b01e01763232dd6e8dd46aa2e6c928e0fb34af283341b7fbcc5",
"T3T1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "1661cac358339ad9f9dde5a841ecd276fd365e523ecd9f2a2f0d8b2a898a2c1c",
"T3T1_en_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "de4d7e77eb946c6a4c6c78f4b02131c9626097b9c2490f8ab936cff7b83a8f6b",
"T3T1_en_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "7e6914b47acc3c84a0657d743ea8334683b0919d7e603e3f70f228f8653a350a",
@@ -30279,11 +30279,11 @@
"T3T1_es_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "5b98c138eb24a27e9c1200ebd210f286e1b2e34761b1890ff6d543974b66fbb0",
"T3T1_es_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "f5984d2886db9687aa3807a644d63bcce630f539a2e1de014b8d419032879746",
"T3T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "69811fe57faacb3b8ac9fa5d8854bfd78829688e30790eabcfc4bb9313401987",
-"T3T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "9ddeee3268227e8789438eae6962087ff11b23d31e12ca1b0c14f5c6f0b3e2c7",
+"T3T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "4bac39324e29c41f4ae15dc2f841046fea229b7871885585282719faadc80391",
"T3T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "77f8d559bff51bf6ee5929958a3a1222a14cc61c969a1ef08b29e445f41b3460",
"T3T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "da8cde0c3aa0dd44941bc839c208449f4e037e80c6b07c0ffdfcdb66a6ddbfe7",
"T3T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "77f8d559bff51bf6ee5929958a3a1222a14cc61c969a1ef08b29e445f41b3460",
-"T3T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "12591d1e435343a5d2fb2be35e8a509a3c22eecd3c9edb39435f52f7305dd382",
+"T3T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "e512a6052bda233faefa8bcbcff1da06d945f2d1cc7434fe9dbee2b494c0faea",
"T3T1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "053cf9f3bcdae2cee2d8f15f64d2e78ae0c3b7d01bf8cc55c9d5efc3a4c69a8a",
"T3T1_es_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "d71453effafd97f81a102ad2cde8441eb38f408b9cbc8a79e6e3cc53cfa10450",
"T3T1_es_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "8f9feee4fa1cbc5439e97b8f0fc2ac45269e532c543944c9c5873cc7fb1630db",
@@ -32078,11 +32078,11 @@
"T3T1_fr_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "b3635e2f0a0912f93a4cb60cbec913bbab521484c270ef5ae99b64d6f04ac922",
"T3T1_fr_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "49d6661362ecef19f7d80cf74a34490be024cce5246ff253480fa597be07b08a",
"T3T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "079901ab2e4a86d22b8d44b40ecadf7fad81aa5096b894c803afd3b1a108644b",
-"T3T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "1412c91ff855bf522ccef69559301d06a2502fb4bb7c8f8bce27cf696f1a8fe6",
+"T3T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "2d84b8882b346fba98c5e6e87ad4551f6fed73272028513b399541aaf9a91e1e",
"T3T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "d20baf58bfef3b3e3a4f5af87b3c2882cf99c34a37bab4622ea3918e75e21a9b",
"T3T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "cf48c944ef49b737746ec39a8e138224f64b7afadb456972ec37c9766113a6d1",
"T3T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "d20baf58bfef3b3e3a4f5af87b3c2882cf99c34a37bab4622ea3918e75e21a9b",
-"T3T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "949c7895a71d77173ff1a261e9cbd14cf1fd110df121bbaa890db33a80e20537",
+"T3T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "d9822d65f8727a04b0e32edf4668b8cfc4f0ae066867f19052374d5490f428a7",
"T3T1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "e2e96c0c900e4704366c4bf9360743b7cc899226ce6835bd7cf3f6f3811e945d",
"T3T1_fr_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "45f2203cbce9105ccf164d35a649b1f9c5937b60672726495e014809457513b1",
"T3T1_fr_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "1eaa561918075a1dd5935081ab610705a4f9b62c95457383c17d64031a333fae",
@@ -33877,11 +33877,11 @@
"T3T1_pt_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "27f48378f68371cfa89f298d225dc768990a11328a07735263e6e5bfb2b20baa",
"T3T1_pt_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "be8f848655d6ff87108b0222749eafbf19aca41a70a0f88df5664a46705cabad",
"T3T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "7c70d38bce9c611d1359bc200c6184e196c81cf647478589d830dd195ac7be7b",
-"T3T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "f14f3678520ae417c0863d90f25fa5dc7c0a30a7491cb08d0f48b29cdde9b6df",
+"T3T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "63a44db983b8b2e6c6e36b2a30d8175d30b60079ff5dfcde2945b75e1ac2db58",
"T3T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "cfb3fc35eb2d738c1dad7baaa7e4d7bd5b40d7f544abad3537363d04c39ce78d",
"T3T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "393c10aeffa6eca70198d47df74fc7c75ea56ec8616a35a36e251934d3c959c3",
"T3T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "cfb3fc35eb2d738c1dad7baaa7e4d7bd5b40d7f544abad3537363d04c39ce78d",
-"T3T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "69a5ee3a70aed380c5f8b2a7b9cb185e5a6323f1f93fb1ca0ec33684e78c4e71",
+"T3T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "f88df022c0f26c46f7b8209874fb1933cf76ed483b1adfc5ffbd021a162e9e99",
"T3T1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "3e1c903cc6710d58cb8fd53c7909fa032ffc3c2a0c6655c2e5c2842e3fc3d1fa",
"T3T1_pt_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "05bead08330c71fc82e746162823c6e1847ad309e12270b717457bdfa5a2273f",
"T3T1_pt_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "a9546470d6c365b3743f01abc0de2deff13d500a08b0448500a8b8091888a9d7",
@@ -36331,11 +36331,11 @@
"T3W1_cs_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "d952ad3d35fc72941a7be116f168926dace35ec876b4c10905f7073288c2201c",
"T3W1_cs_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "8869540b78d9458e7f476bb67932e78353db65f061a6adc996c364faaab59cb8",
"T3W1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "4f4ee4666ee8bf59e99286b2afb263f8e8e6e5bd8a6a07bfd1aa5502482cac38",
-"T3W1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "88323a4b052d2b553462b2db8a4a15776edb0dba69b2c1bf9746c7cc4fa4f343",
+"T3W1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "86e17f7b1a9ea65ed27ac4bc8d21499f47506ca83d2e6e25ca0a0ad4b6b9000d",
"T3W1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "898a92c7303f2970cb0105ee6e8dbc9f656c9b90cb3e0848f11dd62d1d6edeb8",
"T3W1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "148ca9fefa786e665a0027eba83ee89c3b871ed1334ba5adda5f462568571da8",
"T3W1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "898a92c7303f2970cb0105ee6e8dbc9f656c9b90cb3e0848f11dd62d1d6edeb8",
-"T3W1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "c82d1b0602e98076b4826a0b30911a4e323ed381e440c307814e24363ebcc6b6",
+"T3W1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "955b6191b3f3d609d0e3d1a685e64d04ce8d59acc42e89da505dafaea8474498",
"T3W1_cs_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "31e792cbd8e13e25e3b4a6a7416ec47eb93523748201e3ebd282f5fd5991c595",
"T3W1_cs_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "ab7681b34999552366318753e2efba7ea2bd9458c2fb0bdbd9c14fa73d96ab3b",
"T3W1_cs_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "7cec21dcb4f44dad7f9a984314164cf84c1e302de3b900dca5feab95b52a80be",
@@ -38165,11 +38165,11 @@
"T3W1_de_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "0d59f6320694de6fa52965a3494a3f711ae760401fb753e3813549a91965b113",
"T3W1_de_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "e8a4e68c29ff42a1e260d5693caf051868250efc1866bc1af9b5f2f810808da9",
"T3W1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "6b31bc455d457ea9a2aab56574d1422f3d14bea65a99d303133589f1ba0a7af1",
-"T3W1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "af6b4eed6e627146f24c20ce93ba5051c2762c30ef85a922c6b861d7ae2ee839",
+"T3W1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "5b70cd13fa6f61c94548093a629b14bd28d11c62e7c9247213d027add2432b50",
"T3W1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "b5e7f5b54cdcee6570dc51e28959e09c0f7a41daf527cc89111360a8311a0590",
"T3W1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "7d8ada51f5230cffde7f7ce0629d6220953036a9a75eadcb39d0d89a623f0807",
"T3W1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "b5e7f5b54cdcee6570dc51e28959e09c0f7a41daf527cc89111360a8311a0590",
-"T3W1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "4e31fe873202726f0620e0406f1c22030352aad8689d4525314405b37f8356f2",
+"T3W1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "977e346e15016f966621acb40c3bb51b6eb1df75d6e247d1290718fd7fd95ec7",
"T3W1_de_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "ed872fb64495bb0dccedf7fc4aaed3a20a11f302338c8c0e0e62fd0e8c1d3af7",
"T3W1_de_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "bd5ae3788ebdd62a075bb36f4a95db0301d07c04e8e567b45b540f14470ccf3e",
"T3W1_de_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "f45f2c378b7b23122686c473c9d9454ba01ee51a0c7342529896f75eb39c518d",
@@ -39999,11 +39999,11 @@
"T3W1_en_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "fcbacd063a1d36dd2e77c6f5f2f58e09eeef1b661a2a76cf0fa84348f6a950c7",
"T3W1_en_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "be554e58debfb3a910a32e5f63d20d30633af5274b0d4204197ad5d9bd4ab91e",
"T3W1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "c01a6c1930ec96641ec94b919afc452a1b543f88520d5683515e27067a34718a",
-"T3W1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "6152af3cf20aa13a7dd61974edc3554635d85d7e99e7d0ee0a21e94e00506d3d",
+"T3W1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "96ed50430581a312ada7eccecf831da98976a9e396d2204a2d3c752ad3481004",
"T3W1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "a8534d1f164d6aa1d926e5164b48966b12d7cbbdeeefad00d6918536b853041e",
"T3W1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "8f0bbf970c01cdebc09e6d6c1bfbd3818f0550579b4cfc85c40b81dbdea53d22",
"T3W1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "a8534d1f164d6aa1d926e5164b48966b12d7cbbdeeefad00d6918536b853041e",
-"T3W1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "09781d22028aa6ee1033545f09d731e61298cc1867f61dd8c5d2e90c8b00a081",
+"T3W1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "c425d7ae94ec7dfc93e747cc6aa1e6b2341238992178381c8811c32dd4e61424",
"T3W1_en_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "97a2e29199e9ecfac02a30faeead628fc1a64e7b2dfd8aaa60727ae617b959eb",
"T3W1_en_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "f9e1c14ab3d54043575e920fd57e3de63c02fbee463b44b14db0aa072eda5338",
"T3W1_en_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "24381ae169ecf4bcaabc3fb3c8e861b30076aabc74e58d20e17e92ee1dae9267",
@@ -41833,11 +41833,11 @@
"T3W1_es_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "e7877ea033eb26ab52d5852826a85c0b515ed2001ae9acc6d02ab907f8e4ee7c",
"T3W1_es_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "eb9c5320154b14c1e86929e82208d444753040348533bfae2081ba530eca1ea9",
"T3W1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "21cacd5515f911542e77a981e2249245962a074118e61428a598fbefaa1146fd",
-"T3W1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "2d70e92ad68d3f36fe12de719ea8dea5ef6fad22608aedaa3a586f9a4e4e0094",
+"T3W1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "58074ed7cd5ae625b24403847acac8d941909a6e800a8f3f4a683cf7d1df4d06",
"T3W1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "c9b7ed209d2ee1f0fb4776fbb560ed21bd9e4987b17c8e82dd956f73128da4d3",
"T3W1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "05a41e33c01acd207ea34f84c32a05761d9152d57e08907b5f24322c7d73e8d5",
"T3W1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "c9b7ed209d2ee1f0fb4776fbb560ed21bd9e4987b17c8e82dd956f73128da4d3",
-"T3W1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "20877605fbd85679df4de56fe0f9d3418d19210ef987317b98b3ac804b496430",
+"T3W1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "1ee80bd252ebc96d0c5682f2f1e2a6ca207b928c405312627915931564fc02db",
"T3W1_es_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "bae593b5735383a36523ef5eebff5794e6645e49b70047a971e1f7dd5fb87335",
"T3W1_es_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "22a8ee411b5f178598113707f228ffbf117fd75bb8733f032cbb3ff9d7cfc4f0",
"T3W1_es_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "f7da43fd3a01d553f30e2af5e6453c93513c3a27b7cad181306f26c21a399c8a",
@@ -43667,11 +43667,11 @@
"T3W1_fr_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "7a9a12b6d7e75d9dd3f8b1b68fed901f79df27d29bc0ae3c762545fe46de6957",
"T3W1_fr_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "4766bb35e886a30edd7c372f0375b213078c50148de1954e41479a19ead61726",
"T3W1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "d146b76202149556947e394df7d142faa63e90b78c4952ccda3afdb54539f9a8",
-"T3W1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "8339b1aa133134d10c8ff6b67162a16e26ef9870b9f0d88af80d221275872ddc",
+"T3W1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "0ee4f8e34c1007f3e14d366fb37d302cc97f050e30505401c553db8cbf661456",
"T3W1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "8b1e1c1dae1148d1e4c9ee608a26fa0240267b70111f29f2f09056c6b7eb9808",
"T3W1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "2b16818156c10d4575624f3495f386d8411ed5ea5a3948dd7a1691c204d3a3d0",
"T3W1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "8b1e1c1dae1148d1e4c9ee608a26fa0240267b70111f29f2f09056c6b7eb9808",
-"T3W1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "9f9fe31c69ffbf0304176251d21d38dc181b9645cb629c861ef4668c09bb87b9",
+"T3W1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "158dd57d4adcf2e23c4fd9073df3253955ebe91abc69eaf9cd09e2f457309ad4",
"T3W1_fr_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "f7585f9397e3029bfcbc1225797358fe624c10b19d510bd48b8304d71b7bcf60",
"T3W1_fr_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "8d6d3671253c2abdd1d743dc0f65082e85788c6059a1396447ef538a7f9e188b",
"T3W1_fr_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "07517ace0a87793484db8294b7af2b811cf2391054dcd6b1ed18ed69124dfcdc",
@@ -45506,11 +45506,11 @@
"T3W1_pt_stellar-test_stellar.py::test_sign_tx[StellarCreateAccountOp]": "2b5776d1a28e660c227ba49da12ca5d195e7dd8ee22fdd1eede521340a01196c",
"T3W1_pt_stellar-test_stellar.py::test_sign_tx[StellarCreatePassiveSellOfferOp]": "c7d97f35aae9219a4c4bc8b8134fb7f14359d590e532d4c85590b82bb72ae520",
"T3W1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-all-types]": "c092b6c5f31073316131e009379a641841ddd638d87a896371c113b84375700e",
-"T3W1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "874ca6c53b008dcc0731d09588b15831ce2ef29bf36992f5b43e2ca3dcfc05c7",
+"T3W1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-auth-tree]": "c8fe27f377e9fea4135f7dbb93b8633427cb5fd5c02ffea140c5360750ce10f4",
"T3W1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-memo-not-allowed]": "5aabce41e74fdb94e52b36ff2a1ba216bb7dd21b96bad52f141a36d8917e1dd9",
"T3W1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-no-args]": "b732c47405ce48fd03c06de8bbdbb4b892e38e6a704e2ac4c7f580448a9b5c90",
"T3W1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-not-only-operation]": "5aabce41e74fdb94e52b36ff2a1ba216bb7dd21b96bad52f141a36d8917e1dd9",
-"T3W1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "eb67127e24e99ea7576adf32e012b090d12672de6e4303601c15c81bd2c7890c",
+"T3W1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-op-source-account]": "d00d7d6318464e9d9b719cfa392a1b3a07c1a1a691014ee4ce61e728914bd4f5",
"T3W1_pt_stellar-test_stellar.py::test_sign_tx[StellarInvokeHostFunction-requires-ext-v1]": "513bdb19b1d561f36d5c3fd5c88a8987714f6a3727d6c396efdc9825ee7b032b",
"T3W1_pt_stellar-test_stellar.py::test_sign_tx[StellarManageBuyOfferOp]": "10116bcc9d3d57d6696096c6763003fb38130de6941746fe8bce55b35ab7c9cd",
"T3W1_pt_stellar-test_stellar.py::test_sign_tx[StellarManageDataOp]": "ba454afc3ee67d903d8eec38b59ff20361ef4e9a87c335b91e51082cedc2ec64",
diff --git a/uv.lock b/uv.lock
index 034b4c40..58e4dfa1 100644
--- a/uv.lock
+++ b/uv.lock
@@ -13,7 +13,7 @@ exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for
exclude-newer-span = "P30D"
[options.exclude-newer-package]
-stellar-sdk = "3000-01-01T23:00:00Z"
+stellar-sdk = "2026-07-05T00:00:00Z"
[[package]]
name = "astroid"
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.