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
WHAT: This commit updates the pending requests observable to emit any pending requests updates immediately,
while debouncing only non-pending updates.
WHY: simple-delegation-rewards e2e test started failing due to transaction not withdrawing all rewards.
Issue was exposed after the websocket networkInfo provider was implemented and activated
for the e2e tests, making responses instant (as opposed to slower HTTP requests).
Wallet syncStatus updates were debounced causing the syncStatus not to update in case of many
bursting requests, effectively causing the TxBuilder to consider the providers synced.
0 commit comments