Skip to content
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

services/horizon: Update asset stats processor to ingest new restoration meta #5611

Merged
merged 13 commits into from
Feb 27, 2025
Prev Previous commit
Next Next commit
bump stateVerifierExpectedIngestionVersion
tamirms committed Feb 25, 2025

Verified

This commit was signed with the committer’s verified signature.
commit 3718a341abebe5cf173b6b63b8f594628d1a5f7d
2 changes: 1 addition & 1 deletion services/horizon/internal/ingest/verify.go
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ const assetStatsBatchSize = 500
// check them.
// There is a test that checks it, to fix it: update the actual `verifyState`
// method instead of just updating this value!
const stateVerifierExpectedIngestionVersion = 18
const stateVerifierExpectedIngestionVersion = 19

// verifyState is called as a go routine from pipeline post hook every 64
// ledgers. It checks if the state is correct. If another go routine is already
Loading