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
services/horizon: Insert signers's sponsorship information during state ingestion (#3096)
Fixes `SignersProcessor` to insert sponsorship information during state
ingestion from history archives.
`SignersProcessor` operates in two modes: `useLedgerEntryCache` set to
`true` or `false`. When ingesting history archives we use
`useLedgerEntryCache=false` to save memory - ledger entry cache is not
needed because there are only inserts. This code path was not updated to
include information about the sponsor of a signer.
0 commit comments