-
Notifications
You must be signed in to change notification settings - Fork 8
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
Aragon API issues #18
Comments
There are no names for organizations and no creation date for token holders. However, they could be added. |
Aragon Voting app for xDai network is not available. |
Aragon Connect changed the data type of This is causing issues displaying cast votes among other things |
The subgraphs aragon-voting, aragon-finance, etc don't exist any more |
To show the name, we could download and use https://github.com/aragon/client/blob/master/src/known-organizations/index.js |
Aragon API Issues Overview
|
I redeployed them and updated the endpoints. The only thing missing now are the organization names. We can: |
Impossible, the file uses ECMAScript 6 Instead of manually translating the file to python, maybe creating a simple bash (or node) script that clones the repo and updates the file in a GitHub action would be better? It could be set-up to run weekly, so it gets timely updates from the client repo |
I can't seem to create a simple script to get the KnownOrganizations constant from the module, keep only the needed data, and write it to a file to json. After two days trying, I still don't know how to "get" the constant from my script. The error:
And the script:
I think I'll have to somehow extract what we want with awk and bash |
Add Aragon as a new ecosystem in DAO-Analyzer.
Unlike DAOstack and DAOhaus, which have a unique API, Aragon is composed of several. They provide a library, Aragon Connect, used as middleware of all of its APIs. However, DAO-Analyzer uses directly GraphQL to fetch its data.
So, here are the main Aragon APIs which DAO-Analyzer will use:
The text was updated successfully, but these errors were encountered: