You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔥 Hotfix: Unresponsive Proxy API (#4842)
* Do not share a cold observable between queries
e.g all `api.derive` were sharing the same cold observable.
Which resulted in all other payloads being deserialize on every emitted message (from other `api.derive` queries).
Same thing for `api.query` and `api.rpc`.
* Revert "Debug failing test"
This reverts commit 7337a7d.
* Fix the multiple recipient funding request proposal
* Bump version to `3.5.1`
🔥 Hotfix: Show election tab during idle stage (#4806)
* Show election tab during idle periods
* Display "Idle stage" instead of "Normal period"
* Revert mocked council stage fix
* Bump version to `3.3.1`
* Fix failing test