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

validator: support validating box data. #1432

Open
winder opened this issue Jan 22, 2023 · 6 comments
Open

validator: support validating box data. #1432

winder opened this issue Jan 22, 2023 · 6 comments
Assignees

Comments

@winder
Copy link
Contributor

winder commented Jan 22, 2023

Problem

Validator is used to confirm that the postgres data is consistent with data returned by go-algorand.

It should be updated to validate box data along with the account data.

Urgency

High. If there is an inconsistency with production data we would not currently be able to detect it.

@algoanne
Copy link
Contributor

algoanne commented Feb 9, 2023

one concern: boxes don't have an associated round in indexer (unlike all the accounts data), so we'll have to consider maybe we'll need more retries or something.

@bbroder-algo
Copy link
Contributor

#1517

@bbroder-algo bbroder-algo self-assigned this Apr 13, 2023
@bbroder-algo
Copy link
Contributor

Validator logic merged into indexer, however
1: requested --resource capability for redirects back into validator
2: round response incorporated into algod's box endpoint
3: round REQUEST incorporated into algod's box endpoint

@bbroder-algo
Copy link
Contributor

2: algorand/go-algorand#5340

@bbroder-algo
Copy link
Contributor

4: round response into indexer endpoint #1519

@bbroder-algo
Copy link
Contributor

checking the round response in the validator #1564

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants