From e4b9ea062ff361067123d2152f53372ea341c79a Mon Sep 17 00:00:00 2001 From: SatoshiQaziMuhammed Date: Thu, 9 Jul 2026 17:29:31 -0700 Subject: [PATCH] test: verify Polkadot AH USDT sync too, not just Pezkuwi's own chains (#47) The FullSyncPaymentUpdater ordering-bug fix isn't Pezkuwi-specific - it affects any chain's assets on a busy shared subscription connection. 'USDT on Polkadot Asset Hub not showing' was one of the 3 original symptoms reported at the start of this investigation, alongside Tron being disabled and Pezkuwi's own tokens missing. Add it to the fixture so the fix's coverage is actually verified end to end, not assumed. --- pezkuwi-overlay/tests/pezkuwi_assets_for_testBalance.json | 7 +++++++ tests/pezkuwi_assets_for_testBalance.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/pezkuwi-overlay/tests/pezkuwi_assets_for_testBalance.json b/pezkuwi-overlay/tests/pezkuwi_assets_for_testBalance.json index acf9436..eac208b 100644 --- a/pezkuwi-overlay/tests/pezkuwi_assets_for_testBalance.json +++ b/pezkuwi-overlay/tests/pezkuwi_assets_for_testBalance.json @@ -32,6 +32,13 @@ "chainName": "Pezkuwi People", "assetId": 0, "symbol": "HEZ" + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "chainName": "Polkadot Asset Hub", + "assetId": 1, + "symbol": "USDT", + "note": "Non-Pezkuwi chain, deliberately included: 'USDT on Polkadot AH not showing' was one of the 3 originally reported symptoms this whole investigation started from. The fix (reverting FullSyncPaymentUpdater's ordering bug) isn't Pezkuwi-specific, so this verifies it actually closes that report too, not just the Pezkuwi chains." } ] } diff --git a/tests/pezkuwi_assets_for_testBalance.json b/tests/pezkuwi_assets_for_testBalance.json index acf9436..eac208b 100644 --- a/tests/pezkuwi_assets_for_testBalance.json +++ b/tests/pezkuwi_assets_for_testBalance.json @@ -32,6 +32,13 @@ "chainName": "Pezkuwi People", "assetId": 0, "symbol": "HEZ" + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "chainName": "Polkadot Asset Hub", + "assetId": 1, + "symbol": "USDT", + "note": "Non-Pezkuwi chain, deliberately included: 'USDT on Polkadot AH not showing' was one of the 3 originally reported symptoms this whole investigation started from. The fix (reverting FullSyncPaymentUpdater's ordering bug) isn't Pezkuwi-specific, so this verifies it actually closes that report too, not just the Pezkuwi chains." } ] }