mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 13:45:48 +00:00
ae8acb9d12
CI proved the typed remoteStorage.subscribe DSL swap (previous commit) was not a fix - it was a regression. All 8 assets across all 3 Pezkuwi chains failed to sync in the follow-up test run (vs just HEZ-on-Asset-Hub before), and the logs showed what looks like storage keys meant for Pezkuwi Asset Hub's Assets pallet being sent to the Pezkuwi relay chain's connection instead - some kind of cross-chain contamination introduced by the DSL's interaction with the shared connection, not understood yet. Reverting to the raw subscriptionBuilder.subscribe(key) form restores the prior, narrower state: 5 of 6 assets on Pezkuwi Asset Hub sync fine, HEZ specifically does not, and every other chain is unaffected. The underlying HEZ bug is still open - this just stops the attempted fix from actively making things worse while it's investigated further.