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
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
#33359 introduced entry_count field in block info for geyser interface. This field is correct only when the block is received from another node. In case when block is generated on node itself (solana-test-validator for example), entry_count field is zero.
Problem
#33359 introduced
entry_countfield in block info forgeyserinterface. This field is correct only when the block is received from another node. In case when block is generated on node itself (solana-test-validatorfor example),entry_countfield is zero.Proposed Solution