This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
RPC PubSub/confirmTransaction is unreliable with confirmed/singleGossip #15461
Labels
Milestone
Problem
Clients currently don't have nice and reliable way to follow updates to given subset's accounts.
Usually, PRC PubSub is the most straightforward solution; but we have some reports PubSub and confirmTransaction misses updates when used with commitment=confirmed/singleGossip.
It seem that the root problem is that we don't reliably send subscription notifications for that commitment level.
Also, this might be related to this old issue: #9909
Proposed Solution
Debug and fix it.
At least, provide some actionable work-around as a documentation.
CC: @jstarry @CriesofCarrots
The text was updated successfully, but these errors were encountered: