Skip to content
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

The Graph: Add initial subgraph, eaglet deployment script and a few nice things #8

Merged
merged 42 commits into from
Oct 6, 2020

Conversation

Evalir
Copy link
Contributor

@Evalir Evalir commented Oct 1, 2020

Adds a very very basic subgraph without the stateless tracking features, but with all barebone entities created and running. You can see it at https://thegraph.com/explorer/subgraph/evalir/aragon-eg-rinkeby-staging?selected=playground .

For compiling and running it yourself, do yarn manifest-rinkeby-staging and then yarn deploy-rinkeby-staging with your GRAPHKEY (access token) set in the build-manifest.sh file.

Also adds a simple deployment script for the Eaglet Factory; I've added the etherscan plugin so we can verify just by passing the addresses and setting up an API key. Read more over here: https://buidler.dev/plugins/nomiclabs-buidler-etherscan.html

Task list:

  • ABI Syncing Script
  • Track EagletRegistry (?)
  • Track Eaglet
  • Track OptimisticQueue
  • Track Containers (Mainly Action information) (in progress)
  • Track dispute rulings (in progress)

@Evalir Evalir requested a review from izqui October 1, 2020 03:49
@Evalir Evalir changed the base branch from master to factory October 1, 2020 03:53
subgraph/manifest/data/mainnet-staging.json Show resolved Hide resolved
subgraph/manifest/data/mainnet.json Show resolved Hide resolved
subgraph/manifest/data/xdai-staging.json Outdated Show resolved Hide resolved
subgraph/manifest/data/xdai.json Outdated Show resolved Hide resolved
subgraph/package.json Show resolved Hide resolved
subgraph/src/aragon/aragon.ts Outdated Show resolved Hide resolved
subgraph/src/aragon/mappings/DAOFactory.ts Outdated Show resolved Hide resolved
subgraph/src/aragon/mappings/DAOKit.ts Outdated Show resolved Hide resolved
subgraph/src/aragon/mappings/DAOTemplate.ts Outdated Show resolved Hide resolved
subgraph/abis/Eaglet.json Outdated Show resolved Hide resolved
subgraph/schema.graphql Outdated Show resolved Hide resolved
Base automatically changed from factory to master October 2, 2020 03:01
@Evalir Evalir merged commit 61ddf03 into master Oct 6, 2020
@Evalir Evalir deleted the factory-w-subgraph branch October 6, 2020 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants