mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 21:55:53 +00:00
be887e5f50
main now has the fix for a serious bug that also affects this branch: ChainRegistry unconditionally attempted a WSS connection for every chain including Tron (whose node is a plain REST API, not WSS), hanging indefinitely and blocking all subsequent chain registration in the sequential registration loop - a real freeze risk for any user with the Tron chain enabled, found while diagnosing balances_test.yml. Also pulls in the various CI-only fixes from PR #11 (unrelated to app behavior).