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
For some use cases we might want to be able to read gsfa not from newest to oldest but from oldest to newest.
This would require a method that finds the offset of the oldest transaction by reading all the transactions offsets until it finds one without the 'next' bytes available. Then start returning the transactions in the opposite order.
For some use cases we might want to be able to read gsfa not from newest to oldest but from oldest to newest.
This would require a method that finds the offset of the oldest transaction by reading all the transactions offsets until it finds one without the 'next' bytes available. Then start returning the transactions in the opposite order.
yellowstone-faithful/gsfa/linkedlog/linked-log.go
Line 133 in 797ed6c
The text was updated successfully, but these errors were encountered: