Skip to content

26.8.3

Choose a tag to compare

@github-actions github-actions released this 12 Aug 13:58
· 6 commits to master since this release
f3643a6
Fix eternal activity feed spinner for freshly created wallets (#465)

Solana never triggered the initial activity load for a fresh wallet (the balance stream skips uninitialized wallets), the reducer dropped the recovery emit of a failed chain, and the UI never retried a silently failed load. Adds an initial load kick to the Solana polling, processes empty recovery emits in the reducer, and retries the load on an interval while the spinner is shown.