EmerisHQ / demeris-backend

Monorepo containing all the Demeris backend code and infrastructure definitions.
GNU Affero General Public License v3.0
8 stars 1 forks source link

Random balance sampling alert #742

Open sgerogia opened 2 years ago

sgerogia commented 2 years ago

The most "obvious" way to tell something is wrong with our data capture is by observing account balances. This could be done against a 3rd party, like Mintscan.

A possible approach:

Pitasi commented 2 years ago

Another approach suggested by Jesse:

would it be possible that in 1 out of 100 requests, we would verify our BE by directly querying the node and compare if the results are the same? This way we could get some accuracy data?