Implement id_graph_stats
getter
#2175
Labels
D1-feature
A new feature, a piece of functionality that needs to be developed
I2-medium
should be completed within 10 working days
tech-debt
A technical debt which needs to be payback.
Context
Some tech-debt from old TODO:
litentry-parachain/tee-worker/app-libs/stf/src/getter.rs
Lines 198 to 204 in 585f332
We need to differentiate between
dev
andprod
implementations.In production we only want some generic statistics, e.g. how many unique IDGraphs were created, the distribution of identities in each IDGraph etc.
In dev we could additionally list all IDGraphs.
It should not be a trusted getter (as it's not specific to an account which needs authentication).
✔️ Please set appropriate labels and assignees if applicable.
The text was updated successfully, but these errors were encountered: