mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-23 09:48:14 +00:00
This commit adds a new intermediate data format which includes a mixture of account data and cred data. It includes the full info for users where we have identities and accounts, and also includes info on "unclaimed" aliases (user accounts not linked to any identity). The non-alias data is useful for computing Grain distributions which is why I've prioritized it, but I'm also writing the data out to disk because I think it might prove useful, either for frontend development or for external consumers. It's definitely an experimental API so folks shouldn't assume it will stay around unchanged indefinitely. Test plan: Inspected the output, also added tests.