-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last account update for current slot. #322
Comments
The update with the highest version is the last one in slot.
…On Sun, 14 Apr 2024 at 20:37, SerK0 ***@***.***> wrote:
Sometime there are several updates for account in a slot.
Would be great to have flag/notification about ending of slot updates for
account.
Is there a way to get this data from streamer?
For example:
1. slot = 1, account = x, write_version=1, date, is_last_update=False
2. slot = 1, account = x, write_version=8, date, is_last_update=False
3. slot = 1, account = x, write_version=14, date, is_last_update=True
—
Reply to this email directly, view it on GitHub
<#322>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHOYRKUUZIAWFJVCEK6JMDY5KLUVAVCNFSM6AAAAABGGG5EESVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI2DEMRRGI2TKNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Yes, bigger write version, fresher update. |
geyser interface does not provide such information |
I realized that block meta comes slowly, for example: Timestamp - Slot number - Update order 1713183056.801951 - Slot: 260262942 - update 1 1713183078.8877778 - Slot: 260262991 - update 1 Blockmeta comes like 100-300ms later after update. Is it possible to understand that streamer won't push messages more? |
no, you can't, check geyser interface, please. you do not receive block meta with delay, you receive it when the bank is frozen, but account updates are received while the new bank is processed (this is the benefit of the geyser) |
Sometime there are several updates for account in a slot.
Would be great to have flag/notification about ending of slot updates for account.
Is there a way to get this data from streamer?
For example:
The text was updated successfully, but these errors were encountered: