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
Copy file name to clipboardExpand all lines: doc/publish_slot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ When a quoter publishes a price, the pyth-client API also forwards what it think
4
4
5
5
The publishing slot and price is stored as the latest update for that publisher on-chain but only if the price is for a later slot than that currently stored. This is to prevent prices from being updated out-of-order and to facilitate arbitration between multiple publishers.
6
6
7
-
The aggregation algorithm only combines prices from publishers that were published within 8 slots of the current on-chain slot.
7
+
The aggregation algorithm only combines prices from publishers that were published within 25 slots of the current on-chain slot.
8
8
9
9
Not all published prices get included in the pyth contract due to unreliable transports and the way solana formulates and reaches consensus on each slot.
0 commit comments