indexer icon indicating copy to clipboard operation
indexer copied to clipboard

validator: support validating box data.

Open winder opened this issue 2 years ago • 6 comments

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.

winder avatar Jan 22 '23 15:01 winder

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.

algoanne avatar Feb 09 '23 21:02 algoanne

https://github.com/algorand/indexer/pull/1517

bbroder-algo avatar Apr 13 '23 04:04 bbroder-algo

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 avatar Apr 19 '23 02:04 bbroder-algo

2: https://github.com/algorand/go-algorand/pull/5340

bbroder-algo avatar Apr 27 '23 22:04 bbroder-algo

4: round response into indexer endpoint https://github.com/algorand/indexer/pull/1519

bbroder-algo avatar Apr 28 '23 16:04 bbroder-algo

checking the round response in the validator #1564

bbroder-algo avatar Aug 09 '23 15:08 bbroder-algo