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

Subgraph #375

Merged
merged 22 commits into from
Sep 24, 2024
Merged

Subgraph #375

merged 22 commits into from
Sep 24, 2024

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    14dbd7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c84e538 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9280f1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a9d086 View commit details
    Browse the repository at this point in the history
  5. Subgraph

    See subgraph/README.md for instructions on how to deploy the subgraph locally.
    
    - Add subgraph/ to the workspaces.
    - A script, ./deploy-subgraph, can be used to deploy the subgraph in a
      convenient way. See --help for details.
    
    Some context:
    
    - The subgraph uses subgraph templates for the collateral contracts.
    - The script can update the collateral registry address in the
      subgraph.yaml if it doesn’t match the one found in the latest
      deployment context.
    - In ./deploy-subgraph, only the local preset is implemented.
    bpierre committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    10b04c1 View commit details
    Browse the repository at this point in the history
  6. Remove comment

    bpierre committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6c0d4b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    c1c4803 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    3d01fca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c829da4 View commit details
    Browse the repository at this point in the history
  3. Subgraph: various updates

    bpierre committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0715364 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4aad58 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Instantiate TroveManager from BoldToken

    This allows to initiate things when `CollateralRegistryAddressChanged`
    gets emitted on BoldToken, which happens at the very end of the
    deployment process.
    
    Also:
    
    - Use troveNFT.ownerOf() to determinate the trove owner.
    - Update README instructions.
    bpierre committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5522079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    308e622 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    043d610 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6770bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0079e1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35c5b06 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Subgraph: update scripts

    - Add ./start-graph
    - Remove ./docker-cleanup.sh (replaced by ./start-graph --reset)
    - Rename ./deploy to ./deploy-subgraph for clarity
    - Update README with new instructions
    bpierre committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4352c72 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    6d00b9c View commit details
    Browse the repository at this point in the history
  2. Syntax

    bpierre committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    50b21f4 View commit details
    Browse the repository at this point in the history
  3. dprint: add graphql

    bpierre committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ea5c78c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c00e9ed View commit details
    Browse the repository at this point in the history